annotate maxbin2.xml @ 5:8a0473eb465e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
author iuc
date Fri, 17 Jun 2022 17:27:40 +0000
parents 4ef88f9a195d
children 2bc40bfbcfb4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
1 <tool id="maxbin2" name="MaxBin2" version="@MAXBIN_VERSION@+galaxy3">
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
2 <description>clusters metagenomic contigs into bins</description>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
3 <xrefs>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
4 <xref type="bio.tools">masigpro</xref>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
5 </xrefs>
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
6 <macros>
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
7 <token name="@MAXBIN_VERSION@">2.2.7</token>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
8 <xml name="contig">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
9 <param argument="-contig" type="data" format="fasta,fasta.gz" label="Contig file"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
10 </xml>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
11 <xml name="input_type">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
12 <param name="type" type="select" label="Input type">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
13 <option value="reads" selected="true">Sequencing Reads</option>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
14 <option value="abund">Abundances</option>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
15 </param>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
16 </xml>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
17 <xml name="reads_extra_params">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
18 <param name="output_abundances" type="boolean" checked="false" label="Output abundances" help="" />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
19 <param argument="--reassembly" type="boolean" truevalue="-reassembly" falsevalue="" checked="false" label="Reassembly" help="Reassembly option is still highly experimental. To use this function, you need to feed MaxBin interleaved paired-end fastq or fasta file." />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
20 </xml>
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
21 </macros>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
22 <requirements>
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
23 <requirement type="package" version="@MAXBIN_VERSION@">maxbin2</requirement>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
24 </requirements>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
25 <version_command><![CDATA[run_MaxBin.pl -version | head -n 1]]></version_command>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
26 <command detect_errors="exit_code"><![CDATA[
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
27 ## generate read or abundance files
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
28 #if $assembly.inputs.type == 'reads'
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
29 #if $assembly.type == 'individual'
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
30 echo '$assembly.inputs.reads' >> reads_list &&
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
31 #else
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
32 #for $r in $assembly.inputs.reads
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
33 #if $r
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
34 echo '$r' >> reads_list &&
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
35 #end if
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
36 #end for
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
37 #end if
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
38 #else if $assembly.inputs.type == 'abund'
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
39 #if $assembly.type == 'individual'
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
40 echo '$assembly.inputs.abund' >> abund_list &&
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
41 #else
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
42 #for $a in $assembly.inputs.abund
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
43 #if $a
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
44 echo '$a' >> abund_list &&
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
45 #end if
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
46 #end for
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
47 #end if
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
48 #end if
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
49
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
50 ## in case of reassembly the IBDA out and err is appended
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
51 ## to differentiate this a header is added also befor the
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
52 ## MaxBin2 outputs
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
53 #if $assembly.inputs.type == 'reads' and $assembly.inputs.reassembly != ""
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
54 echo "==== MaxBin2 stdout ====" &&
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
55 echo "==== MaxBin2 stderr ====" 1>&2 &&
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
56 #end if
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
57
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
58 run_MaxBin.pl
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
59 -contig '$contig'
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
60 -out out
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
61 #if $assembly.inputs.type == 'reads':
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
62 -reads_list reads_list
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
63 $assembly.inputs.reassembly
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
64 #else if $assembly.inputs.type == 'abund':
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
65 -abund_list abund_list
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
66 #end if
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
67 -min_contig_length $adv.min_contig_length
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
68 -max_iteration $adv.max_iteration
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
69 -prob_threshold $adv.prob_threshold
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
70 $output.plotmarker
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
71 -markerset $output.markerset
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
72 -thread \${GALAXY_SLOTS:-1}
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
73
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
74 && gzip -cd out.marker_of_each_bin.tar.gz | tar -xf -
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
75
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
76 ## redirect the idba out and err file content to stdout and err
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
77 ## since this is also wanted in case the error case ';' is used here to
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
78 ## separate commands
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
79 #if $assembly.inputs.type == 'reads' and $assembly.inputs.reassembly != ""
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
80 ; echo "==== IDBA stdout ===="
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
81 && if [[ -f out.idba.out ]]; then cat out.idba.out; fi
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
82 && echo "==== IDBA stderr ====" 1>&2
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
83 && if [[ -f out.idba.err ]]; then cat out.idba.err 1>&2; fi
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
84 #end if
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
85 ]]></command>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
86 <inputs>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
87 <expand macro="contig"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
88 <conditional name="assembly">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
89 <param name="type" type="select" label="Assembly type used to generate contig(s)">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
90 <option value="individual">Assembly of sample(s) one by one (individual assembly)</option>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
91 <option value="coassembly">Assembly of different samples together (co-assembly)</option>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
92 </param>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
93 <when value="individual">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
94 <conditional name="inputs">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
95 <expand macro="input_type"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
96 <when value="reads">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
97 <param argument="-reads" type="data" format="fasta,fastq" label="Reads file"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
98 <expand macro="reads_extra_params"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
99 </when>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
100 <when value="abund">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
101 <param argument="-abund" type="data" format="tabular" label="Abundance file"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
102 </when>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
103 </conditional>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
104 </when>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
105 <when value="coassembly">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
106 <conditional name="inputs">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
107 <expand macro="input_type"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
108 <when value="reads">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
109 <param argument="-reads" type="data" multiple="true" format="fasta,fastq" label="Reads file(s)"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
110 <expand macro="reads_extra_params"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
111 </when>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
112 <when value="abund">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
113 <param argument="-abund" type="data" format="tabular" multiple="true" label="Abundance file(s)"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
114 </when>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
115 </conditional>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
116 </when>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
117 </conditional>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
118 <section name="adv" title="Advanced options">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
119 <param argument="-min_contig_length" type="integer" min="0" value="1000" label="minimum contig length" />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
120 <param argument="-max_iteration" type="integer" min="0" value="50" label="Maximum Expectation-Maximization algorithm iteration number" />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
121 <param argument="-prob_threshold" type="float" min="0" max="1.0" value="0.5" label="Probability threshold for EM final classification" />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
122 </section>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
123 <section name="output" title="Outputs">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
124 <param argument="-plotmarker" type="boolean" truevalue="-plotmarker" falsevalue="" checked="false" label="Generate visualization of the marker gene presence numbers" />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
125 <param name="marker" type="boolean" checked="false" label="Output marker gene presence for bins table" />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
126 <param name="markers" type="boolean" checked="false" label="Output marker genes for each bin as fasta" />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
127 <param name="log" type="boolean" checked="false" label="Output log" />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
128 <param argument="-markerset" type="select" label="Marker gene set">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
129 <option value="107" selected="true">107 marker genes present in >95% of bacteria</option>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
130 <option value="40">40 marker gene sets that are universal among bacteria and archaea</option>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
131 </param>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
132 </section>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
133 </inputs>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
134 <outputs>
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
135 <!-- default outputs -->
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
136 <collection name="bins" type="list" label="${tool.name} on ${on_string}: Bins">
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
137 <discover_datasets pattern="out.(?P&lt;designation&gt;[0-9]+).fasta" format="fasta" visible="false" />
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
138 </collection>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
139 <data name="noclass" format="fasta" label="${tool.name} on ${on_string}: Unclassified sequences" from_work_dir="out.noclass"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
140 <data name="toshort" format="fasta" label="${tool.name} on ${on_string}: Too short sequences" from_work_dir="out.tooshort"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
141 <data name="summary" format="tabular" label="${tool.name} on ${on_string}: Summary" from_work_dir="out.summary"/>
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
142 <!-- optional outputs -->
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
143 <data name="log" format="txt" label="${tool.name} on ${on_string}: Log" from_work_dir="out.log">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
144 <filter>output['log']</filter>
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
145 </data>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
146 <data name="marker" format="tabular" label="${tool.name} on ${on_string}: Marker gene presence" from_work_dir="out.marker">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
147 <filter>output['marker']</filter>
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
148 </data>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
149 <data name="abundout" format="tabular" label="${tool.name} on ${on_string}: Abundances" from_work_dir="out.abund1">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
150 <filter>assembly['inputs']['type']=='reads' and assembly['inputs']['output_abundances']</filter>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
151 </data>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
152 <data name="plot" format="pdf" label="${tool.name} on ${on_string}: Marker gene presence plot" from_work_dir="out.marker.pdf">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
153 <filter>output['plotmarker']</filter>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
154 </data>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
155 <collection name="markers" type="list" label="${tool.name} on ${on_string}: Markers prediced for bins">
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
156 <discover_datasets pattern="out.(?P&lt;designation&gt;[0-9]+).marker.fasta" format="fasta" visible="false" />
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
157 <filter>output['markers']</filter>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
158 </collection>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
159 <!-- additional output in case of reassembly -->
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
160 <collection name="reassembly_bins" type="list" label="${tool.name} on ${on_string}: Reassembly bins">
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
161 <discover_datasets directory="out.reassem" pattern="out.(?P&lt;designation&gt;[0-9]+).fasta" format="fasta" visible="false" />
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
162 <filter>assembly['inputs']['type']=='reads' and assembly['inputs']['reassembly']</filter>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
163 </collection>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
164 <collection name="reassembly_reads" type="list" label="${tool.name} on ${on_string}: Reassembly reads">
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
165 <discover_datasets directory="out.reassem" pattern="out.reads.(?P&lt;designation&gt;[0-9]+)" format="fasta" visible="false" />
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
166 <filter>assembly['inputs']['type']=='reads' and assembly['inputs']['reassembly']</filter>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
167 </collection>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
168 <data name="reassembly_noclass" format="fasta" label="${tool.name} on ${on_string}: Reassembly unclassified sequences" from_work_dir="out.reassem/out.reads.noclass">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
169 <filter>assembly['inputs']['type']=='reads' and assembly['inputs']['reassembly']</filter>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
170 </data>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
171 <data name="reassembly_n50" format="txt" label="${tool.name} on ${on_string}: Reassembly N50" from_work_dir="out.reassem/N50.txt">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
172 <filter>assembly['inputs']['type']=='reads' and assembly['inputs']['reassembly']</filter>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
173 </data>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
174 </outputs>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
175 <tests>
3
cfd50144a871 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit fe30b00aa09587876f4c8be2a1494ca5ef6b8bac"
iuc
parents: 2
diff changeset
176 <!-- test w contigs and reads as input -->
cfd50144a871 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit fe30b00aa09587876f4c8be2a1494ca5ef6b8bac"
iuc
parents: 2
diff changeset
177 <test expect_num_outputs="4">
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
178 <param name="contig" value="Bin_Sample3_contigs.fasta" ftype="fasta" />
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
179 <conditional name="assembly">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
180 <param name="type" value="individual"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
181 <conditional name="inputs">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
182 <param name="type" value="reads"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
183 <param name="reads" value="interleavedPE_unmapped_Sample3_small.fasta" ftype="fasta"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
184 <param name="output_abundances" value="false"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
185 <param name="reassembly" value=""/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
186 </conditional>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
187 </conditional>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
188 <section name="adv">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
189 <param name="min_contig_length" value="1000"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
190 <param name="max_iteration" value="50"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
191 <param name="prob_threshold" value="0.5"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
192 </section>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
193 <section name="output">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
194 <param name="plotmarker" value=""/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
195 <param name="marker" value="false"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
196 <param name="markers" value="false" />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
197 <param name="log" value="false"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
198 <param name="markerset" value="107"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
199 </section>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
200 <output_collection name="bins" type="list" count="2">
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
201 <element name="001" file="1/out.001.fasta" ftype="fasta"/>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
202 <element name="002" file="1/out.002.fasta" ftype="fasta"/>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
203 </output_collection>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
204 <output name="summary" file="1/out.summary" ftype="tabular" />
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
205 <output name="noclass" file="1/out.noclass" ftype="fasta" />
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
206 <output name="toshort" file="1/out.tooshort" ftype="fasta" />
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
207 </test>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
208 <!-- test w co-assembled contigs and multiple reads and optional outputs -->
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
209 <test expect_num_outputs="9">
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
210 <param name="contig" value="Bin_Sample3_contigs.fasta" ftype="fasta" />
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
211 <conditional name="assembly">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
212 <param name="type" value="coassembly"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
213 <conditional name="inputs">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
214 <param name="type" value="reads"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
215 <param name="reads" value="interleavedPE_unmapped_Sample3_small.fasta,interleavedPE_unmapped_Sample3_small.fasta" ftype="fasta"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
216 <param name="output_abundances" value="true"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
217 <param name="reassembly" value=""/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
218 </conditional>
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
219 </conditional>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
220 <section name="adv">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
221 <param name="min_contig_length" value="1000"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
222 <param name="max_iteration" value="50"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
223 <param name="prob_threshold" value="0.5"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
224 </section>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
225 <section name="output">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
226 <param name="plotmarker" value="true"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
227 <param name="marker" value="true"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
228 <param name="markers" value="true" />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
229 <param name="log" value="true"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
230 <param name="markerset" value="107"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
231 </section>
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
232 <output_collection name="bins" type="list" count="2">
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
233 <element name="001" file="1/out.001.fasta" ftype="fasta"/>
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
234 <element name="002" file="1/out.002.fasta" ftype="fasta"/>
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
235 </output_collection>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
236 <output name="summary" ftype="tabular">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
237 <assert_contents>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
238 <has_text text="Completeness"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
239 <has_text text="out.001.fasta"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
240 </assert_contents>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
241 </output>
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
242 <output name="noclass" file="1/out.noclass" ftype="fasta" />
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
243 <output name="toshort" file="1/out.tooshort" ftype="fasta" />
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
244 <output name="log" ftype="txt" >
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
245 <assert_contents>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
246 <has_text text="Input contig"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
247 <has_text text="Elapsed time"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
248 <has_text text="Yielded 2 bins for contig (scaffold) file"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
249 </assert_contents>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
250 </output>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
251 <output name="abundout" file="1/out.abund1" ftype="tabular" />
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
252 <output name="marker" file="1/out.marker" ftype="tabular" />
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
253 <output name="plot" file="1/out.marker.pdf" ftype="pdf" compare="sim_size" />
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
254 <output_collection name="markers" type="list" count="1">
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
255 <element name="001" file="1/out.001.marker.fasta" ftype="fasta"/>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
256 </output_collection>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
257 </test>
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
258 <!--test w contigs and abundances as input + advanced options -->
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
259 <test expect_num_outputs="5">
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
260 <param name="contig" value="Bin_Sample3_contigs.fasta" ftype="fasta" />
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
261 <conditional name="assembly">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
262 <param name="type" value="individual"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
263 <conditional name="inputs">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
264 <param name="type" value="abund"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
265 <param name="abund" value="abundances.tsv" ftype="tabular"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
266 </conditional>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
267 </conditional>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
268 <section name="adv">
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
269 <param name="min_contig_length" value="500"/>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
270 <param name="max_iteration" value="10"/>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
271 <param name="prob_threshold" value="0.95"/>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
272 </section>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
273 <section name="output">
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
274 <param name="plotmarker" value="-plotmarker"/>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
275 <param name="marker" value="false"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
276 <param name="markers" value="false" />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
277 <param name="log" value="false"/>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
278 <param name="markerset" value="107"/>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
279 </section>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
280 <output_collection name="bins" type="list" count="2">
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
281 <element name="001" file="2/out.001.fasta" ftype="fasta"/>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
282 <element name="002" file="2/out.002.fasta" ftype="fasta"/>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
283 </output_collection>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
284 <output name="summary" file="2/out.summary" ftype="tabular" />
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
285 <output name="noclass" file="2/out.noclass" ftype="fasta" />
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
286 <output name="toshort" file="2/out.tooshort" ftype="fasta" />
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
287 <output name="plot" file="2/out.marker.pdf" ftype="pdf" compare="sim_size" />
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
288 </test>
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
289 <!-- test w contigs and reads as input + reassembly-->
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
290 <test expect_num_outputs="8">
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
291 <param name="contig" value="Bin_Sample3_contigs.fasta" ftype="fasta" />
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
292 <conditional name="assembly">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
293 <param name="type" value="individual"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
294 <conditional name="inputs">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
295 <param name="type" value="reads"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
296 <param name="reads" value="interleavedPE_unmapped_Sample3_small.fasta" ftype="fasta"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
297 <param name="output_abundances" value="false"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
298 <param name="reassembly" value="-reassembly"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
299 </conditional>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
300 </conditional>
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
301 <section name="adv">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
302 <param name="min_contig_length" value="1000"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
303 <param name="max_iteration" value="50"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
304 <param name="prob_threshold" value="0.5"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
305 </section>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
306 <section name="output">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
307 <param name="plotmarker" value=""/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
308 <param name="marker" value="false"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
309 <param name="markers" value="false" />
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
310 <param name="log" value="false"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
311 <param name="markerset" value="107"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
312 </section>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
313 <output_collection name="bins" type="list" count="2">
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
314 <element name="001" file="3/out.001.fasta" ftype="fasta"/>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
315 <element name="002" file="3/out.002.fasta" ftype="fasta"/>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
316 </output_collection>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
317 <output name="summary" file="3/out.summary" ftype="tabular" />
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
318 <output name="noclass" file="3/out.noclass" ftype="fasta" />
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
319 <output name="toshort" file="3/out.tooshort" ftype="fasta" />
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
320 <output_collection name="reassembly_bins" type="list" count="2">
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
321 <element name="001" ftype="fasta">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
322 <assert_contents>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
323 <has_text text=">scaffold_0"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
324 <has_text text=">scaffold_523"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
325 </assert_contents>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
326 </element>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
327 <element name="002" ftype="fasta">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
328 <assert_contents>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
329 <has_text text=">scaffold_0"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
330 <has_text text=">scaffold_523"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
331 </assert_contents>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
332 </element>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
333 </output_collection>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
334 <output_collection name="reassembly_reads" type="list" count="2">
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
335 <element name="001" file="3/out.reassem/out.reads.001" ftype="fasta"/>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
336 <element name="002" file="3/out.reassem/out.reads.002" ftype="fasta"/>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
337 </output_collection>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
338 <output name="reassembly_noclass" file="3/out.reassem/out.reads.noclass" ftype="fasta" />
5
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
339 <output name="reassembly_n50" ftype="txt">
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
340 <assert_contents>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
341 <has_text text="N50 before reassem"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
342 <has_text text="out.002.fasta"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
343 <has_text text="2878"/>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
344 </assert_contents>
8a0473eb465e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents: 4
diff changeset
345 </output>
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
346 </test>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
347 </tests>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
348 <help><![CDATA[
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
349 MaxBin is a software that clusters metagenomic contigs into different bins,
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
350 each consists (hopefully) of contigs from one species. MaxBin uses the
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
351 nucleotide composition information and contig abundance information to do
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
352 achieve binning through an Expectation-Maximization algorithm.
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
353
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
354 **Input**:
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
355
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
356 MaxBin need the contigs and contig abundance information. The contig abundance
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
357 information can be provided in two ways: the user can choose to provide
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
358
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
359 - the abundance file or
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
360 - the sequencing reads in fasta format (and MaxBin will use Bowtie2 to map the
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
361 sequencing reads against the contigs and generate the abundance information)
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
362
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
363 The abundance information can be provided as tabular file:
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
364
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
365 For example, assume I have three contigs named A0001, A0002, and A0003, then my abundance file will look like
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
366
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
367 A0001 30.89
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
368 A0002 20.02
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
369 A0003 78.93
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
370
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
371 Reads/Abundundance files can be given in multiple files.
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
372
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
373 By default MaxBin will look for 107 marker genes present in >95% of bacteria.
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
374 Alternatively you can also choose 40 marker gene sets that are universal among
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
375 bacteria and archaea (Wu et al., PLoS ONE 2013). This option may be better
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
376 suited for environment dominated by archaea; however it tend to split genomes
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
377 into more bins. You can choose between different marker gene sets and see which
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
378 one works better.
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
379
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
380 **Outputs**
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
381
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
382 - bins: binned sequences
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
383 - summary: a summary file describing which contigs are being classified into which bin.
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
384 - log: a log file recording the core steps of MaxBin algorithm
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
385 - abundances (only if reads are used as input): a summary file describing which contigs are being classified into which bin
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
386 - marker: marker gene presence numbers for each bin. This table is ready to be plotted by R or other 3rd-party software.
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
387 - marker plot (anly present if selected in the advanced options): visualization of the marker gene presence numbers using R. Will only appear if -plotmarker is specified.
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
388 - unclassified sequences: this file stores all sequences that pass the minimum length threshold but are not classified successfully.
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
389 - to short sequences: this file stores all sequences that do not meet the minimum length threshold.
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
390 - markers prediced for bins: these data sets store all markers predicted from the individual bins.
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
391
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
392 **Reassembly**
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
393
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
394 This is an experimental feature of MaxBin. It calls for each read bin IDBA_UD with the pre_correction parameter. Of course this IDBA_UD call can be done also with the corresponding Galaxy tool
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
395
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
396
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
397 ** More information **
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
398
4
4ef88f9a195d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 0711faee9590029e6cf99c263ed97c0bb756d9a4"
iuc
parents: 3
diff changeset
399 https://web.archive.org/web/20190417100740/https://downloads.jbei.org/data/microbial_communities/MaxBin/MaxBin.html
2
6a638de7915c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 1
diff changeset
400
0
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
401 ]]></help>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
402 <citations>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
403 <citation type="doi">10.1093/bioinformatics/btv638</citation>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
404 </citations>
35aa0df55a62 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff changeset
405 </tool>