annotate das_tool.xml @ 4:7d997332582e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
author iuc
date Sun, 25 Feb 2024 11:28:02 +0000
parents e23e7bf8491b
children b048a987dd7d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
1 <tool id="das_tool" name="DAS Tool" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
4
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
2 <description>for genome-resolved metagenomics</description>
0
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
3 <macros>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
4 <import>macros.xml</import>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
5 </macros>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
6 <expand macro="biotools"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
8 <expand macro="version"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
10 #set $bins = ""
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
11 #set $labels = ""
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
12 #set $sep = ""
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
13 #for $i, $s in enumerate($binning)
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
14 #set $bins += "%s%s" %($sep, $s.bins)
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
15 #set $labels += "%s%s" %($sep, $s.labels)
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
16 #set $sep = ","
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
17 #end for
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
18
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
19 #if $adv.proteins
4
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
20 ln -s '$adv.proteins' 'proteins' &&
0
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
21 #end if
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
22
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
23 DAS_Tool
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
24 --contigs '$contigs'
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
25 --outputbasename 'outputs'
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
26 --bins '$bins'
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
27 --labels '$labels'
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
28 --search_engine '$adv.search_engine'
4
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
29 #if $adv.proteins
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
30 --proteins 'proteins'
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
31 #end if
0
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
32 --score_threshold $adv.score_threshold
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
33 --duplicate_penalty $adv.duplicate_penalty
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
34 --megabin_penalty $adv.megabin_penalty
4
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
35 --max_iter_post_threshold $adv.max_iter_post_threshold
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
36
0
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
37 $output.write_bin_evals
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
38 $output.write_bins.write_bins
4
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
39 #if str($output.write_bins.write_bins) != ''
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
40 $output.write_bins.write_unbinned
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
41 #end if
0
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
42 $output.debug
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
43 --threads \${GALAXY_SLOTS:-1}
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
44 ]]></command>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
45 <inputs>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
46 <param argument="--contigs" type="data" format="fasta" label="Contig sequences"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
47 <repeat name="binning" title="Bins" min="1">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
48 <param argument="--bins" type="data" format="tabular" label="Contigs-to-bin table" help="Tabular with two columns: contig-IDs and bin-IDs. Fasta_to_Contigs2Bin can be used to Converts genome bins in fasta format to Contigs-to-bin table"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
49 <param argument="--labels" type="text" value="" label="Name of binning prediction tool used to generate the table"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
50 </repeat>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
51 <section name="adv" title="Advanced options">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
52 <param argument="--search_engine" type="select" label="Engine used for single copy gene identification">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
53 <option value="diamond" selected="true">diamond</option>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
54 <option value="blastp">blastp</option>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
55 </param>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
56 <param argument="--proteins" type="data" format="fasta" optional="true" label="Predicted proteins" help="The file should be prodigal fasta format: >contigID_geneNo"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
57 <param argument="--score_threshold" type="float" min="0" max="1" value="0.5" label="Score threshold until selection algorithm will keep selecting bins"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
58 <param argument="--duplicate_penalty" type="float" min="0" max="3" value="0.6" label="Penalty for duplicate single copy genes per bin (weight b)" help="Only change if you know what you are doing"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
59 <param argument="--megabin_penalty" type="float" min="0" max="3" value="0.5" label="Penalty for megabins (weight c)" help="Only change if you know what you are doing"/>
4
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
60 <param argument="--max_iter_post_threshold" type="integer" min="1" value="10" label="Maximum number of iterations after reaching score threshold"/>
0
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
61 </section>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
62 <section name="output" title="Outputs">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
63 <param name="proteins" type="boolean" checked="false" label="Output predicted proteins?"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
64 <param argument="--write_bin_evals" type="boolean" truevalue="--write_bin_evals" falsevalue="" checked="false" label="Write evaluation of input bin sets?"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
65 <conditional name="write_bins">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
66 <param argument="--write_bins" type="select" label="Export bins as fasta files?">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
67 <option value="--write_bins" selected="true">Yes</option>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
68 <option value="">No</option>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
69 </param>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
70 <when value="--write_bins">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
71 <param argument="--write_unbinned" type="boolean" truevalue="--write_unbinned" falsevalue="" checked="false" label="Export unbinned contigs as fasta file?"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
72 </when>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
73 <when value=""/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
74 </conditional>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
75 <param argument="--debug" type="boolean" truevalue="--debug" falsevalue="" checked="false" label="Write debug information to log file?"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
76 </section>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
77 </inputs>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
78 <outputs>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
79 <data name="summary" format="tabular" from_work_dir="outputs_DASTool_summary.tsv" label="${tool.name} on ${on_string}: Summary of output bins" />
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
80 <data name="contigs2bin" format="tabular" from_work_dir="outputs_DASTool_contig2bin.tsv" label="${tool.name} on ${on_string}: Contigs to bin file for the output bins" />
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
81 <data name="log" format="txt" from_work_dir="outputs_DASTool.log" label="${tool.name} on ${on_string}: Log" />
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
82 <data name="eval" format="tabular" from_work_dir="outputs_allBins.eval" label="${tool.name} on ${on_string}: Quality and completeness estimates of input bin sets" >
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
83 <filter>output['write_bin_evals']</filter>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
84 </data>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
85 <collection name="bins" type="list" label="${tool.name} on ${on_string}: Bins">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
86 <filter>output['write_bins']['write_bins'] != ""</filter>
3
e23e7bf8491b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 9c2eb2c9e495cad54084973587d07e8035f3fd9b
iuc
parents: 0
diff changeset
87 <discover_datasets pattern="^(?!unbinned\.fa)((?P&lt;designation&gt;.*)\.fa)" format="fasta" directory="outputs_DASTool_bins"/>
0
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
88 </collection>
3
e23e7bf8491b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 9c2eb2c9e495cad54084973587d07e8035f3fd9b
iuc
parents: 0
diff changeset
89 <data name="unbinned_contigs" format="fasta" from_work_dir="outputs_DASTool_bins/unbinned.fa" label="${tool.name} on ${on_string}: Unbinned contigs">
0
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
90 <filter>output['write_bins']['write_bins'] != "" and output['write_bins']['write_unbinned']</filter>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
91 </data>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
92 <data name="proteins" format="fasta" from_work_dir="outputs_proteins.faa" label="${tool.name} on ${on_string}: Proteins" >
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
93 <filter>output['proteins']</filter>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
94 </data>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
95 </outputs>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
96 <tests>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
97 <test expect_num_outputs="4">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
98 <param name="contigs" value="contigs.fasta"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
99 <repeat name="binning">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
100 <param name="bins" value="metabat.tabular"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
101 <param name="labels" value="metabat"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
102 </repeat>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
103 <section name="adv">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
104 <param name="search_engine" value="diamond"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
105 <param name="proteins" value="proteins.fasta"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
106 <param name="score_threshold" value="0.5"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
107 <param name="duplicate_penalty" value="0.6"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
108 <param name="megabin_penalty" value="0.5" />
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
109 </section>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
110 <section name="output">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
111 <param name="write_bin_evals" value="true"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
112 <conditional name="write_bins">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
113 <param name="write_bins" value=""/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
114 </conditional>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
115 <param name="debug" value="true"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
116 </section>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
117 <output name="summary" ftype="tabular">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
118 <assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
119 <has_text text="unique_SCGs"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
120 <has_text text="metabat.8"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
121 <has_text text="bacteria"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
122 </assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
123 </output>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
124 <output name="contigs2bin" ftype="tabular">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
125 <assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
126 <has_text text="Ley3_66761_scaffold_6"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
127 </assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
128 </output>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
129 <output name="log" ftype="txt">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
130 <assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
131 <has_text text="Skipping gene prediction"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
132 <has_text text="#Target sequences to report alignments for: 1"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
133 </assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
134 </output>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
135 <output name="eval" ftype="tabular">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
136 <assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
137 <has_text text="unique_SCGs"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
138 <has_text text="metabat.8"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
139 </assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
140 </output>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
141 </test>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
142 <test expect_num_outputs="6">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
143 <param name="contigs" value="contigs.fasta"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
144 <repeat name="binning">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
145 <param name="bins" value="metabat.tabular"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
146 <param name="labels" value="metabat"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
147 </repeat>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
148 <section name="adv">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
149 <param name="search_engine" value="diamond"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
150 <param name="score_threshold" value="0.5"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
151 <param name="duplicate_penalty" value="0.6"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
152 <param name="megabin_penalty" value="0.5" />
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
153 </section>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
154 <section name="output">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
155 <param name="proteins" value="true"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
156 <param name="write_bin_evals" value="false"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
157 <conditional name="write_bins">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
158 <param name="write_bins" value="--write_bins"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
159 <param name="write_unbinned" value="true"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
160 </conditional>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
161 <param name="debug" value="true"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
162 </section>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
163 <output name="summary" ftype="tabular">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
164 <assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
165 <has_text text="unique_SCGs"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
166 <has_text text="metabat.8"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
167 <has_text text="bacteria"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
168 </assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
169 </output>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
170 <output name="contigs2bin" ftype="tabular">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
171 <assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
172 <has_text text="Ley3_66761_scaffold_6"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
173 </assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
174 </output>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
175 <output name="log" ftype="txt">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
176 <assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
177 <has_text text="Parameters"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
178 <has_text text="Predicting genes"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
179 </assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
180 </output>
3
e23e7bf8491b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 9c2eb2c9e495cad54084973587d07e8035f3fd9b
iuc
parents: 0
diff changeset
181 <output_collection name="bins" count="1"> <!--unbinned.fa must not appear in bins collection. unbinned.fa appears as additional output below.-->
e23e7bf8491b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 9c2eb2c9e495cad54084973587d07e8035f3fd9b
iuc
parents: 0
diff changeset
182 <element name="metabat.8" ftype="fasta">
0
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
183 <assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
184 <has_text text=">Ley3_66761_scaffold_6"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
185 </assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
186 </element>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
187 </output_collection>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
188 <output name="unbinned_contigs" ftype="fasta">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
189 <assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
190 <has_text text=">Ley3_66761_scaffold_505"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
191 </assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
192 </output>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
193 <output name="proteins" ftype="fasta">
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
194 <assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
195 <has_text text="Ley3_66761_scaffold_6_1 # 1 # 786 # 1 #"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
196 </assert_contents>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
197 </output>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
198 </test>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
199 </tests>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
200 <help><![CDATA[
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
201 @HELP_HEADER@
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
202
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
203 Inputs
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
204 ======
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
205
4
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
206 - Bins: Tab-separated files of contig-IDs and bin-IDs. Contigs to bin file example: ::
0
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
207
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
208 Contig_1 bin.01
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
209 Contig_8 bin.01
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
210 Contig_42 bin.02
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
211 Contig_49 bin.03
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
212
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
213 - Contigs: Assembled contigs in fasta format: ::
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
214
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
215 >Contig_1
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
216 ATCATCGTCCGCATCGACGAATTCGGCGAACGAGTACCCCTGACCATCTCCGATTA...
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
217 >Contig_2
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
218 GATCGTCACGCAGGCTATCGGAGCCTCGACCCGCAAGCTCTGCGCCTTGGAGCAGG...
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
219
4
7d997332582e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d
iuc
parents: 3
diff changeset
220 - [Optional] Proteins: Predicted proteins in prodigal fasta format. The header contains contig-ID and gene number: ::
0
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
221
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
222 >Contig_1_1
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
223 MPRKNKKLPRHLLVIRTSAMGDVAMLPHALRALKEAYPEVKVTVATKSLFHPFFEG...
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
224 >Contig_1_2
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
225 MANKIPRVPVREQDPKVRATNFEEVCYGYNVEEATLEASRCLNCKNPRCVAACPVN...
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
226
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
227 Outputs
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
228 =======
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
229
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
230 - Summary of output bins including quality and completeness estimates
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
231 - Contigs to bin file of output bins
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
232 - [Optional] Quality and completeness estimates of input bin sets
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
233 - [Optional] Bins in fasta format
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
234 - [Optional] Unbinned contigs
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
235
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
236 ]]></help>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
237 <expand macro="citations"/>
a8e434ebe961 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 151c0e625ce20fb3ea75aa5043486e41b1da48de
iuc
parents:
diff changeset
238 </tool>