Mercurial > repos > crs4 > edge_pro
annotate get_edge_data.xml @ 2:bad8a51514dd draft
Directly call edge.pl, remove edge_pro.py . Move minimun and maximum insert size params to paired library section. Update Orione citation.
| author | crs4 |
|---|---|
| date | Wed, 05 Mar 2014 06:44:35 -0500 |
| parents | 7af33315bc5e |
| children | ddcbf8732706 |
| rev | line source |
|---|---|
| 0 | 1 <tool id="get_edge_data" name="Get EDGE-pro files" version="1.0.1"> |
| 2 <description></description> | |
| 3 <command interpreter="python">get_edge_data.py -i "$gbkid" --fna $fnafile --ptt $pttfile --rnt $rntfile --gff $gfffile</command> | |
| 4 | |
| 5 <inputs> | |
| 6 <param name="gbkid" type="text" value="NC_" label="RefSeq Genomic Accession ID"> | |
| 7 <validator type="empty_field" /> | |
| 8 </param> | |
| 9 </inputs> | |
| 10 <outputs> | |
| 11 <data name="fnafile" format="fasta" label="${tool.name} on ${on_string}: FASTA" /> | |
| 12 <data name="pttfile" format="ptt" label="${tool.name} on ${on_string}: PTT" /> | |
| 13 <data name="rntfile" format="rnt" label="${tool.name} on ${on_string}: RNT" /> | |
| 14 <data name="gfffile" format="gff" label="${tool.name} on ${on_string}: GFF" /> | |
| 15 </outputs> | |
| 16 <tests> | |
| 17 | |
| 18 </tests> | |
| 19 <help> | |
| 20 **What it does** | |
| 21 | |
| 22 This tool retrieves from NCBI the files required by `EDGE-pro`_. | |
| 23 | |
| 24 .. _EDGE-pro: http://ccb.jhu.edu/software/EDGE-pro/ | |
| 25 | |
| 26 **License and citation** | |
| 27 | |
| 28 This Galaxy tool is Copyright © 2012-2013 `CRS4 Srl.`_ and is released under the `MIT license`_. | |
| 29 | |
| 30 .. _CRS4 Srl.: http://www.crs4.it/ | |
| 31 .. _MIT license: http://opensource.org/licenses/MIT | |
| 32 | |
| 33 If you use this tool in Galaxy, please cite |Cuccuru2013|_. | |
| 34 | |
|
2
bad8a51514dd
Directly call edge.pl, remove edge_pro.py . Move minimun and maximum insert size params to paired library section. Update Orione citation.
crs4
parents:
0
diff
changeset
|
35 .. |Cuccuru2013| 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*, accepted |
| 0 | 36 .. _Cuccuru2013: http://orione.crs4.it/ |
| 37 </help> | |
| 38 </tool> |
