Mercurial > repos > charles_s_test > seqsero
comparison seqsero.xml.2 @ 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 <bookstore xmlns:xlink="http://www.w3.org/1999/xlink"> | |
| 2 | |
| 3 <tool id="seq_sero_reads_multiple" name="SeqSero Batch - Paired-End Reads" version="0.1.0"> | |
| 4 <requirement type="package" version="1.69">biopython</requirement> | |
| 5 <requirement type="package" >samtools</requirement> | |
| 6 <description>Salmonella Serotype Prediction from Paired-End Reads</description> | |
| 7 <command interpreter="python2.7"> | |
| 8 run_seqsero_batch_galaxy.py $input1 <!--$input2--> | |
| 9 <!--test_bioblend.py $input1 $input2--> | |
| 10 </command> | |
| 11 <inputs> | |
| 12 <param format="fastq" name="input1" multiple="true" type="data" label="Source file"/> | |
| 13 <!--<param format="fastq" name="input2" multiple="true" type="data" label="Source file"/>--> | |
| 14 </inputs> | |
| 15 <outputs> | |
| 16 <data name="html_file" format="html" from_work_dir="Seqsero_result.html"/> | |
| 17 <data name="text_file" format="txt" from_work_dir="Seqsero_result.txt"/> | |
| 18 </outputs> | |
| 19 <help> | |
| 20 <!--This tool predicts Salmonella serotypes from shotgun WGS data.--> | |
| 21 .._htmlFile: "/nfs/sw/apps/galaxy/static/toolpages/seqsero/seqsero.html" | |
| 22 </help> | |
| 23 <citations> | |
| 24 <citation type="bibtex"> | |
| 25 @Article{pmid25762776, | |
| 26 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. ", | |
| 27 Title="{{S}almonella serotype determination utilizing high-throughput genome sequencing data}", | |
| 28 Journal="J. Clin. Microbiol.", | |
| 29 Year="2015", | |
| 30 Volume="53", | |
| 31 Number="5", | |
| 32 Pages="1685--1692", | |
| 33 Month="May" | |
| 34 } | |
| 35 </citation> | |
| 36 </citations> | |
| 37 <stdio> | |
| 38 <exit_code range="0:" level="warning"/> | |
| 39 <regex match="Error:"/> | |
| 40 </stdio> | |
| 41 </tool> |
