annotate mashtree.xml @ 0:419ea5baf5b7 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
author dfornika
date Tue, 28 Jan 2020 01:18:59 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
1 <?xml version="1.0"?>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
2 <tool id="mashtree" name="mashtree" version="@VERSION@+galaxy0">
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
3 <description>Create a tree using Mash distances.</description>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
4 <requirements>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
5 <requirement type="package" version="@VERSION@">mashtree</requirement>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
6 </requirements>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
7 <command><![CDATA[
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
8 mashtree
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
9 --numcpus "\${GALAXY_SLOTS:-1}"
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
10 --genomesize '${genomesize}'
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
11 --mindepth '${mindepth}'
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
12 --outmatrix '${matrix}'
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
13 --outtree '${tree}'
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
14
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
15 ]]></command>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
16
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
17 <inputs>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
18 <conditional name="fastq_input">
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
19 <param name="fastq_input_selector" type="select" label="Single or Paired-end reads" help="Select between paired and single end data">
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
20 <option value="paired">Paired</option>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
21 <option value="single">Single</option>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
22 <option value="paired_collection">Paired Collection</option>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
23 <option value="paired_iv">Paired Interleaved</option>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
24 </param>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
25 <when value="paired">
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
26 <param name="fastq_input1" type="data" format="fastqsanger,fastqsanger.gz,fasta" label="Select first set of reads" help="Specify dataset with forward reads"/>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
27 <param name="fastq_input2" type="data" format="fastqsanger,fastqsanger.gz,fasta" label="Select second set of reads" help="Specify dataset with reverse reads"/>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
28 </when>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
29 <when value="single">
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
30 <param name="fastq_input1" type="data" format="fastqsanger,fastqsanger.gz,fasta" label="Select fastq dataset" help="Specify dataset with single reads"/>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
31 </when>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
32 <when value="paired_collection">
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
33 <param name="fastq_input1" format="fastqsanger,fastqsanger.gz,fasta" type="data_collection" collection_type="paired" label="Select a paired collection" help="See help section for an explanation of dataset collections"/>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
34 </when>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
35 </conditional>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
36 <param name="genomesize" type="integer" min="1000" value="5000000" max="50000000" />
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
37 <param name="mindepth" type="integer" min="0" value="5" max="100" />
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
38 <param name="kmerlength" type="integer" min="4" value="21" max="31" />
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
39 <param name="sketch-size" type="integer" min="100" value="10000" max="100000" />
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
40 </inputs>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
41
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
42 <outputs>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
43 <data name="tree" format="" label="${tool.name} on ${on_string}: Tree" />
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
44 <data name="matrix" format="tabular" label="${tool.name} on ${on_string}: Distance matrix" />
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
45 </outputs>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
46
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
47 <tests>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
48
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
49 </tests>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
50 <help><![CDATA[
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
51
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
52 ]]></help>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
53 <citations>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
54 </citations>
419ea5baf5b7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mashtree commit 9b894593cf3c0156faf679300ded731e0796f792"
dfornika
parents:
diff changeset
55 </tool>