Mercurial > repos > charles_s_test > seqsero
comparison seqsero.xml.precitation @ 0:8db411fab3e1 draft
planemo upload commit 844a891e4eaf732830043204ac636907eefb011d-dirty
| author | charles_s_test |
|---|---|
| date | Thu, 19 Oct 2017 18:20:46 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:8db411fab3e1 |
|---|---|
| 1 | |
| 2 <tool id="seq_sero_reads_multiple" name="SeqSero Batch - Paired-End Reads" version="0.1.0"> | |
| 3 <requirement type="package" version="1.69">biopython</requirement> | |
| 4 <requirement type="package" >samtools</requirement> | |
| 5 <description>Salmonella Serotype Prediction from Paired-End Reads</description> | |
| 6 <command interpreter="python2.7"> | |
| 7 run_seqsero_batch_galaxy.py $input1 <!--$input2--> | |
| 8 <!--test_bioblend.py $input1 $input2--> | |
| 9 </command> | |
| 10 <inputs> | |
| 11 <param format="fastq" name="input1" multiple="true" type="data" label="Source file"/> | |
| 12 <!--<param format="fastq" name="input2" multiple="true" type="data" label="Source file"/>--> | |
| 13 </inputs> | |
| 14 <outputs> | |
| 15 <data name="html_file" format="html" from_work_dir="Seqsero_result.html"/> | |
| 16 <data name="text_file" format="txt" from_work_dir="Seqsero_result.txt"/> | |
| 17 </outputs> | |
| 18 <help> | |
| 19 This tool predicts Salmonella serotypes from shotgun WGS data. | |
| 20 <description | |
| 21 xlink:type="simple" | |
| 22 xlink:href="/nfs/sw/apps/galaxy/static/toolpages/seqsero/seqsero.html" | |
| 23 xlink:show="SeqSero documentation" | |
| 24 </description> | |
| 25 </help> | |
| 26 <citations> | |
| 27 <citation type="bibtex"> | |
| 28 @Article{pmid25762776, | |
| 29 Author="Zhang, S. and Yin, Y. and Jones, M. B. and Zhang, Z. and Deatherage Kaiser, B. L. and Dinsmore, B. A. and Fitzgerald, C. and Fields, P. I. and Deng, X. ", | |
| 30 Title="{{S}almonella serotype determination utilizing high-throughput genome sequencing data}", | |
| 31 Journal="J. Clin. Microbiol.", | |
| 32 Year="2015", | |
| 33 Volume="53", | |
| 34 Number="5", | |
| 35 Pages="1685--1692", | |
| 36 Month="May" | |
| 37 } | |
| 38 </citation> | |
| 39 </citations> | |
| 40 <stdio> | |
| 41 <exit_code range="0:" level="warning"/> | |
| 42 <regex match="Error:"/> | |
| 43 </stdio> | |
| 44 </tool> | |
| 45 |
