Mercurial > repos > iuc > metabat2
annotate metabat2.xml @ 3:eb50e7eca3dc draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 3a3dfd676076438bea1518eb731790edfb4da3c0
author | iuc |
---|---|
date | Thu, 09 Nov 2023 12:23:52 +0000 |
parents | 708abf08a626 |
children |
rev | line source |
---|---|
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
1 <tool id="metabat2" name="MetaBAT2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
2 <description>metagenome binning</description> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
3 <macros> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
5 </macros> |
3
eb50e7eca3dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 3a3dfd676076438bea1518eb731790edfb4da3c0
iuc
parents:
2
diff
changeset
|
6 <expand macro="biotools"/> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
9 mkdir bins && |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
10 metabat2 |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
11 --inFile '$inFile' |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
12 --outFile 'bins/bin' |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
13 #if str($advanced.base_coverage_depth_cond.base_coverage_depth) == 'yes' |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
14 #if $advanced.base_coverage_depth_cond.abdFile |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
15 --abdFile '$advanced.base_coverage_depth_cond.abdFile' |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
16 #else if $advanced.base_coverage_depth_cond.cvExt |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
17 --cvExt '$advanced.base_coverage_depth_cond.cvExt' |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
18 #end if |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
19 #end if |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
20 --minContig $advanced.minContig |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
21 --maxP $advanced.maxP |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
22 --minS $advanced.minS |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
23 --maxEdges $advanced.maxEdges |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
24 --pTNF $advanced.pTNF |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
25 $advanced.noAdd |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
26 --minCV $advanced.minCV |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
27 --minCVSum $advanced.minCVSum |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
28 --seed $advanced.seed |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
29 --minClsSize $out.minClsSize |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
30 --numThreads \${GALAXY_SLOTS:-4} |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
31 $out.onlyLabel |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
32 #if $out.saveCls |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
33 $out.saveCls |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
34 --noBinOut |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
35 #end if |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
36 #if 'unbinned' in $out.extra_outputs |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
37 --unbinned |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
38 #end if |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
39 > process_log.txt |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
40 #if 'log' in $out.extra_outputs |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
41 && mv process_log.txt '$process_log' |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
42 #end if |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
43 ]]></command> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
44 <inputs> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
45 <param argument="--inFile" type="data" format="fasta,fasta.gz" label="Fasta file containing contigs"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
46 <section name="advanced" title="Advanced options"> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
47 <conditional name="base_coverage_depth_cond"> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
48 <param name="base_coverage_depth" type="select" label="Use a base coverage depth file?"> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
49 <option value="yes">Yes</option> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
50 <option value="no" selected="true">No</option> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
51 </param> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
52 <when value="no"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
53 <when value="yes"> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
54 <param argument="--abdFile" type="data" format="tabular" optional="True" label="Tabular depth matrix file having mean and variance of base coverage depth" help="Generated by the Calculate contig depths for MetaBAT2 tool"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
55 <param argument="--cvExt" type="data" format="tabular" optional="True" label="Base coverage depth file without variance" help="Generated by a tool - not the Calculate contig depths for MetaBAT2 tool"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
56 </when> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
57 </conditional> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
58 <param argument="--minContig" type="integer" min="1500" value="1500" label="Minimum size of a contig for binning"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
59 <param argument="--maxP" type="integer" min="1" max="100" value="95" label="Percentage of good contigs considered for binning decided by connection among contigs" help="The greater, the more sensitive"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
60 <param argument="--minS" type="integer" min="1" max="99" value="60" label="Minimum score of an edge for binning" help="The greater, the more specific"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
61 <param argument="--maxEdges" type="integer" value="200" label="Maximum number of edges per node" help="The greater, the more sensitive"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
62 <param argument="--pTNF" type="integer" value="0" label="TNF probability cutoff for building TNF graph" help="Use it to skip the preparation step (0:auto)"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
63 <param argument="--noAdd" type="boolean" truevalue="--noAdd" falsevalue="" checked="false" label="Turn off additional binning for lost or small contigs?"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
64 <param argument="--minCV" type="float" value="1.0" label="Minimum mean coverage of a contig in each library for binning"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
65 <param argument="--minCVSum" type="float" value="1.0" label="Minimum total effective mean coverage of a contig for binning" help="Sum of depth over minCV"/> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
66 <param argument="--seed" type="integer" value="0" label="For exact reproducibility." help="Zero value will use random seed"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
67 </section> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
68 <section name="out" title="Output options"> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
69 <param argument="--minClsSize" type="integer" value="200000" label="Minimum size of a bin as the output"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
70 <param argument="--onlyLabel" type="boolean" truevalue="--onlyLabel" falsevalue="" checked="false" label="Output only sequence labels as a list in a column without sequences?"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
71 <param argument="--saveCls" type="boolean" truevalue="--saveCls" falsevalue="" checked="false" label="Save cluster memberships as a matrix format?"/> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
72 <param name="extra_outputs" type="select" multiple="true" optional="true" label="Extra outputs"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
73 <option value="lowDepth">Fasta file containing low depth bins (if no matrix format and label selected)</option> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
74 <option value="tooShort">Fasta file containing too short bins (if no matrix format and label selected)</option> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
75 <option value="unbinned">Fasta file containing unbinned contigs (if no matrix format and label selected)</option> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
76 <option value="log">Process log file</option> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
77 </param> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
78 </section> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
79 </inputs> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
80 <outputs> |
3
eb50e7eca3dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 3a3dfd676076438bea1518eb731790edfb4da3c0
iuc
parents:
2
diff
changeset
|
81 <collection name="bins" type="list" label="${tool.name} on ${on_string}: Bin sequences"> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
82 <filter>not out['saveCls'] and not out['onlyLabel']</filter> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
83 <discover_datasets pattern="bin\.(?P<designation>\d*)\.fa" format="fasta" directory="bins"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
84 </collection> |
3
eb50e7eca3dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 3a3dfd676076438bea1518eb731790edfb4da3c0
iuc
parents:
2
diff
changeset
|
85 <data name="bin_saveCls" format="tabular" from_work_dir="bins/bin" label="${tool.name} on ${on_string}: Bins with cluster memberships"> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
86 <filter>out['saveCls'] and not out['onlyLabel']</filter> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
87 </data> |
3
eb50e7eca3dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 3a3dfd676076438bea1518eb731790edfb4da3c0
iuc
parents:
2
diff
changeset
|
88 <collection name="bin_onlyLabel" type="list" label="${tool.name} on ${on_string}: Bin labels"> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
89 <filter>not out['saveCls'] and out['onlyLabel']</filter> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
90 <discover_datasets pattern="bin\.(?P<designation>\d*)" format="tabular" directory="bins"/> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
91 </collection> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
92 <data name="lowDepth" format="fasta" from_work_dir="bins/bin.lowDepth.fa" label="${tool.name} on ${on_string}: Low depth bins"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
93 <filter>not out['saveCls'] and not out['onlyLabel'] and 'lowDepth' in out['extra_outputs']</filter> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
94 </data> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
95 <data name="tooShort" format="fasta" from_work_dir="bins/bin.tooShort.fa" label="${tool.name} on ${on_string}: Too short bins"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
96 <filter>not out['saveCls'] and not out['onlyLabel'] and 'tooShort' in out['extra_outputs']</filter> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
97 </data> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
98 <data name="unbinned" format="fasta" from_work_dir="bins/bin.unbinned.fa" label="${tool.name} on ${on_string}: Unbinned sequences"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
99 <filter>not out['saveCls'] and not out['onlyLabel'] and 'unbinned' in out['extra_outputs']</filter> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
100 </data> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
101 <data name="process_log" format="txt" label="${tool.name} on ${on_string}: Process log"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
102 <filter>'log' in out['extra_outputs']</filter> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
103 </data> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
104 </outputs> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
105 <tests> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
106 <test expect_num_outputs="5"> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
107 <param name="inFile" value="input0.fasta.gz" ftype="fasta.gz"/> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
108 <section name="advanced"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
109 <conditional name="base_coverage_depth_cond"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
110 <param name="base_coverage_depth" value="no"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
111 </conditional> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
112 <param name="seed" value="345678"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
113 </section> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
114 <section name="out"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
115 <param name="extra_outputs" value="lowDepth,tooShort,unbinned,log"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
116 </section> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
117 <output_collection name="bins" type="list" count="2"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
118 <element name="1" ftype="fasta"> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
119 <assert_contents> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
120 <has_size value="334554"/> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
121 <has_text text=">MW127517.1"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
122 <has_text text=">MW127521.1"/> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
123 </assert_contents> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
124 </element> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
125 <element name="2" ftype="fasta"> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
126 <assert_contents> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
127 <has_size value="577866"/> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
128 <has_text text=">MT810119.1"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
129 <has_text text=">MW130866.1"/> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
130 </assert_contents> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
131 </element> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
132 </output_collection> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
133 <output name="lowDepth" ftype="fasta"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
134 <assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
135 <has_text text=""/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
136 </assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
137 </output> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
138 <output name="tooShort" ftype="fasta"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
139 <assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
140 <has_text text=""/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
141 </assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
142 </output> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
143 <output name="unbinned" ftype="fasta"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
144 <assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
145 <has_text text=">NC_045512.2"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
146 <has_text text=">MW130872.1"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
147 </assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
148 </output> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
149 <output name="process_log" ftype="txt"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
150 <assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
151 <has_text text="MetaBAT"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
152 <has_text text="2 bins (897090 bases in total) formed"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
153 </assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
154 </output> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
155 </test> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
156 <test expect_num_outputs="1"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
157 <param name="inFile" value="input0.fasta.gz" ftype="fasta.gz"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
158 <section name="advanced"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
159 <conditional name="base_coverage_depth_cond"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
160 <param name="base_coverage_depth" value="yes"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
161 <param name="abdFile" value="input_depth1.tabular" ftype="tabular"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
162 </conditional> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
163 <param name="seed" value="345678"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
164 </section> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
165 <section name="out"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
166 <param name="onlyLabel" value="false"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
167 <param name="saveCls" value="false"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
168 <param name="extra_outputs" value=""/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
169 </section> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
170 <output_collection name="bins" type="list" count="0"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
171 </test> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
172 <test expect_num_outputs="1"> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
173 <param name="inFile" value="input0.fasta.gz" ftype="fasta.gz"/> |
2
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
174 <section name="advanced"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
175 <conditional name="base_coverage_depth_cond"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
176 <param name="base_coverage_depth" value="no"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
177 </conditional> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
178 <param name="seed" value="345678"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
179 </section> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
180 <section name="out"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
181 <param name="onlyLabel" value="false"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
182 <param name="saveCls" value="true"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
183 <param name="extra_outputs" value=""/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
184 </section> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
185 <output name="bin_saveCls" ftype="tabular"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
186 <assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
187 <has_text text="NC_045512.2"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
188 <has_text text="MT810119.1"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
189 <has_text text="MW130860.1"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
190 </assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
191 </output> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
192 </test> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
193 <test expect_num_outputs="1"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
194 <param name="inFile" value="input0.fasta.gz" ftype="fasta.gz"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
195 <section name="advanced"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
196 <conditional name="base_coverage_depth_cond"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
197 <param name="base_coverage_depth" value="no"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
198 </conditional> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
199 <param name="seed" value="345678"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
200 </section> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
201 <section name="out"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
202 <param name="onlyLabel" value="true"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
203 <param name="saveCls" value="false"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
204 <param name="extra_outputs" value=""/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
205 </section> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
206 <output_collection name="bin_onlyLabel" type="list" count="2"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
207 <element name="1" ftype="tabular"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
208 <assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
209 <has_text text="MW127518.1"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
210 <has_text text="MW127521.1"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
211 </assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
212 </element> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
213 <element name="2" ftype="tabular"> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
214 <assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
215 <has_text text="MT810119.1"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
216 <has_text text="MW130866.1"/> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
217 </assert_contents> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
218 </element> |
708abf08a626
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6
iuc
parents:
0
diff
changeset
|
219 </output_collection> |
0
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
220 </test> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
221 </tests> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
222 <help><![CDATA[ |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
223 **What it does** |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
224 |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
225 MetaBAT2 (Metagenome Binning based on Abundance and Tetranucleotide frequency) is an automated metagenome binning |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
226 software that integrates empirical probabilistic distances of genome abundance and tetranucleotide frequency. The |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
227 tool accepts a fast file containing contigs and produces a collection (i.e., bins) of fasta files. |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
228 |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
229 MetaBAT2 includes optionizations to MetaBAT. It requires virtually no parameter optimization. Default parameter |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
230 values are more reliable to use in most cases since MetaBAT2 adapts to the given data to find the best parameter. |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
231 Some parameter settings are still available for advanced users, helping to manage some exceptional cases by changing |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
232 the amount of data used for the analysis. |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
233 |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
234 **More information** |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
235 |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
236 https://bitbucket.org/berkeleylab/metabat/src/master/ |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
237 |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
238 **Options** |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
239 |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
240 * **Use base coverage depth file** - optionally select a base coverage depth file that was either generated by the Calculate contig depths for MetaBAT2 tool or another 3rd party tool. |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
241 |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
242 ]]></help> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
243 <expand macro="citations"/> |
76bc4efa1aeb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff
changeset
|
244 </tool> |