annotate metabat2.xml @ 0:76bc4efa1aeb draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
author iuc
date Fri, 28 Jan 2022 12:21:05 +0000
parents
children 708abf08a626
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
6 <expand macro="requirements"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
7 <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
8 mkdir bins &&
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
9 metabat2
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
10 --inFile '$inFile'
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
11 --outFile 'bins/bin'
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
12 #if str($advanced.base_coverage_depth_cond.base_coverage_depth) == 'yes':
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
13 #if $advanced.base_coverage_depth_cond.abdFile:
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
14 --abdFile '$advanced.base_coverage_depth_cond.abdFile'
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
15 #else if $advanced.base_coverage_depth_cond.cvExt:
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
16 --cvExt '$advanced.base_coverage_depth_cond.cvExt'
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
17 #end if
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 --minContig $advanced.minContig
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
20 --maxP $advanced.maxP
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
21 --minS $advanced.minS
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
22 --maxEdges $advanced.maxEdges
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
23 --pTNF $advanced.pTNF
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
24 $advanced.noAdd
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
25 --minCV $advanced.minCV
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
26 --minCVSum $advanced.minCVSum
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
27 --minClsSize $advanced.minClsSize
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
28 --numThreads \${GALAXY_SLOTS:-4}
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
29 $advanced.onlyLabel
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
30 #if $advanced.saveCls:
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
31 $advanced.saveCls
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
32 --noBinOut
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
33 #end if
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
34 $advanced.unbinned
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
35 --seed $advanced.seed
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
36 > process_log.txt
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
37 #if str($advanced.output_process_log) == 'yes':
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
38 && 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
39 #end if
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
40 ]]></command>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
41 <inputs>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
42 <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
43 <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
44 <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
45 <param name="base_coverage_depth" type="select" label="Use a base coverage depth file?">
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
46 <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
47 <option value="yes">Yes</option>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
48 </param>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
49 <when value="no"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
50 <when value="yes">
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
51 <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
52 <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
53 </when>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
54 </conditional>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
55 <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
56 <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
57 <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
58 <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
59 <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
60 <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
61 <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
62 <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"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
63 <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
64 <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
65 <param argument="--saveCls" type="boolean" truevalue="--saveCls" falsevalue="" checked="false" label="Save cluster memberships as a matrix format?"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
66 <param argument="--unbinned" type="boolean" truevalue="--unbinned" falsevalue="" checked="false" label="Output fasta file containing unbinned contigs?"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
67 <param argument="--seed" type="integer" value="0" label="For exact reproducibility." help="Zero value will use random seed"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
68 <param name="output_process_log" type="select" label="Output process log file?">
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
69 <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
70 <option value="yes">Yes</option>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
71 </param>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
72 </section>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
73 </inputs>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
74 <outputs>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
75 <collection name="bin_files" type="list" label="${tool.name} on ${on_string}: (bins)">
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
76 <discover_datasets pattern="(?P&lt;designation&gt;.*)\.fa" format="fasta" directory="bins"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
77 </collection>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
78 <data name="process_log" format="txt" label="${tool.name} on ${on_string} (process log)">
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
79 <filter>advanced['output_process_log'] == 'yes'</filter>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
80 </data>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
81 </outputs>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
82 <tests>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
83 <test expect_num_outputs="1">
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
84 <param name="inFile" value="input0.fasta.gz" ftype="fasta.gz"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
85 <param name="seed" value="345678"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
86 <output_collection name="bin_files" type="list" count="2">
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
87 <element name="bin.1" ftype="fasta">
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
88 <assert_contents>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
89 <has_size value="334554"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
90 </assert_contents>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
91 </element>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
92 <element name="bin.2" ftype="fasta">
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
93 <assert_contents>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
94 <has_size value="577866"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
95 </assert_contents>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
96 </element>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
97 </output_collection>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
98 </test>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
99 <test expect_num_outputs="2">
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
100 <param name="inFile" value="input0.fasta.gz" ftype="fasta.gz"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
101 <param name="base_coverage_depth" value="yes"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
102 <param name="abdFile" value="input_depth1.tabular" ftype="tabular"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
103 <param name="seed" value="345678"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
104 <param name="output_process_log" value="yes"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
105 <output_collection name="bin_files" type="list" count="0"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
106 <output name="process_log" file="process_log.txt" ftype="txt"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
107 </test>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
108 </tests>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
109 <help><![CDATA[
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
110 **What it does**
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
111
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
112 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
113 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
114 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
115
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
116 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
117 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
118 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
119 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
120
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
121 **More information**
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
122
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
123 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
124
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
125 **Options**
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
126
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
127 * **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
128
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
129 ]]></help>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
130 <expand macro="citations"/>
76bc4efa1aeb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 4baddc43c4fdbe9fa7fe056bc3f9213de01516dd"
iuc
parents:
diff changeset
131 </tool>