annotate genomescope.xml @ 1:3169a38c2656 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
author iuc
date Sat, 26 Jun 2021 14:17:47 +0000
parents b2f674562a18
children 01210c4e9144
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
1 <tool id="genomescope" name="GenomeScope" version="@VERSION@+galaxy@SUFFIX_VERSION@" profile="20.01">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
2 <description>reference-free genome profiling</description>
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
3 <macros>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
4 <token name="@VERSION@">2.0</token>
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
5 <token name="@SUFFIX_VERSION@">1</token>
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
6 </macros>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
7 <requirements>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
8 <requirement type="package" version="@VERSION@">genomescope2</requirement>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
9 </requirements>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
10 <version_command>genomescope2 --version</version_command>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
12 genomescope2
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
13 --input '$input'
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
14 --output .
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
15 --kmer_length $kmer_length
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
16 $output_options.no_unique_sequence
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
17 $advanced_options.testing
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
18 $advanced_options.trace_flag
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
19 #if $ploidy:
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
20 --ploidy $ploidy
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
21 #end if
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
22 #if $lambda:
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
23 --lambda $lambda
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
24 #end if
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
25 #if $max_kmercov:
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
26 --max_kmercov $max_kmercov
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
27 #end if
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
28 #if $advanced_options.topology:
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
29 --topology $advanced_options.topology
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
30 #end if
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
31 #if $advanced_options.initial_repetitiveness:
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
32 --initial_repetitiveness $advanced_options.initial_repetitiveness
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
33 #end if
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
34 #if $advanced_options.initial_heterozygosities:
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
35 --initial_heterozygosities '${advanced_options.initial_heterozygosities}'
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
36 #end if
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
37 #if $advanced_options.transform_exp:
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
38 --transform_exp $advanced_options.transform_exp
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
39 #end if
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
40 #if $advanced_options.true_params:
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
41 --true_params '${advanced_options.true_params}'
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
42 #end if
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
43 #if $advanced_options.num_rounds:
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
44 --num_rounds $advanced_options.num_rounds
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
45 #end if
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
46 ]]>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
47 </command>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
48 <inputs>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
49 <param argument="--input" type="data" format="tabular" label="Input histogram file" help="This file is a two column tabular file for example generated with the histo function of Jellyfish."/>
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
50 <param argument="--ploidy" type="integer" min="1" max="6" optional="true" label="Ploidy for model to use" help="Default: 2"/>
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
51 <param argument="--kmer_length" type="integer" value="21" optional="false" label="K-mer length used to calculate k-mer spectra"/>
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
52 <param argument="--lambda" type="integer" optional="true" label="Initial k-mer coverage estimate for model to use" help="This parameter is optional"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
53 <param argument="--max_kmercov" type="integer" optional="true" label="Maximum k-mer coverage threshold" help="K-mers with coverage greater than max_kmercov are ignored by the model. This parameter is optional"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
54 <section name="output_options" title="Output options" expanded="true">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
55 <param name="output_files" type="select" multiple="true" display="checkboxes" label="Output files">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
56 <option value="model_output">Generate a file with the model parameters</option>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
57 <option value="summary_output">Summary of the analysis</option>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
58 <option value="progress_output">Additional information for each optimization round</option>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
59 </param>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
60 <param argument="--no_unique_sequence" type="boolean" truevalue="--no_unique_sequence" falsevalue="" label="Turn off yellow unique sequence line in plots"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
61 </section>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
62 <section name="advanced_options" title="Advanced options">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
63 <param argument="--topology" type="integer" optional="true" label="Topological relationships between the homologous chromosomes" help="Flag for topology for model to use. Topology refers to the similarities between distinct homologues. Each triploid topology consists of two nucleotide heterozygosity forms (e.g. aab and abc), while each tetraploid, pentaploid, and hexaploid topology consists of three, four, and five heterozygosity forms respectively."/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
64 <param argument="--initial_repetitiveness" type="float" min="0" max="1" optional="true" label="Initial value for repetitiveness"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
65 <param argument="--initial_heterozygosities" type="text" optional="true" label="Initial values for nucleotide heterozygosity rates" help="Nucleotide hetegozygosity rates should be float values (separated by commas if necessary)">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
66 <sanitizer>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
67 <valid initial="string.digits"><add value="," /><add value="." /></valid>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
68 </sanitizer>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
69 <validator type="regex">[0-9,.]+</validator>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
70 </param>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
71 <param argument="--transform_exp" type="integer" optional="true" label="Parameter for the exponent when fitting a transformed (x**transform_exp*y vs. x) k-mer histogram" help="Default: 1"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
72 <param argument="--testing" type="boolean" truevalue="--testing" falsevalue="" label="Create testing.tsv file with model parameters"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
73 <param argument="--true_params" type="text" optional="true" label="Set true simulated parameters for testing mode">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
74 <sanitizer>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
75 <valid initial="string.digits"><add value="," /><add value="." /></valid>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
76 </sanitizer>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
77 <validator type="regex">[0-9,.]+</validator>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
78 </param>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
79 <param argument="--trace_flag" type="boolean" truevalue="--trace_flag" falsevalue="" label="Turn on printing of iteration progress of nlsLM function"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
80 <param argument="--num_rounds" type="integer" min="1" optional="true" label="Number of optimization rounds"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
81 </section>
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
82 </inputs>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
83 <outputs>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
84 <data name="linear_plot" format="png" from_work_dir="linear_plot.png" label="${tool.name} on ${on_string} Linear plot"/>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
85 <data name="log_plot" format="png" from_work_dir="log_plot.png" label="${tool.name} on ${on_string} Log plot"/>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
86 <data name="transformed_linear_plot" format="png" from_work_dir="transformed_linear_plot.png" label="${tool.name} on ${on_string} Transformed linear plot"/>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
87 <data name="transformed_log_plot" format="png" from_work_dir="transformed_log_plot.png" label="${tool.name} on ${on_string} Transformed log plot"/>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
88 <data name="model" format="txt" from_work_dir="model.txt" label="${tool.name} on ${on_string} Model">
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
89 <filter>output_options['output_files'] and 'model_output' in output_options['output_files']</filter>
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
90 </data>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
91 <data name="summary" format="txt" from_work_dir="summary.txt" label="${tool.name} on ${on_string} Summary">
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
92 <filter>output_options['output_files'] and 'summary_output' in output_options['output_files']</filter>
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
93 </data>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
94 <data name="progress" format="txt" from_work_dir="progress.txt" label="${tool.name} on ${on_string} Progress">
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
95 <filter>output_options['output_files'] and 'progress_output' in output_options['output_files']</filter>
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
96 </data>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
97 <data name="model_params" format="tabular" from_work_dir="SIMULATED_testing.tsv" label="${tool.name} on ${on_string} Model parameters">
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
98 <filter>advanced_options['testing']</filter>
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
99 </data>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
100 </outputs>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
101 <tests>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
102 <test expect_num_outputs="8">
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
103 <param name="input" value="genomescope-in1.tab"/>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
104 <param name="kmer_length" value="21"/>
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
105 <section name="output_options">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
106 <param name="output_files" value="model_output,summary_output,progress_output"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
107 </section>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
108 <section name="advanced_options">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
109 <param name="testing" value="true"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
110 </section>
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
111 <output name="linear_plot" file="genomescope-out1-1.png" ftype="png"/>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
112 <output name="log_plot" file="genomescope-out1-2.png" ftype="png"/>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
113 <output name="transformed_linear_plot" file="genomescope-out1-3.png" ftype="png"/>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
114 <output name="transformed_log_plot" file="genomescope-out1-4.png" ftype="png" compare="sim_size"/>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
115 <output name="model" file="genomescope-out1-1.txt" ftype="txt" lines_diff="2"/>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
116 <output name="summary" file="genomescope-out1-2.txt" ftype="txt" lines_diff="2"/>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
117 <output name="progress" file="genomescope-out1-3.txt" ftype="txt" lines_diff="2"/>
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
118 <output name="model_params" file="genomescope-out1-1.tab" ftype="tabular"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
119 </test>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
120 <!--Test initial_repetitiveness option-->
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
121 <test expect_num_outputs="5">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
122 <param name="input" value="genomescope-in1.tab"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
123 <param name="kmer_length" value="21"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
124 <section name="advanced_options">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
125 <param name="initial_repetitiveness" value="0.1"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
126 </section>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
127 <section name="output_options">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
128 <param name="output_files" value="summary_output"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
129 </section>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
130 <output name="linear_plot" ftype="png">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
131 <assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
132 <has_size value="223370" delta="300"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
133 </assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
134 </output>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
135 <output name="log_plot" ftype="png">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
136 <assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
137 <has_size value="201425" delta="300"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
138 </assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
139 </output>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
140 <output name="transformed_linear_plot" ftype="png">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
141 <assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
142 <has_size value="221442" delta="300"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
143 </assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
144 </output>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
145 <output name="transformed_log_plot" ftype="png">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
146 <assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
147 <has_size value="210889" delta="300"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
148 </assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
149 </output>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
150 <output name="summary" ftype="txt" lines_diff="2">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
151 <assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
152 <has_line line="initial repetitiveness = 0.1"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
153 <has_text text="Homozygous (aa) 98.9538% 98.967%"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
154 </assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
155 </output>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
156 </test>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
157 <!--Test initial_heterozigosity option-->
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
158 <test expect_num_outputs="5">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
159 <param name="input" value="genomescope-in1.tab"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
160 <param name="kmer_length" value="21"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
161 <param name="ploidy" value="3"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
162 <section name="advanced_options">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
163 <param name="initial_heterozygosities" value="0.04,0.01"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
164 </section>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
165 <section name="output_options">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
166 <param name="output_files" value="summary_output"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
167 </section>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
168 <output name="linear_plot" ftype="png">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
169 <assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
170 <has_size value="213366" delta="300"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
171 </assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
172 </output>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
173 <output name="log_plot" ftype="png">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
174 <assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
175 <has_size value="218425" delta="300"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
176 </assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
177 </output>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
178 <output name="transformed_linear_plot" ftype="png">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
179 <assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
180 <has_size value="217280" delta="300"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
181 </assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
182 </output>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
183 <output name="transformed_log_plot" ftype="png">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
184 <assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
185 <has_size value="229021" delta="300"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
186 </assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
187 </output>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
188 <output name="summary" ftype="txt" lines_diff="2">
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
189 <assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
190 <has_line line="initial heterozygosities = 0.04,0.01"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
191 <has_text text="Homozygous (aaa) 6.03606% 100%"/>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
192 </assert_contents>
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
193 </output>
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
194 </test>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
195 </tests>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
196 <help><![CDATA[
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
197
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
198 GenomeScope 2.0: Reference-free profiling of polyploid genomes
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
199 ==============================================================
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
200
1
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
201 GenomeScope 2.0 applies classical insights from combinatorial theory to establish a detailed mathematical model of how k-mer frequencies will be distributed in heterozygous and polyploid genomes.It employs a polyploid-aware mixture model that, within seconds, accurately infers genome properties from
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
202 unassembled sequencing data.
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
203
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
204 GenomeScope 2.0 uses the k-mer count distribution, e.g. from KMC or Jellyfish, and produces a report and several informative plots describing the genome properties. We validate the approach on simulated polyploid data created using a generative model with parameters for genome size, heterozygosity, repetitiveness, ploidy, and sequencing coverage, and find GenomeScope 2.0 retains accuracy across a broad range of realistic and extreme parameter values.
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
205
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
206 -----
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
207
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
208 .. class:: infomark
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
209
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
210 **Topological relationships**
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
211
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
212 In the field of phylogenetics, the evolutionary relationships between species are often depicted in a branching diagram known as a phylogenetic tree. In this setting, the topology of the tree refers to the branching structure of the tree. We may also depict the similarities between homologous chromosomes in a branching diagram. In this case, a topology refers to the similarities between distinct homologues.
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
213
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
214 For ploidies of 4 and greater, there are multiple possible topologies. For example, the two tetraploid topologies are:
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
215
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
216 ::
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
217
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
218 AAAA → AAAB → AABC → ABCD
3169a38c2656 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit a0ba4e5bb9dd542bbf1395af64e59b9f72823fec"
iuc
parents: 0
diff changeset
219 AAAA → AABB → AABC → ABCD
0
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
220
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
221 ]]></help>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
222 <citations>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
223 <citation type="doi">10.1093/bioinformatics/btx153</citation>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
224 <citation type="doi">10.1038/s41467-020-14998-3</citation>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
225 </citations>
b2f674562a18 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genomescope commit aa87b7b1713b749328c5a710f32631aab2acaa3a"
iuc
parents:
diff changeset
226 </tool>