annotate sappDocker/crt.xml @ 32:7b519ee3ea3b draft

Deleted selected files
author jjkoehorst
date Wed, 29 Jun 2016 01:37:28 -0400
parents 957156367442
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
1 <tool id="DCRT" name="CRISPR detection" version="0.1">
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
2 <description></description>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
3 <requirements>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
4 <container type="docker">jjkoehorst/sappdocker:CRT</container>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
5 </requirements>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
6 <command interpreter="docker">java -jar /crt/target/CRT-0.0.1-SNAPSHOT-jar-with-dependencies.jar
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
7 '-input' '$input' -output '$output' -format TURTLE
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
8 </command>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
9 <inputs>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
10 <param name="input" type="data" format="ttl" label="genome ttl file" />
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
11 </inputs>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
12
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
13 <outputs>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
14 <data format="ttl" name="output" label="CRISPR: ${input.name}" />
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
15 </outputs>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
16 <help>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
17 CIRSPR prediction using CRT. Requires a converted
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
18 FASTA/EMBL/GenBank file.
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
19 </help>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
20 <citations>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
21 <citation type="bibtex">
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
22 @article{Bland2007,
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
23 abstract = {BACKGROUND:
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
24 Clustered Regularly Interspaced Palindromic Repeats
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
25 (CRISPRs) are a
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
26 novel type of direct repeat found in a wide range of
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
27 bacteria and
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
28 archaea. CRISPRs are beginning to attract attention
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
29 because of their
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
30 proposed mechanism; that is, defending their hosts
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
31 against invading
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
32 extrachromosomal elements such as viruses. Existing
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
33 repeat detection
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
34 tools do a poor job of identifying CRISPRs due to
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
35 the presence of
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
36 unique spacer sequences separating the repeats. In
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
37 this study, a new
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
38 tool, CRT, is introduced that rapidly and
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
39 accurately identifies
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
40 CRISPRs in large DNA strings, such as genomes
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
41 and metagenomes.
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
42 RESULTS: CRT was compared to CRISPR detection tools,
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
43 Patscan and
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
44 Pilercr. In terms of correctness, CRT was shown to be
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
45 very reliable,
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
46 demonstrating significant improvements over Patscan
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
47 for measures
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
48 precision, recall and quality. When compared to Pilercr,
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
49 CRT showed
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
50 improved performance for recall and quality. In terms of
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
51 speed, CRT
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
52 proved to be a huge improvement over Patscan. Both CRT and
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
53 Pilercr
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
54 were comparable in speed, however CRT was faster for genomes
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
55 containing large numbers of repeats. CONCLUSION: In this paper a new
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
56 tool was introduced for the automatic detection of CRISPR elements.
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
57 This tool, CRT, showed some important improvements over current
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
58 techniques for CRISPR identification. CRT's approach to detecting
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
59 repetitive sequences is straightforward. It uses a simple sequential
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
60 scan of a DNA sequence and detects repeats directly without any major
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
61 conversion or preprocessing of the input. This leads to a program
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
62 that is easy to describe and understand; yet it is very accurate,
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
63 fast and memory efficient, being O(n) in space and O(nm/l) in time.},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
64 author = {Bland, Charles and Ramsey, Teresa L and Sabree, Fareedah
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
65 and Lowe, Micheal and Brown, Kyndall and Kyrpides, Nikos C and
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
66 Hugenholtz, Philip},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
67 doi = {10.1186/1471-2105-8-209},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
68 file =
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
69 {:Users/koeho006/Library/Application Support/Mendeley
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
70 Desktop/Downloaded/Bland et al. - 2007 - CRISPR recognition tool
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
71 (CRT) a tool for automatic detection of clustered regularly
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
72 interspaced palindromic repeat.pdf:pdf},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
73 isbn = {1471-2105
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
74 (Electronic)$\backslash$n1471-2105 (Linking)},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
75 issn = {14712105},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
76 journal = {BMC bioinformatics},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
77 mendeley-groups = {VAPP Application
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
78 note},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
79 pages = {209},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
80 pmid = {17577412},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
81 title = {{CRISPR recognition
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
82 tool (CRT): a tool for automatic detection of
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
83 clustered regularly
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
84 interspaced palindromic repeats.}},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
85 volume = {8},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
86 year = {2007}
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
87 }
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
88 </citation>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
89 </citations>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
90 </tool>