annotate semibin.xml @ 2:9de6b5e570df draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
author iuc
date Tue, 25 Mar 2025 15:52:22 +0000
parents 2eeff5d4a5de
children 8673617e7e09
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
1 <tool id="semibin" name="SemiBin" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
2 <description>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
3 for Semi-supervised Metagenomic Binning
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
4 </description>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
5 <macros>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
6 <import>macros.xml</import>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
7 </macros>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
8 <expand macro="biotools"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
9 <expand macro="requirements"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
10 <expand macro="version"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
12 #import re
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
13 @BAM_FILES@
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
14 @FASTA_FILES@
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
15 SemiBin2
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
16 #if $mode.select == 'single' or $mode.select == 'co'
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
17 single_easy_bin
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
18 #if $mode.select == 'single' and str($mode.environment) != ''
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
19 --environment '$mode.environment'
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
20 #end if
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
21 #if $mode.ref.select == "cached":
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
22 --reference-db-data-dir '$mode.ref.cached_db.fields.path'
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
23 #end if
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
24 #if $mode.ref.select == "taxonomy"
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
25 --taxonomy-annotation-table '$mode.ref.taxonomy_annotation_table'
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
26 #end if
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
27 #else
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
28 multi_easy_bin
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
29 --separator '$separator'
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
30 #if $mode.ref.select == "cached":
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
31 --reference-db-data-dir '$mode.ref.cached_db.fields.path'
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
32 #end if
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
33 #if $mode.ref.select == "taxonomy"
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
34 --taxonomy-annotation-table
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
35 #for $e in $mode.ref.taxonomy_annotation_table
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
36 '$e'
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
37 #end for
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
38 #end if
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
39 #end if
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
40 --input-fasta 'contigs.fasta'
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
41 --input-bam *.bam
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
42 --output 'output'
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
43 --cannot-name 'cannot'
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
44 @MIN_LEN@
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
45 --orf-finder '$orf_finder'
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
46 --random-seed $random_seed
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
47
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
48 #if $annot.ml_threshold:
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
49 --ml-threshold $annot.ml_threshold
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
50 #end if
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
51 --epoches $training.epoches
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
52 --batch-size $training.batch_size
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
53 --max-node $bin.max_node
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
54 --max-edges $bin.max_edges
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
55 --minfasta-kbs $bin.minfasta_kbs
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
56 #if ($mode.select == 'single' or $mode.select == 'co') and $extra_output and "pre_reclustering_bins" in $extra_output
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
57 --write-pre-reclustering-bins
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
58 #end if
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
59 --compression none
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
60 --threads \${GALAXY_SLOTS:-1}
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
61 --processes \${GALAXY_SLOTS:-1}
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
62 &&
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
63 echo "output" &&
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
64 ls output
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
65 ]]></command>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
66 <inputs>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
67 <conditional name="mode">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
68 <expand macro="mode_select"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
69 <when value="single">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
70 <expand macro="input-fasta-single"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
71 <expand macro="input-bam-single"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
72 <expand macro="ref-single"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
73 <expand macro="environment"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
74 </when>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
75 <when value="co">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
76 <expand macro="input-fasta-single"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
77 <expand macro="input-bam-multi"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
78 <expand macro="ref-single"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
79 </when>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
80 <when value="multi">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
81 <expand macro="input-fasta-multi"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
82 <expand macro="input-bam-multi"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
83 <expand macro="ref-multi"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
84 </when>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
85 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
86 <expand macro="min_len"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
87 <expand macro="orf-finder"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
88 <expand macro="random-seed"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
89 <section name="annot" title="Contig annotations" expanded="true">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
90 <expand macro="ml-threshold"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
91 </section>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
92 <section name="training" title="Training">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
93 <expand macro="epoches"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
94 <expand macro="batch-size"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
95 </section>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
96 <section name="bin" title="Binning">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
97 <expand macro="max-node"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
98 <expand macro="max-edges"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
99 <expand macro="minfasta-kbs"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
100 </section>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
101 <param name="extra_output" type="select" multiple="true" optional="true" label="Extra outputs" help="In addition to the training data">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
102 <option value="data">Training data</option>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
103 <option value="coverage">Coverage files</option>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
104 <option value="contigs">Contigs (if multiple sample)</option>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
105 <option value="pre_reclustering_bins">Pre-reclustering bins (only single sample and co-assembly)</option>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
106 </param>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
107 </inputs>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
108 <outputs>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
109 <collection name="output_pre_recluster_bins" type="list" label="${tool.name} on ${on_string}: Reconstructed bins before reclustering">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
110 <filter>mode["select"]!="multi" and extra_output and "pre_reclustering_bins" in extra_output</filter>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
111 <discover_datasets pattern="(?P&lt;designation&gt;.*).fa" format="fasta" directory="output/output_prerecluster_bins"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
112 </collection>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
113 <collection name="output_after_recluster_bins" type="list" label="${tool.name} on ${on_string}: Reconstructed bins after reclustering">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
114 <filter>mode["select"]!="multi" and extra_output and "pre_reclustering_bins" in extra_output</filter>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
115 <discover_datasets pattern="(?P&lt;designation&gt;.*).fa" format="fasta" directory="output/output_recluster_bins"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
116 </collection>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
117 <collection name="output_bins" type="list" label="${tool.name} on ${on_string}: Reconstructed bins">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
118 <filter>mode["select"]!="multi" and not "pre_reclustering_bins" in extra_output</filter>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
119 <discover_datasets pattern="(?P&lt;designation&gt;.*).fa" format="fasta" directory="output/output_bins"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
120 </collection>
1
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
121 <collection name="multi_bins" type="list" label="${tool.name} on ${on_string}: Reconstructed bins before reclustering (multi_bins)">
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
122 <filter>mode["select"]=="multi"</filter>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
123 <discover_datasets pattern="(?P&lt;designation&gt;.*).fa" format="fasta" directory="output/bins"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
124 </collection>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
125 <data name="single_data" format="csv" from_work_dir="output/data.csv" label="${tool.name} on ${on_string}: Training data">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
126 <filter>(mode["select"]=="single" or mode["select"]=="co") and extra_output and "data" in extra_output</filter>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
127 </data>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
128 <data name="single_data_split" format="csv" from_work_dir="output/data_split.csv" label="${tool.name} on ${on_string}: Split training data">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
129 <filter>(mode["select"]=="single" or mode["select"]=="co") and extra_output and "data" in extra_output</filter>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
130 </data>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
131 <collection name="multi_data" type="list" label="${tool.name} on ${on_string}: Training data per sample">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
132 <filter>mode["select"]=="multi" and extra_output and "data" in extra_output</filter>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
133 <discover_datasets pattern="(?P&lt;designation&gt;.*)\/data.csv" format="csv" directory="output/samples/" recurse="true" match_relative_path="true"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
134 </collection>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
135 <collection name="multi_data_split" type="list" label="${tool.name} on ${on_string}: Split training data per sample">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
136 <filter>mode["select"]=="multi" and extra_output and "data" in extra_output</filter>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
137 <discover_datasets pattern="(?P&lt;designation&gt;.*)\/data_split.csv" format="csv" directory="output/samples/" recurse="true" match_relative_path="true"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
138 </collection>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
139 <expand macro="generate_sequence_features_extra_outputs"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
140 </outputs>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
141 <tests>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
142 <test expect_num_outputs="5">
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
143 <conditional name="mode">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
144 <param name="select" value="single"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
145 <param name="input_fasta" ftype="fasta" value="input_single.fasta"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
146 <param name="input_bam" ftype="bam" value="input_single.bam"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
147 <conditional name="ref">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
148 <param name="select" value="taxonomy"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
149 <param name="taxonomy_annotation_table" value="taxonomy.tsv"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
150 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
151 <param name="environment" value="human_gut"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
152 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
153 <conditional name="min_len">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
154 <param name="method" value="min-len"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
155 <param name="min_len" value="0" />
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
156 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
157 <param name="orf_finder" value="prodigal"/>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
158 <param name="random_seed" value="0"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
159 <section name="training">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
160 <param name="epoches" value="20"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
161 <param name="batch_size" value="2048"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
162 </section>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
163 <section name="bin">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
164 <param name="max_node" value="1"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
165 <param name="max_edges" value="200"/>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
166 <param name="minfasta_kbs" value="200"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
167 </section>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
168 <param name="extra_output" value="data,coverage,contigs"/>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
169 <output_collection name="output_bins" count="0"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
170 <output name="single_data" ftype="csv">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
171 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
172 <has_text text="g1k_0"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
173 <has_text text="g4k_7"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
174 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
175 </output>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
176 <output name="single_data_split" ftype="csv">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
177 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
178 <has_text text="g1k_0_1"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
179 <has_text text="g1k_6_2"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
180 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
181 </output>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
182 <output name="single_cov" ftype="csv">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
183 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
184 <has_text text="g1k_0"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
185 <has_text text="0.027"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
186 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
187 </output>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
188 <output name="single_split_cov" ftype="csv">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
189 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
190 <has_size value="1" delta="1"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
191 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
192 </output>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
193 </test>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
194 <test expect_num_outputs="5">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
195 <conditional name="mode">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
196 <param name="select" value="single"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
197 <param name="input_fasta" ftype="fasta" value="input_single.fasta"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
198 <param name="input_bam" ftype="bam" value="input_single.bam"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
199 <conditional name="ref">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
200 <param name="select" value="ml"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
201 </conditional>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
202 <param name="environment" value="human_gut"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
203 </conditional>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
204 <conditional name="min_len">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
205 <param name="method" value="min-len"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
206 <param name="min_len" value="0" />
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
207 </conditional>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
208 <param name="orf_finder" value="prodigal"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
209 <param name="random_seed" value="0"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
210 <section name="training">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
211 <param name="epoches" value="20"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
212 <param name="batch_size" value="2048"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
213 </section>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
214 <section name="bin">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
215 <param name="max_node" value="1"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
216 <param name="max_edges" value="200"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
217 <param name="minfasta_kbs" value="200"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
218 </section>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
219 <param name="extra_output" value="data,coverage,contigs"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
220 <output_collection name="output_bins" count="0"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
221 <output name="single_data" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
222 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
223 <has_text text="g1k_0"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
224 <has_text text="g4k_7"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
225 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
226 </output>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
227 <output name="single_data_split" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
228 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
229 <has_text text="g1k_0_1"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
230 <has_text text="g1k_6_2"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
231 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
232 </output>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
233 <output name="single_cov" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
234 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
235 <has_text text="g1k_0"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
236 <has_text text="0.027"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
237 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
238 </output>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
239 <output name="single_split_cov" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
240 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
241 <has_size value="1" delta="1"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
242 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
243 </output>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
244 </test>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
245 <test expect_num_outputs="3">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
246 <conditional name="mode">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
247 <param name="select" value="co"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
248 <param name="input_fasta" ftype="fasta" value="input_single.fasta"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
249 <param name="input_bam" ftype="bam" value="input_coassembly_sorted1.bam,input_coassembly_sorted2.bam,input_coassembly_sorted3.bam,input_coassembly_sorted4.bam,input_coassembly_sorted5.bam"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
250 <conditional name="ref">
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
251 <param name="select" value="ml"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
252 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
253 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
254 <conditional name="min_len">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
255 <param name="method" value="ratio"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
256 <param name="ratio" value="0.05"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
257 </conditional>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
258 <param name="orf_finder" value="fast-naive"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
259 <param name="random_seed" value="0"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
260 <section name="training">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
261 <param name="epoches" value="20"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
262 <param name="batch_size" value="2048"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
263 </section>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
264 <section name="bin">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
265 <param name="max_node" value="1"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
266 <param name="max_edges" value="200"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
267 <param name="minfasta_kbs" value="200"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
268 </section>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
269 <param name="extra_output" value="coverage"/>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
270 <output_collection name="output_bins" count="0"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
271 <output_collection name="co_cov" count="5">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
272 <element name="0" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
273 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
274 <has_text text="g1k_0"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
275 <has_text text="g2k_7"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
276 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
277 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
278 <element name="1" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
279 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
280 <has_text text="g1k_0"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
281 <has_text text="g2k_7"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
282 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
283 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
284 <element name="4" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
285 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
286 <has_text text="g1k_0"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
287 <has_text text="g2k_7"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
288 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
289 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
290 </output_collection>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
291 <output_collection name="co_split_cov" count="5">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
292 <element name="0" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
293 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
294 <has_text text="g1k_0_1"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
295 <has_text text="g2k_7_2"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
296 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
297 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
298 <element name="1" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
299 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
300 <has_text text="g1k_0_1"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
301 <has_text text="g2k_7_2"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
302 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
303 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
304 <element name="2" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
305 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
306 <has_text text="g1k_0_1"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
307 <has_text text="g2k_7_2"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
308 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
309 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
310 </output_collection>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
311 </test>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
312 <test expect_num_outputs="3">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
313 <conditional name="mode">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
314 <param name="select" value="co"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
315 <param name="input_fasta" ftype="fasta" value="input_single.fasta"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
316 <param name="input_bam" ftype="bam" value="input_coassembly_sorted1.bam,input_coassembly_sorted2.bam,input_coassembly_sorted3.bam,input_coassembly_sorted4.bam,input_coassembly_sorted5.bam"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
317 <conditional name="ref">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
318 <param name="select" value="taxonomy"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
319 <param name="taxonomy_annotation_table" value="taxonomy.tsv"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
320 </conditional>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
321 </conditional>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
322 <conditional name="min_len">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
323 <param name="method" value="ratio"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
324 <param name="ratio" value="0.05"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
325 </conditional>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
326 <param name="orf_finder" value="fast-naive"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
327 <param name="random_seed" value="0"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
328 <section name="training">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
329 <param name="epoches" value="20"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
330 <param name="batch_size" value="2048"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
331 </section>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
332 <section name="bin">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
333 <param name="max_node" value="1"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
334 <param name="max_edges" value="200"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
335 <param name="minfasta_kbs" value="200"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
336 </section>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
337 <param name="extra_output" value="coverage"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
338 <output_collection name="output_bins" count="0"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
339 <output_collection name="co_cov" count="5">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
340 <element name="0" ftype="csv">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
341 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
342 <has_text text="g1k_0"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
343 <has_text text="g2k_7"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
344 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
345 </element>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
346 <element name="1" ftype="csv">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
347 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
348 <has_text text="g1k_0"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
349 <has_text text="g2k_7"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
350 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
351 </element>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
352 <element name="4" ftype="csv">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
353 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
354 <has_text text="g1k_0"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
355 <has_text text="g2k_7"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
356 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
357 </element>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
358 </output_collection>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
359 <output_collection name="co_split_cov" count="5">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
360 <element name="0" ftype="csv">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
361 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
362 <has_text text="g1k_0_1"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
363 <has_text text="g2k_7_2"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
364 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
365 </element>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
366 <element name="1" ftype="csv">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
367 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
368 <has_text text="g1k_0_1"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
369 <has_text text="g2k_7_2"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
370 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
371 </element>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
372 <element name="2" ftype="csv">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
373 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
374 <has_text text="g1k_0_1"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
375 <has_text text="g2k_7_2"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
376 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
377 </element>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
378 </output_collection>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
379 </test>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
380 <test expect_num_outputs="3">
1
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
381 <conditional name="mode">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
382 <param name="select" value="co"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
383 <param name="input_fasta" ftype="fasta" value="input_single.fasta"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
384 <param name="input_bam" ftype="bam" value="input_coassembly_sorted1.bam,input_coassembly_sorted2.bam,input_coassembly_sorted3.bam,input_coassembly_sorted4.bam,input_coassembly_sorted5.bam"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
385 <conditional name="ref">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
386 <param name="select" value="taxonomy"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
387 <param name="taxonomy_annotation_table" value="taxonomy.tsv"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
388 </conditional>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
389 </conditional>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
390 <conditional name="min_len">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
391 <param name="method" value="ratio"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
392 <param name="ratio" value="0.05"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
393 </conditional>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
394 <param name="orf_finder" value="fraggenescan"/>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
395 <param name="random_seed" value="0"/>
1
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
396 <section name="training">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
397 <param name="epoches" value="20"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
398 <param name="batch_size" value="2048"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
399 </section>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
400 <section name="bin">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
401 <param name="max_node" value="1"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
402 <param name="max_edges" value="200"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
403 <param name="minfasta_kbs" value="200"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
404 </section>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
405 <param name="extra_output" value="coverage"/>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
406 <output_collection name="output_bins" count="0"/>
1
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
407 <output_collection name="co_cov" count="5">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
408 <element name="0" ftype="csv">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
409 <assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
410 <has_text text="g1k_0"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
411 <has_text text="g2k_7"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
412 </assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
413 </element>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
414 <element name="1" ftype="csv">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
415 <assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
416 <has_text text="g1k_0"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
417 <has_text text="g2k_7"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
418 </assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
419 </element>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
420 <element name="4" ftype="csv">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
421 <assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
422 <has_text text="g1k_0"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
423 <has_text text="g2k_7"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
424 </assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
425 </element>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
426 </output_collection>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
427 <output_collection name="co_split_cov" count="5">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
428 <element name="0" ftype="csv">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
429 <assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
430 <has_text text="g1k_0_1"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
431 <has_text text="g2k_7_2"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
432 </assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
433 </element>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
434 <element name="1" ftype="csv">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
435 <assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
436 <has_text text="g1k_0_1"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
437 <has_text text="g2k_7_2"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
438 </assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
439 </element>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
440 <element name="2" ftype="csv">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
441 <assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
442 <has_text text="g1k_0_1"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
443 <has_text text="g2k_7_2"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
444 </assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
445 </element>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
446 </output_collection>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
447 </test>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
448 <test expect_num_outputs="1">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
449 <conditional name="mode">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
450 <param name="select" value="single"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
451 <param name="input_fasta" ftype="fasta" value="input_single.fasta"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
452 <param name="input_bam" ftype="bam" value="input_single.bam"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
453 <conditional name="ref">
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
454 <param name="select" value="cached"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
455 <param name="cached_db" value="test-db"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
456 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
457 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
458 <conditional name="min_len">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
459 <param name="method" value="ratio"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
460 <param name="ratio" value="0.05"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
461 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
462 <param name="orf_finder" value="fraggenescan"/>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
463 <param name="random_seed" value="0"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
464 <section name="training">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
465 <param name="epoches" value="20"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
466 <param name="batch_size" value="2048"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
467 </section>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
468 <section name="bin">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
469 <param name="max_node" value="1"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
470 <param name="max_edges" value="200"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
471 <param name="minfasta_kbs" value="200"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
472 </section>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
473 <output_collection name="output_bins" count="1">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
474 <element name="SemiBin_30" ftype="fasta">
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
475 <assert_contents>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
476 <has_text text=">g3k_0"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
477 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
478 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
479 </output_collection>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
480 </test>
1
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
481 <test expect_num_outputs="2">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
482 <conditional name="mode">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
483 <param name="select" value="single"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
484 <param name="input_fasta" ftype="fasta" value="input_single.fasta"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
485 <param name="input_bam" ftype="bam" value="input_single.bam"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
486 <conditional name="ref">
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
487 <param name="select" value="cached"/>
1
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
488 <param name="cached_db" value="test-db"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
489 </conditional>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
490 </conditional>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
491 <conditional name="min_len">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
492 <param name="method" value="ratio"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
493 <param name="ratio" value="0.05"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
494 </conditional>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
495 <param name="orf_finder" value="fraggenescan"/>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
496 <param name="random_seed" value="0"/>
1
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
497 <section name="training">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
498 <param name="epoches" value="20"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
499 <param name="batch_size" value="2048"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
500 </section>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
501 <section name="bin">
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
502 <param name="max_node" value="1"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
503 <param name="max_edges" value="200"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
504 <param name="minfasta_kbs" value="200"/>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
505 </section>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
506 <param name="extra_output" value="pre_reclustering_bins"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
507 <output_collection name="output_pre_recluster_bins" count="3">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
508 <element name="SemiBin_0" ftype="fasta">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
509 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
510 <has_text text="g1k_0"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
511 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
512 </element>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
513 <element name="SemiBin_1" ftype="fasta">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
514 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
515 <has_text text="g2k_0"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
516 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
517 </element>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
518 <element name="SemiBin_2" ftype="fasta">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
519 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
520 <has_text text="g3k_0"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
521 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
522 </element>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
523 </output_collection>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
524 <output_collection name="output_after_recluster_bins" count="1">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
525 <element name="SemiBin_30" ftype="fasta">
1
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
526 <assert_contents>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
527 <has_text text="g3k_0"/>
1
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
528 </assert_contents>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
529 </element>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
530 </output_collection>
2eeff5d4a5de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
iuc
parents: 0
diff changeset
531 </test>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
532 <test expect_num_outputs="8">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
533 <conditional name="mode">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
534 <param name="select" value="multi"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
535 <conditional name="multi_fasta">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
536 <param name="select" value="concatenated"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
537 <param name="input_fasta" ftype="fasta" value="input_multi.fasta.gz"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
538 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
539 <param name="input_bam" ftype="bam" value="input_multi_sorted1.bam,input_multi_sorted2.bam,input_multi_sorted3.bam,input_multi_sorted4.bam,input_multi_sorted5.bam,input_multi_sorted6.bam,input_multi_sorted7.bam,input_multi_sorted8.bam,input_multi_sorted9.bam,input_multi_sorted10.bam"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
540 <conditional name="ref">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
541 <param name="select" value="taxonomy"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
542 <param name="taxonomy_annotation_table" value="taxonomy.tsv,taxonomy_2.tsv,taxonomy_3.tsv,taxonomy_4.tsv,taxonomy_5.tsv,taxonomy_6.tsv,taxonomy_7.tsv,taxonomy_8.tsv,taxonomy_9.tsv,taxonomy_10.tsv"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
543 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
544 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
545 <conditional name="min_len">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
546 <param name="method" value="ratio"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
547 <param name="ratio" value="0.05"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
548 </conditional>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
549 <param name="orf_finder" value="fraggenescan"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
550 <param name="random_seed" value="0"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
551 <section name="training">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
552 <param name="epoches" value="20"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
553 <param name="batch_size" value="2048"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
554 </section>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
555 <section name="bin">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
556 <param name="max_node" value="1"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
557 <param name="max_edges" value="200"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
558 <param name="minfasta_kbs" value="200"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
559 </section>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
560 <param name="extra_output" value="data,coverage,contigs"/>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
561 <output_collection name="multi_bins" count="0"/>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
562 <output_collection name="multi_data" count="10">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
563 <element name="S8" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
564 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
565 <has_text text="g1k_0,"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
566 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
567 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
568 </output_collection>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
569 <output_collection name="multi_data_split" count="10">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
570 <element name="S8" ftype="csv">
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
571 <assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
572 <has_text text="g1k_0_1,"/>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
573 </assert_contents>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
574 </element>
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
575 </output_collection>
0
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
576 <output_collection name="multi_cov" count="10">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
577 <element name="8" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
578 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
579 <has_text text="S1:g1k_5,"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
580 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
581 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
582 </output_collection>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
583 <output_collection name="multi_cov_sample" count="10">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
584 <element name="S8" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
585 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
586 <has_text text="g1k_3"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
587 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
588 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
589 </output_collection>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
590 <output_collection name="multi_split_cov" count="10">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
591 <element name="8" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
592 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
593 <has_text text="S1:g1k_5_1,0."/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
594 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
595 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
596 </output_collection>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
597 <output_collection name="multi_split_cov_sample" count="10">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
598 <element name="S8" ftype="csv">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
599 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
600 <has_text text="g1k_3_1"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
601 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
602 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
603 </output_collection>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
604 <output_collection name="multi_contigs" count="10">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
605 <element name="S8" ftype="fasta">
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
606 <assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
607 <has_text text=">g1k_0"/>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
608 </assert_contents>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
609 </element>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
610 </output_collection>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
611 </test>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
612 </tests>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
613 <help><![CDATA[
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
614 @HELP_HEADER@
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
615
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
616 Inputs
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
617 ======
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
618
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
619 @HELP_INPUT_FASTA@
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
620 @HELP_INPUT_BAM@
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
621
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
622 ]]></help>
d1f0be443b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
iuc
parents:
diff changeset
623 <expand macro="citations"/>
2
9de6b5e570df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b
iuc
parents: 1
diff changeset
624 </tool>