annotate crt.xml @ 36:2201c5d61f16 draft default tip

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