Mercurial > repos > mbernt > maxbin2
annotate maxbin2.xml @ 8:9da9706f7ca9 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit a1af4fcdd71f8a85f03db880bcc22751acd5e722
author | iuc |
---|---|
date | Sun, 14 Jan 2024 17:20:43 +0000 |
parents | 28a0b1446d2b |
children |
rev | line source |
---|---|
8
9da9706f7ca9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit a1af4fcdd71f8a85f03db880bcc22751acd5e722
iuc
parents:
7
diff
changeset
|
1 <tool id="maxbin2" name="MaxBin2" version="@MAXBIN_VERSION@+galaxy6"> |
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> |
6a638de7915c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents:
1
diff
changeset
|
3 <macros> |
6a638de7915c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents:
1
diff
changeset
|
4 <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
|
5 <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
|
6 <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
|
7 </xml> |
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="input_type"> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
9 <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
|
10 <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
|
11 <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
|
12 </param> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
13 </xml> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
14 <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
|
15 <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
|
16 <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
|
17 </xml> |
2
6a638de7915c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents:
1
diff
changeset
|
18 </macros> |
6
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
19 <xrefs> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
20 <xref type="bio.tools">maxbin</xref> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
21 </xrefs> |
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 |
6
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
28 #import re |
5
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.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
|
30 #if $assembly.type == 'individual' |
6
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
31 ## uncompress .gz reads files if necessary |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
32 #set $e = $assembly.inputs.reads |
7
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
33 #set $identifier = re.sub('[^\w\-\\.]', '_', str($e.element_identifier)) |
6
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
34 #if $e.ext.endswith(".gz") |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
35 gunzip -c '$e' > '$identifier' && |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
36 echo '$identifier' >> reads_list && |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
37 #else |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
38 ln -s '$e' '$identifier' && |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
39 echo '$identifier' >> reads_list && |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
40 #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
|
41 #else |
6
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
42 #for $i, $r in enumerate($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
|
43 #if $r |
8
9da9706f7ca9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit a1af4fcdd71f8a85f03db880bcc22751acd5e722
iuc
parents:
7
diff
changeset
|
44 #set $identifier = re.sub('[^\w\-\\.]', '_', str($r.element_identifier)) |
6
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
45 #set $newid = $identifier + '_' + str($i) |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
46 #if $r.ext.endswith(".gz") |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
47 gunzip -c '$r' > '$newid' && |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
48 echo '$newid' >> reads_list && |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
49 #else |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
50 ln -s '$r' '$newid' && |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
51 echo '$newid' >> reads_list && |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
52 #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
|
53 #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
|
54 #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
|
55 #end if |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
56 #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
|
57 #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
|
58 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
|
59 #else |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
60 #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
|
61 #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
|
62 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
|
63 #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
|
64 #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
|
65 #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
|
66 #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
|
67 |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
68 ## 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
|
69 ## 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
|
70 ## MaxBin2 outputs |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
71 #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
|
72 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
|
73 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
|
74 #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
|
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 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
|
77 -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
|
78 -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
|
79 #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
|
80 -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
|
81 $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
|
82 #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
|
83 -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
|
84 #end if |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
85 -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
|
86 -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
|
87 -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
|
88 $output.plotmarker |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
89 -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
|
90 -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
|
91 |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
92 && 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
|
93 |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
94 ## 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
|
95 ## 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
|
96 ## separate commands |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
97 #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
|
98 ; 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
|
99 && 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
|
100 && 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
|
101 && 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
|
102 #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
|
103 ]]></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
|
104 <inputs> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
105 <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
|
106 <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
|
107 <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
|
108 <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
|
109 <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
|
110 </param> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
111 <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
|
112 <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
|
113 <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
|
114 <when value="reads"> |
6
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
115 <param argument="-reads" type="data" format="fasta,fastq,fastq.gz,fasta.gz" label="Reads file"/> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
116 <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
|
117 </when> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
118 <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
|
119 <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
|
120 </when> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
121 </conditional> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
122 </when> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
123 <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
|
124 <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
|
125 <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
|
126 <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
|
127 <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
|
128 <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
|
129 </when> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
130 <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
|
131 <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
|
132 </when> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
133 </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
|
134 </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
|
135 </conditional> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
136 <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
|
137 <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
|
138 <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
|
139 <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
|
140 </section> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
141 <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
|
142 <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
|
143 <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
|
144 <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
|
145 <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
|
146 <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
|
147 <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
|
148 <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
|
149 </param> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
150 </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
|
151 </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
|
152 <outputs> |
2
6a638de7915c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents:
1
diff
changeset
|
153 <!-- 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
|
154 <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
|
155 <discover_datasets pattern="out.(?P<designation>[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
|
156 </collection> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
157 <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
|
158 <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
|
159 <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
|
160 <!-- 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
|
161 <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
|
162 <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
|
163 </data> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
164 <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
|
165 <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
|
166 </data> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
167 <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
|
168 <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
|
169 </data> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
170 <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
|
171 <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
|
172 </data> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
173 <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
|
174 <discover_datasets pattern="out.(?P<designation>[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
|
175 <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
|
176 </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
|
177 <!-- 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
|
178 <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
|
179 <discover_datasets directory="out.reassem" pattern="out.(?P<designation>[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
|
180 <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
|
181 </collection> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
182 <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
|
183 <discover_datasets directory="out.reassem" pattern="out.reads.(?P<designation>[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
|
184 <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
|
185 </collection> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
186 <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
|
187 <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
|
188 </data> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
189 <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
|
190 <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
|
191 </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
|
192 </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
|
193 <tests> |
3
cfd50144a871
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit fe30b00aa09587876f4c8be2a1494ca5ef6b8bac"
iuc
parents:
2
diff
changeset
|
194 <!-- 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
|
195 <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
|
196 <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
|
197 <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
|
198 <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
|
199 <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
|
200 <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
|
201 <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
|
202 <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
|
203 <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
|
204 </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
|
205 </conditional> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
206 <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
|
207 <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
|
208 <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
|
209 <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
|
210 </section> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
211 <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
|
212 <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
|
213 <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
|
214 <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
|
215 <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
|
216 <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
|
217 </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
|
218 <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
|
219 <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
|
220 <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
|
221 </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
|
222 <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
|
223 <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
|
224 <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
|
225 </test> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
226 <!-- 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
|
227 <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
|
228 <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
|
229 <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
|
230 <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
|
231 <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
|
232 <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
|
233 <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
|
234 <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
|
235 <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
|
236 </conditional> |
2
6a638de7915c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents:
1
diff
changeset
|
237 </conditional> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
238 <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
|
239 <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
|
240 <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
|
241 <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
|
242 </section> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
243 <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
|
244 <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
|
245 <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
|
246 <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
|
247 <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
|
248 <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
|
249 </section> |
2
6a638de7915c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents:
1
diff
changeset
|
250 <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
|
251 <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
|
252 <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
|
253 </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
|
254 <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
|
255 <assert_contents> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
256 <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
|
257 <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
|
258 </assert_contents> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
259 </output> |
2
6a638de7915c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents:
1
diff
changeset
|
260 <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
|
261 <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
|
262 <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
|
263 <assert_contents> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
264 <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
|
265 <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
|
266 <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
|
267 </assert_contents> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
268 </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
|
269 <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
|
270 <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
|
271 <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
|
272 <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
|
273 <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
|
274 </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
|
275 </test> |
2
6a638de7915c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents:
1
diff
changeset
|
276 <!--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
|
277 <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
|
278 <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
|
279 <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
|
280 <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
|
281 <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
|
282 <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
|
283 <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
|
284 </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
|
285 </conditional> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
286 <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
|
287 <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
|
288 <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
|
289 <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
|
290 </section> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
291 <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
|
292 <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
|
293 <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
|
294 <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
|
295 <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
|
296 <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
|
297 </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
|
298 <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
|
299 <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
|
300 <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
|
301 </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
|
302 <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
|
303 <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
|
304 <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
|
305 <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
|
306 </test> |
2
6a638de7915c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents:
1
diff
changeset
|
307 <!-- 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
|
308 <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
|
309 <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
|
310 <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
|
311 <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
|
312 <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
|
313 <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
|
314 <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
|
315 <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
|
316 <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
|
317 </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
|
318 </conditional> |
5
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
319 <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
|
320 <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
|
321 <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
|
322 <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
|
323 </section> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
324 <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
|
325 <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
|
326 <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
|
327 <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
|
328 <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
|
329 <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
|
330 </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
|
331 <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
|
332 <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
|
333 <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
|
334 </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
|
335 <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
|
336 <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
|
337 <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
|
338 <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
|
339 <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
|
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=">scaffold_0"/> |
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=">scaffold_523"/> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
343 </assert_contents> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
344 </element> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
345 <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
|
346 <assert_contents> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
347 <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
|
348 <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
|
349 </assert_contents> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
350 </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
|
351 </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
|
352 <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
|
353 <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
|
354 <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
|
355 </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
|
356 <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
|
357 <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
|
358 <assert_contents> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
359 <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
|
360 <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
|
361 <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
|
362 </assert_contents> |
8a0473eb465e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e5b086199e53e32ffdf46ac6ba36c43f8ef6db26
iuc
parents:
4
diff
changeset
|
363 </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
|
364 </test> |
6
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
365 <!-- test w contigs and reads in fastqsanger format as input --> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
366 <test expect_num_outputs="4"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
367 <param name="contig" value="test4_contigs.fasta" ftype="fasta" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
368 <conditional name="assembly"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
369 <param name="type" value="individual"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
370 <conditional name="inputs"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
371 <param name="type" value="reads"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
372 <param name="reads" value="test4_reads.fastqsanger" ftype="fastqsanger"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
373 <param name="output_abundances" value="false"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
374 <param name="reassembly" value=""/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
375 </conditional> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
376 </conditional> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
377 <section name="adv"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
378 <param name="min_contig_length" value="1000"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
379 <param name="max_iteration" value="50"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
380 <param name="prob_threshold" value="0.5"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
381 </section> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
382 <section name="output"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
383 <param name="plotmarker" value=""/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
384 <param name="marker" value="false"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
385 <param name="markers" value="false" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
386 <param name="log" value="false"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
387 <param name="markerset" value="107"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
388 </section> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
389 <output_collection name="bins" type="list" count="2"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
390 <element name="001" file="4/out.001.fasta" ftype="fasta"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
391 <element name="002" file="4/out.002.fasta" ftype="fasta"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
392 </output_collection> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
393 <output name="summary" file="4/out.summary" ftype="tabular" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
394 <output name="noclass" file="4/out.noclass" ftype="fasta" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
395 <output name="toshort" file="4/out.tooshort" ftype="fasta" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
396 </test> |
7
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
397 <!-- test w contigs and reads in fastqsanger format as input (and whitespace in reads filename)--> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
398 <test expect_num_outputs="4"> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
399 <param name="contig" value="test4_contigs.fasta" ftype="fasta" /> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
400 <conditional name="assembly"> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
401 <param name="type" value="individual"/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
402 <conditional name="inputs"> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
403 <param name="type" value="reads"/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
404 <param name="reads" value="test4_reads 2.fastqsanger" ftype="fastqsanger"/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
405 <param name="output_abundances" value="false"/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
406 <param name="reassembly" value=""/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
407 </conditional> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
408 </conditional> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
409 <section name="adv"> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
410 <param name="min_contig_length" value="1000"/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
411 <param name="max_iteration" value="50"/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
412 <param name="prob_threshold" value="0.5"/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
413 </section> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
414 <section name="output"> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
415 <param name="plotmarker" value=""/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
416 <param name="marker" value="false"/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
417 <param name="markers" value="false" /> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
418 <param name="log" value="false"/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
419 <param name="markerset" value="107"/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
420 </section> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
421 <output_collection name="bins" type="list" count="2"> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
422 <element name="001" file="4/out.001.fasta" ftype="fasta"/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
423 <element name="002" file="4/out.002.fasta" ftype="fasta"/> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
424 </output_collection> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
425 <output name="summary" file="4/out.summary" ftype="tabular" /> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
426 <output name="noclass" file="4/out.noclass" ftype="fasta" /> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
427 <output name="toshort" file="4/out.tooshort" ftype="fasta" /> |
28a0b1446d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit be3f3d0eb7e565cea414babb410e6ae32875c5f2
iuc
parents:
6
diff
changeset
|
428 </test> |
6
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
429 <!-- test w contigs and reads in fastqsanger.gz format as input --> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
430 <test expect_num_outputs="4"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
431 <param name="contig" value="test4_contigs.fasta" ftype="fasta" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
432 <conditional name="assembly"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
433 <param name="type" value="individual"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
434 <conditional name="inputs"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
435 <param name="type" value="reads"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
436 <param name="reads" value="test4_reads.fastqsanger.gz" ftype="fastqsanger.gz"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
437 <param name="output_abundances" value="false"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
438 <param name="reassembly" value=""/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
439 </conditional> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
440 </conditional> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
441 <section name="adv"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
442 <param name="min_contig_length" value="1000"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
443 <param name="max_iteration" value="50"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
444 <param name="prob_threshold" value="0.5"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
445 </section> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
446 <section name="output"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
447 <param name="plotmarker" value=""/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
448 <param name="marker" value="false"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
449 <param name="markers" value="false" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
450 <param name="log" value="false"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
451 <param name="markerset" value="107"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
452 </section> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
453 <output_collection name="bins" type="list" count="2"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
454 <element name="001" file="4/out.001.fasta" ftype="fasta"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
455 <element name="002" file="4/out.002.fasta" ftype="fasta"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
456 </output_collection> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
457 <output name="summary" file="4/out.summary" ftype="tabular" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
458 <output name="noclass" file="4/out.noclass" ftype="fasta" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
459 <output name="toshort" file="4/out.tooshort" ftype="fasta" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
460 </test> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
461 <!-- test w co-assembled contigs and multiple reads as .gz and optional outputs --> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
462 <test expect_num_outputs="9"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
463 <param name="contig" value="test4_contigs.fasta" ftype="fasta" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
464 <conditional name="assembly"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
465 <param name="type" value="coassembly"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
466 <conditional name="inputs"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
467 <param name="type" value="reads"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
468 <param name="reads" value="test4_reads.fastqsanger.gz,test4_reads.fastqsanger.gz" ftype="fasta"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
469 <param name="output_abundances" value="true"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
470 <param name="reassembly" value=""/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
471 </conditional> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
472 </conditional> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
473 <section name="adv"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
474 <param name="min_contig_length" value="1000"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
475 <param name="max_iteration" value="50"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
476 <param name="prob_threshold" value="0.5"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
477 </section> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
478 <section name="output"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
479 <param name="plotmarker" value="true"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
480 <param name="marker" value="true"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
481 <param name="markers" value="true" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
482 <param name="log" value="true"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
483 <param name="markerset" value="107"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
484 </section> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
485 <output_collection name="bins" type="list" count="2"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
486 <element name="001" file="4/out.001.fasta" ftype="fasta"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
487 <element name="002" file="4/out.002.fasta" ftype="fasta"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
488 </output_collection> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
489 <output name="summary" ftype="tabular"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
490 <assert_contents> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
491 <has_text text="Completeness"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
492 <has_text text="out.001.fasta"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
493 </assert_contents> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
494 </output> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
495 <output name="noclass" file="4/out.noclass" ftype="fasta" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
496 <output name="toshort" file="4/out.tooshort" ftype="fasta" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
497 <output name="log" ftype="txt" > |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
498 <assert_contents> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
499 <has_text text="Input contig"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
500 <has_text text="Elapsed time"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
501 <has_text text="Yielded 2 bins for contig (scaffold) file"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
502 </assert_contents> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
503 </output> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
504 <output name="abundout" file="4/out.abund1" ftype="tabular" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
505 <output name="marker" file="4/out.marker" ftype="tabular" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
506 <output name="plot" file="4/out.marker.pdf" ftype="pdf" compare="sim_size" /> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
507 <output_collection name="markers" type="list" count="2"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
508 <element name="001" ftype="fasta"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
509 <assert_contents> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
510 <has_text text=">out.001.Methyltransf_5"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
511 </assert_contents> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
512 </element> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
513 <element name="002" ftype="fasta"> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
514 <assert_contents> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
515 <has_text text=">out.002.Methyltransf_5"/> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
516 </assert_contents> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
517 </element> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
518 </output_collection> |
2bc40bfbcfb4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit e0e4e512a0858295ce3d445b9413de2b5bcfcd78
iuc
parents:
5
diff
changeset
|
519 </test> |
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
|
520 </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
|
521 <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
|
522 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
|
523 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
|
524 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
|
525 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
|
526 |
35aa0df55a62
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff
changeset
|
527 **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
|
528 |
35aa0df55a62
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff
changeset
|
529 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
|
530 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
|
531 |
35aa0df55a62
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff
changeset
|
532 - 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
|
533 - 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
|
534 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
|
535 |
35aa0df55a62
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff
changeset
|
536 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
|
537 |
35aa0df55a62
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff
changeset
|
538 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
|
539 |
35aa0df55a62
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff
changeset
|
540 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
|
541 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
|
542 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
|
543 |
35aa0df55a62
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff
changeset
|
544 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
|
545 |
35aa0df55a62
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff
changeset
|
546 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
|
547 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
|
548 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
|
549 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
|
550 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
|
551 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
|
552 |
35aa0df55a62
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff
changeset
|
553 **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
|
554 |
35aa0df55a62
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff
changeset
|
555 - 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
|
556 - 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
|
557 - 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
|
558 - 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
|
559 - 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
|
560 - 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
|
561 - 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
|
562 - 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
|
563 - 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
|
564 |
35aa0df55a62
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff
changeset
|
565 **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
|
566 |
35aa0df55a62
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit 8e118a4d24047e2c62912b962e854f789d6ff559-dirty
mbernt
parents:
diff
changeset
|
567 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
|
568 |
2
6a638de7915c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents:
1
diff
changeset
|
569 |
6a638de7915c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents:
1
diff
changeset
|
570 ** More information ** |
6a638de7915c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents:
1
diff
changeset
|
571 |
4
4ef88f9a195d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit 0711faee9590029e6cf99c263ed97c0bb756d9a4"
iuc
parents:
3
diff
changeset
|
572 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
|
573 |
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
|
574 ]]></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
|
575 <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
|
576 <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
|
577 </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
|
578 </tool> |