annotate smudgeplot.xml @ 4:5e0825476fb7 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
author iuc
date Tue, 04 Apr 2023 17:23:19 +0000
parents 24e471d13fe9
children 5a0ddb4dc3a4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
1 <tool id="smudgeplot" name="Smudgeplot" version="@TOOL_VERSION@+galaxy+@VERSION_SUFFIX@" profile="21.05">
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
2 <description>inference of ploidy and heterozygosity structure using whole genome sequencing</description>
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
3
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
4 <macros>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
5 <token name="@TOOL_VERSION@">0.2.5</token>
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
6 <token name="@VERSION_SUFFIX@">2</token>
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
7 </macros>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
8
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
9 <xrefs>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
10 <xref type="bio.tools">smudgeplots</xref>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
11 </xrefs>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
12
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
13 <requirements>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
14 <requirement type="package" version="@TOOL_VERSION@">smudgeplot</requirement>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
15 <requirement type="package" version="2.3.0">kmer-jellyfish</requirement>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
16 </requirements>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
17
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
18 <command detect_errors="exit_code"><![CDATA[
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
19 set -o pipefail;
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
20
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
21 #if $file.input.input_select == 'reads'
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
22
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
23 ## ~~~~~~~~~~~~~~~ Generate kmer-dump with presets ~~~~~~~~~~~~~~~~~~~~~
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
24
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
25 ## Jellyfish kmer count
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
26 ## ---------------------------------------------------------------------
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
27
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
28 mkdir -p './files/' &&
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
29 #if $file.input.reads[0].ext.endswith(".gz")
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
30 zcat
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
31 #for $f in $file.input.reads
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
32 '$f'
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
33 #end for
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
34 | jellyfish count -m $file.input.mer_len -t \${GALAXY_SLOTS:-8} -s 1M -o 1_counts.jf -C /dev/stdin
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
35 #else
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
36 jellyfish count -m $file.input.mer_len -t \${GALAXY_SLOTS:-8} -s 1M -o 1_counts.jf -C
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
37 #for $f in $file.input.reads
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
38 '$f'
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
39 #end for
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
40 #end if
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
41
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
42 && jellyfish histo 1_counts.jf > 1_kmer_k21.hist
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
43
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
44 ## Calculate lower and upper kmer count cutoffs
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
45 ## ---------------------------------------------------------------------
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
46
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
47 #if $file.input.lower_cutoff:
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
48 && L=$file.input.lower_cutoff
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
49 #else
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
50 && L=\$(smudgeplot.py cutoff 1_kmer_k21.hist L)
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
51 #end if
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
52
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
53 #if $file.input.upper_cutoff:
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
54 && U=$file.input.upper_cutoff
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
55 #else
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
56 && U=\$(smudgeplot.py cutoff 1_kmer_k21.hist U)
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
57 #end if
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
58
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
59 ## ---------------------------------------------------------------------
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
60 ## Dump and extract coverage
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
61
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
62 && echo "Dump with cutoffs L=\$L, U=\$U"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
63 && jellyfish dump -c -L \$L -U \$U 1_counts.jf > 2_dump.jf
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
64 && smudgeplot.py hetkmers -o 2_kmer_pairs 2_dump.jf
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
65
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
66 #else
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
67
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
68 ## ~~~~~~~~~~~~~~~~~~~ Use provided kmer dump ~~~~~~~~~~~~~~~~~~~~~~~~~~
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
69
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
70 smudgeplot.py hetkmers -o 2_kmer_pairs '$file.input.dump'
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
71
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
72 #end if
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
73
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
74 ## ---------------------------------------------------------------------
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
75 ## Plot
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
76
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
77 && smudgeplot.py plot $homozygous 2_kmer_pairs_coverages.tsv -o my_genome
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
78
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
79 ]]></command>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
80
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
81 <inputs>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
82 <section name="file" title="File inputs" expanded="true">
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
83 <conditional name="input">
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
84 <param
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
85 name="input_select" type="select" label="Select input type"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
86 help="For more control, create your own Kmer dump using Jellyfish.
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
87 See Smudgeplot on GitHub for more details: https://github.com/KamilSJaron/smudgeplot"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
88 >
3
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
89 <option value="reads" selected="true">Sequencing reads</option>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
90 <option value="dump">Kmer dump file</option>
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
91 </param>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
92
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
93 <when value="reads">
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
94 <param
3
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
95 name="reads" type="data" format="fastqsanger,fastqsanger.gz,fasta.gz,fasta"
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
96 label="Sequencing reads" multiple="true"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
97 help="Sequencing reads corresponding to your genome.
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
98 Don't worry about read pairing as it is not used in Kmer-counting.
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
99 If selecting multiple datasets, please do not mix datatypes!"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
100 />
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
101
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
102 <param argument="--mer-len"
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
103 type="integer"
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
104 min="1"
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
105 value="21"
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
106 label="K-mer size"
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
107 help="The size of k-mers should be large enough allowing the k-mer to map uniquely to the genome" />
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
108
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
109
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
110 <param
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
111 name="lower_cutoff"
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
112 min="1"
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
113 label="Lower kmer cutoff"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
114 type="integer"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
115 optional="true"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
116 help="Optionally set a manual lower limit for filtering kmers with
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
117 smudgeplot hetkmers. If no value is set, a cutoff will be
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
118 estimated with smudgeplot cutoff. Use the GenomeScope tool to
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
119 visualize your kmer histogram when choosing cutoff values."
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
120 />
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
121
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
122 <param
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
123 name="upper_cutoff"
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
124 min="1"
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
125 label="Upper kmer cutoff"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
126 type="integer"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
127 optional="true"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
128 help="Optionally set a manual upper limit for filtering kmers with
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
129 smudgeplot hetkmers. If no value is set, a cutoff will be
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
130 estimated with smudgeplot cutoff. Use the GenomeScope tool to
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
131 visualize your kmer histogram when choosing cutoff values."
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
132 />
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
133 </when>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
134
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
135 <when value="dump">
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
136 <param
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
137 name="dump" type="data" format="txt"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
138 label="Kmer dump"
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
139 help="Upload your own Kmer dump file created with the Jellyfish or KMC tool.
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
140 This enables control over kmer-counting parameters."
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
141 />
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
142 </when>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
143 </conditional>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
144 </section>
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
145 <param argument="--homozygous" type="boolean" truevalue="--homozygous" falsevalue="" checked="false" label="Homozygous" help="Assume no heterozygosity in the genome - plotting a paralog structure." />
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
146
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
147 <param name="table_output" type="boolean" label="Output summary table"></param>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
148 <param name="verbose_output" type="boolean" label="Output verbose summary"></param>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
149 <param name="warnings_output" type="boolean" label="Output genome warnings"></param>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
150 </inputs>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
151
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
152 <outputs>
3
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
153 <data
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
154 name="smudgeplot" format="png"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
155 from_work_dir="my_genome_smudgeplot.png"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
156 label="${tool.name} on ${on_string}: Smudgeplot"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
157 />
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
158 <data
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
159 name="smudgeplot_log" format="png"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
160 from_work_dir="my_genome_smudgeplot_log10.png"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
161 label="${tool.name} on ${on_string}: Smudgeplot (log10)"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
162 />
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
163 <data
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
164 name="genome_summary" format="tabular"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
165 from_work_dir="my_genome_summary_table.tsv"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
166 label="${tool.name} on ${on_string}: Genome summary table"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
167 >
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
168 <filter>table_output</filter>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
169 </data>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
170 <data
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
171 name="genome_summary_verbose" format="txt"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
172 from_work_dir="my_genome_verbose_summary.txt"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
173 label="${tool.name} on ${on_string}: Genome verbose summary"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
174 >
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
175 <filter>verbose_output</filter>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
176 </data>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
177 <data
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
178 name="genome_warnings" format="txt"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
179 from_work_dir="my_genome_warnings.txt"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
180 label="${tool.name} on ${on_string}: Genome warnings"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
181 >
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
182 <filter>warnings_output</filter>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
183 </data>
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
184 </outputs>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
185
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
186 <tests>
3
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
187 <!-- Standard run -->
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
188 <test expect_num_outputs="2">
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
189 <param name="input_select" value="reads"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
190 <param name="reads" value="test_reads.fasta" ftype="fasta"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
191 <param name="lower_cutoff" value="2"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
192 <param name="upper_cutoff" value="25"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
193 <output name="smudgeplot" ftype="png" file="my_genome_smudgeplot.png" compare="sim_size"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
194 </test>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
195 <!-- Standard run with gzipped input -->
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
196 <test expect_num_outputs="2">
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
197 <param name="input_select" value="reads"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
198 <param name="reads" value="test_reads.fasta.gz" ftype="fasta.gz"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
199 <param name="lower_cutoff" value="2"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
200 <param name="upper_cutoff" value="25"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
201 <output name="smudgeplot" ftype="png" file="my_genome_smudgeplot.png" compare="sim_size"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
202 </test>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
203 <!-- Multiple input read files -->
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
204 <test expect_num_outputs="2">
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
205 <param name="input_select" value="reads"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
206 <param name="lower_cutoff" value="2"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
207 <param name="upper_cutoff" value="80"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
208 <param
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
209 name="reads"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
210 value="test_reads.fasta,test_reads_2.fasta,test_reads_3.fasta"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
211 ftype="fasta"
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
212 />
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
213 <output name="smudgeplot" ftype="png" file="my_genome_smudgeplot.png" compare="sim_size"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
214 </test>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
215 <!-- With additional outputs-->
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
216 <test expect_num_outputs="5">
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
217 <param name="input_select" value="reads"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
218 <param name="reads" value="test_reads.fasta" ftype="fasta"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
219 <param name="lower_cutoff" value="2"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
220 <param name="upper_cutoff" value="25"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
221 <param name="table_output" value="true"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
222 <param name="verbose_output" value="true"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
223 <param name="warnings_output" value="true"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
224 <output name="smudgeplot" ftype="png" file="my_genome_smudgeplot.png" compare="sim_size"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
225 <output name="genome_summary" ftype="tabular" file="my_genome_summary_table.tsv"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
226 <output name="genome_summary_verbose" ftype="txt" file="my_genome_verbose_summary.txt"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
227 <output name="genome_warnings" ftype="txt" file="my_genome_warnings.txt"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
228 </test>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
229 <!-- K-mer dump input -->
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
230 <test expect_num_outputs="2">
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
231 <param name="input_select" value="dump"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
232 <param name="dump" value="dump.jf" ftype="txt"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
233 <output name="smudgeplot" ftype="png" file="my_genome_smudgeplot.png" compare="sim_size"/>
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
234 </test>
4
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
235 <!-- Standard run without specifying cutoffs and compressed file -->
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
236 <test expect_num_outputs="2">
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
237 <param name="input_select" value="reads"/>
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
238 <param name="reads" value="test_reads_4.fasta.gz,test_reads_5.fasta.gz"/>
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
239 <output name="smudgeplot" ftype="png" file="my_genome_smudgeplot_02.png" compare="sim_size"/>
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
240 <assert_stdout>
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
241 <has_text text="Dump with cutoffs L=10, U=70" />
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
242 </assert_stdout>
5e0825476fb7 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 72ae2e05f35098c4cb6dd4f038bff07fd36917ed
iuc
parents: 3
diff changeset
243 </test>
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
244 </tests>
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
245
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
246 <help><![CDATA[
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
247
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
248 .. class:: infomark
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
249
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
250 **What it does**
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
251
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
252 This tool extracts heterozygous kmer pairs from kmer count databases and performs gymnastics with them. We are able to disentangle genome structure by comparing the sum of kmer pair coverages (CovA + CovB) to their relative coverage (CovB / (CovA + CovB)). Such an approach also allows us to analyze obscure genomes with duplications, various ploidy levels, etc.
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
253
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
254 Smudgeplots are computed from raw or even better from trimmed reads and show the haplotype structure using heterozygous kmer pairs. For example:
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
255
3
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
256 .. image:: $PATH_TO_IMAGES/smudge.png
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
257 :height: 520
3
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
258 :alt: Example smudgeplot graph
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
259
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
260 Every haplotype structure has a unique smudge on the graph and the heat of the smudge indicates how frequently the haplotype structure is represented in the genome compared to the other structures. The image above is an ideal case, where the sequencing coverage is sufficient to beautifully separate all the smudges, providing very strong and clear evidence of triploidy.
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
261
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
262 Please see `Smudgeplot on GitHub <https://github.com/KamilSJaron/smudgeplot>`_
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
263 for further documentation and tutorials.
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
264
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
265 **Inputs**
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
266
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
267 You have two choices when running Smudgeplot in Galaxy:
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
268
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
269 1. Input reads file(s) for default kmer-counting with Jellyfish
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
270
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
271 This should be at least one file which providing coverage of your genome of interest.
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
272 The tool accepts compressed (.gz) inputs. If choosing this option, you can
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
273 (optionally) specify manual cutoff values for the kmer dump step. The Smudgeplot
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
274 docs suggest that you can use GenomeScope on a kmer histogram in order to choose
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
275 reasonable lower and upper cutoff values.
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
276
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
277 2. Input your own kmer dump file for more control of kmer counting parameters
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
278
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
279 This file would be created by running ``jellyfish count`` and then ``jellyfish dump`` - the process is well described
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
280 `on GitHub <https://github.com/KamilSJaron/smudgeplot>`_.
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
281
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
282 **Outputs**
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
283
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
284 - ``smudgeplot.png`` smudgeplot image
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
285 - ``smudgeplot_log10.png`` smudgeplot with log scale
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
286 - ``my_genome_summary.tsv`` summarized genome statistics
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
287 - ``my_genome_verbose.txt`` detailed genome statistics
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
288 - ``my_genome_warnings.txt`` warnings emitted from the Smudgeplot tool
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
289
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
290 **Default operation**
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
291
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
292 If choosing reads as the input, a default kmer counting procedure will be used
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
293 to create a kmer dump. This default process is summarized as follows:
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
294
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
295 - ``jellyfish count -m 21 > counts.jf``
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
296 - ``jellyfish histo counts.jf > counts.hist``
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
297 - ``smudgeplot.py cutoff counts.hist`` to get kmer cutoff values (U & L)
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
298 - ``jellyfish dump -c -L <L> -U <U> counts.jf > dump.jf``
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
299
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
300 The kmer dump file is then used to create a smudgeplot:
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
301
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
302 - ``smudgeplot.py hetkmers -o kmer_pairs dump.jf``
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
303 - ``smudgeplot.py plot kmer_pairs_coverages.tsv -o my_genome``
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
304
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
305 ]]></help>
2
e53b0473d575 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 72c2236cfd6e175ca3b0aed888e3de544d884e3f-dirty"
galaxy-australia
parents: 1
diff changeset
306 <citations>
3
24e471d13fe9 planemo upload for repository https://github.com/galaxyproject/tools-iuc commit cbe90253166d9908b68beb36b9488478178d225b
iuc
parents: 2
diff changeset
307 <citation type="doi">10.1038/s41467-020-14998-3</citation>
2
e53b0473d575 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 72c2236cfd6e175ca3b0aed888e3de544d884e3f-dirty"
galaxy-australia
parents: 1
diff changeset
308 </citations>
0
19462781bfe4 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7a48d3cb54e682fb7dad612417391f327288dd0a-dirty"
galaxy-australia
parents:
diff changeset
309 </tool>