comparison seqsero.xml @ 2:381e1e7109fc draft default tip

planemo upload commit 464b391afaa5819bc681452e85bea9d882730eb6-dirty
author charles_s_test
date Sun, 12 Nov 2017 02:26:17 -0500
parents 8db411fab3e1
children
comparison
equal deleted inserted replaced
1:139f1e77d834 2:381e1e7109fc
1 <tool id="seq_sero_reads_multiple" name="SeqSero Batch - Paired-End Reads" version="0.1.0"> 1 <tool id="seq_sero_reads_multiple" name="SeqSero Batch - Paired-End Reads" version="0.1.0">
2 <description>Salmonella Serotype Prediction from Paired-End Reads</description> 2 <description>Salmonella Serotype Prediction from Paired-End Reads</description>
3 <command interpreter="python2.7"> 3 <requirements>
4 <requirement type="package" version="1.69">biopython</requirement>
5 <requirement type="package" version="0.5.9">bwa</requirement>
6 <requirement type="package" version="1.3.1">samtools</requirement>
7 <requirement type="package" version="2.5.0">blast</requirement>
8 <requirement type="package" version="2.6.2">sra_toolkit</requirement>
9 </requirements>
10 <stdio>
11 <exit_code range="0:" level="warning"/>
12 <regex match="Error:"/>
13 </stdio>
14 <command interpreter="python2.7">
4 run_seqsero_batch_galaxy.py $input1 <!--$input2--> 15 run_seqsero_batch_galaxy.py $input1 <!--$input2-->
5 <!--test_bioblend.py $input1 $input2--> 16 <!--test_bioblend.py $input1 $input2-->
6 </command> 17 </command>
7 <inputs> 18 <inputs>
8 <param format="fastq,fastqsanger" name="input1" multiple="true" type="data" label="Source file"/> 19 <param format="fastq" name="input1" multiple="true" type="data" label="Source file"/>
9 <!--<param format="fastq" name="input2" multiple="true" type="data" label="Source file"/>--> 20 <!--<param format="fastq" name="input2" multiple="true" type="data" label="Source file"/>-->
10 </inputs> 21 </inputs>
11 <outputs> 22 <outputs>
12 <data name="html_file" format="html" from_work_dir="Seqsero_result.html"/> 23 <data name="html_file" format="html" from_work_dir="Seqsero_result.html"/>
13 <data name="text_file" format="txt" from_work_dir="Seqsero_result.txt"/> 24 <data name="text_file" format="txt" from_work_dir="Seqsero_result.txt"/>
14 </outputs> 25 </outputs>
15 <help> 26 <tests>
27 <test>
28 <output name="text_file" file="Seqsero_result.txt" ftype="txt"/>
29 </test>
30 </tests>
31 <help>
16 This tool predicts Salmonella serotypes from shotgun WGS data. 32 This tool predicts Salmonella serotypes from shotgun WGS data.
17 33
18 Below is the link to the seqsero help 34 Below is the link to the seqsero help
19 35
20 https://galaxy.ravencloudhpc.com/static/toolpages/seqsero/seqsero.html 36 https://galaxy.ravencloudhpc.com/static/toolpages/seqsero/seqsero.html
32 Pages="1685--1692", 48 Pages="1685--1692",
33 Month="May" 49 Month="May"
34 } 50 }
35 </citation> 51 </citation>
36 </citations> 52 </citations>
37 <stdio>
38 <exit_code range="0:" level="warning"/>
39 <regex match="Error:"/>
40 </stdio>
41 </tool> 53 </tool>