Mercurial > repos > crs4 > edge_pro
view get_edge_data.xml @ 3:ddcbf8732706 draft
Fix edge-pro tool dependency (uninstall and install again the tool dependency if you were encountering errors like 'Can't exec "./bowtie2-build": No such file or directory'). Update Orione citation.
author | crs4 |
---|---|
date | Mon, 19 Jan 2015 12:48:51 -0500 |
parents | bad8a51514dd |
children |
line wrap: on
line source
<tool id="get_edge_data" name="Get EDGE-pro files" version="1.0.1"> <description></description> <command interpreter="python">get_edge_data.py -i "$gbkid" --fna $fnafile --ptt $pttfile --rnt $rntfile --gff $gfffile</command> <inputs> <param name="gbkid" type="text" value="NC_" label="RefSeq Genomic Accession ID"> <validator type="empty_field" /> </param> </inputs> <outputs> <data name="fnafile" format="fasta" label="${tool.name} on ${on_string}: FASTA" /> <data name="pttfile" format="ptt" label="${tool.name} on ${on_string}: PTT" /> <data name="rntfile" format="rnt" label="${tool.name} on ${on_string}: RNT" /> <data name="gfffile" format="gff" label="${tool.name} on ${on_string}: GFF" /> </outputs> <tests> </tests> <help> **What it does** This tool retrieves from NCBI the files required by `EDGE-pro`_. .. _EDGE-pro: http://ccb.jhu.edu/software/EDGE-pro/ **License and citation** This Galaxy tool is Copyright © 2012-2014 `CRS4 Srl.`_ and is released under the `MIT license`_. .. _CRS4 Srl.: http://www.crs4.it/ .. _MIT license: http://opensource.org/licenses/MIT If you use this tool, please cite |Cuccuru2014|_. .. |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 .. _Cuccuru2014: http://bioinformatics.oxfordjournals.org/content/30/13/1928 </help> </tool>