annotate get_edge_data.xml @ 6:e6e6f5f9b9c4 draft default tip

planemo upload for repository https://bitbucket.org/crs4/orione-tools/src/bb-orione-tools/custom/edge_pro/ commit 02541df6373bc61be0cdc0617c8549cf8b49b832
author crs4
date Thu, 31 Aug 2017 12:54:08 -0400
parents ddcbf8732706
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7af33315bc5e Uploaded
crs4
parents:
diff changeset
1 <tool id="get_edge_data" name="Get EDGE-pro files" version="1.0.1">
7af33315bc5e Uploaded
crs4
parents:
diff changeset
2 <description></description>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
3 <command interpreter="python">get_edge_data.py -i "$gbkid" --fna $fnafile --ptt $pttfile --rnt $rntfile --gff $gfffile</command>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
4
7af33315bc5e Uploaded
crs4
parents:
diff changeset
5 <inputs>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
6 <param name="gbkid" type="text" value="NC_" label="RefSeq Genomic Accession ID">
7af33315bc5e Uploaded
crs4
parents:
diff changeset
7 <validator type="empty_field" />
7af33315bc5e Uploaded
crs4
parents:
diff changeset
8 </param>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
9 </inputs>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
10 <outputs>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
11 <data name="fnafile" format="fasta" label="${tool.name} on ${on_string}: FASTA" />
7af33315bc5e Uploaded
crs4
parents:
diff changeset
12 <data name="pttfile" format="ptt" label="${tool.name} on ${on_string}: PTT" />
7af33315bc5e Uploaded
crs4
parents:
diff changeset
13 <data name="rntfile" format="rnt" label="${tool.name} on ${on_string}: RNT" />
7af33315bc5e Uploaded
crs4
parents:
diff changeset
14 <data name="gfffile" format="gff" label="${tool.name} on ${on_string}: GFF" />
7af33315bc5e Uploaded
crs4
parents:
diff changeset
15 </outputs>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
16 <tests>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
17
7af33315bc5e Uploaded
crs4
parents:
diff changeset
18 </tests>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
19 <help>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
20 **What it does**
7af33315bc5e Uploaded
crs4
parents:
diff changeset
21
7af33315bc5e Uploaded
crs4
parents:
diff changeset
22 This tool retrieves from NCBI the files required by `EDGE-pro`_.
7af33315bc5e Uploaded
crs4
parents:
diff changeset
23
7af33315bc5e Uploaded
crs4
parents:
diff changeset
24 .. _EDGE-pro: http://ccb.jhu.edu/software/EDGE-pro/
7af33315bc5e Uploaded
crs4
parents:
diff changeset
25
7af33315bc5e Uploaded
crs4
parents:
diff changeset
26 **License and citation**
7af33315bc5e Uploaded
crs4
parents:
diff changeset
27
3
ddcbf8732706 Fix edge-pro tool dependency (uninstall and install again the tool dependency if you were encountering errors like &#39;Can&#39;t exec &#34;./bowtie2-build&#34;: No such file or directory&#39;). Update Orione citation.
crs4
parents: 2
diff changeset
28 This Galaxy tool is Copyright © 2012-2014 `CRS4 Srl.`_ and is released under the `MIT license`_.
0
7af33315bc5e Uploaded
crs4
parents:
diff changeset
29
7af33315bc5e Uploaded
crs4
parents:
diff changeset
30 .. _CRS4 Srl.: http://www.crs4.it/
7af33315bc5e Uploaded
crs4
parents:
diff changeset
31 .. _MIT license: http://opensource.org/licenses/MIT
7af33315bc5e Uploaded
crs4
parents:
diff changeset
32
3
ddcbf8732706 Fix edge-pro tool dependency (uninstall and install again the tool dependency if you were encountering errors like &#39;Can&#39;t exec &#34;./bowtie2-build&#34;: No such file or directory&#39;). Update Orione citation.
crs4
parents: 2
diff changeset
33 If you use this tool, please cite |Cuccuru2014|_.
0
7af33315bc5e Uploaded
crs4
parents:
diff changeset
34
3
ddcbf8732706 Fix edge-pro tool dependency (uninstall and install again the tool dependency if you were encountering errors like &#39;Can&#39;t exec &#34;./bowtie2-build&#34;: No such file or directory&#39;). Update Orione citation.
crs4
parents: 2
diff changeset
35 .. |Cuccuru2014| replace:: Cuccuru, G., Orsini, M., Pinna, A., Sbardellati, A., Soranzo, N., Travaglione, A., Uva, P., Zanetti, G., Fotia, G. (2014) Orione, a web-based framework for NGS analysis in microbiology. *Bioinformatics* 30(13), 1928-1929
ddcbf8732706 Fix edge-pro tool dependency (uninstall and install again the tool dependency if you were encountering errors like &#39;Can&#39;t exec &#34;./bowtie2-build&#34;: No such file or directory&#39;). Update Orione citation.
crs4
parents: 2
diff changeset
36 .. _Cuccuru2014: http://bioinformatics.oxfordjournals.org/content/30/13/1928
0
7af33315bc5e Uploaded
crs4
parents:
diff changeset
37 </help>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
38 </tool>