annotate hapog.xml @ 1:7d56a813fd24 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit 34255461a89adf6cdd9e781ac1fe47e8c41227ba
author iuc
date Tue, 10 Oct 2023 17:29:42 +0000
parents c61bc8bb5f1e
children ee0d6e789958
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
1 <tool id="hapog" name="Hapo-G" profile="21.05" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
2 <description>genome polishing</description>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
3 <macros>
1
7d56a813fd24 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit 34255461a89adf6cdd9e781ac1fe47e8c41227ba
iuc
parents: 0
diff changeset
4 <token name="@TOOL_VERSION@">1.3.6</token>
0
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
6 </macros>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
7 <requirements>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
8 <requirement type="package" version="@TOOL_VERSION@">hapog</requirement>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
9 </requirements>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
11 hapog
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
12 --genome '${genome}'
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
13 --output output/
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
14
1
7d56a813fd24 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit 34255461a89adf6cdd9e781ac1fe47e8c41227ba
iuc
parents: 0
diff changeset
15 ## setting default threads to 2 until
7d56a813fd24 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit 34255461a89adf6cdd9e781ac1fe47e8c41227ba
iuc
parents: 0
diff changeset
16 ## https://github.com/institut-de-genomique/HAPO-G/issues/34
7d56a813fd24 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit 34255461a89adf6cdd9e781ac1fe47e8c41227ba
iuc
parents: 0
diff changeset
17 ## gets addressed, at least
7d56a813fd24 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit 34255461a89adf6cdd9e781ac1fe47e8c41227ba
iuc
parents: 0
diff changeset
18 --threads \${GALAXY_SLOTS:-2}
0
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
19
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
20 #if str( $reads.type ) == "short":
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
21 #for $i in $reads.pe1
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
22 --pe1 '${i}'
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
23 #end for
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
24 #for $i in $reads.pe2
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
25 --pe2 '${i}'
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
26 #end for
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
27 #elif str( $reads.type ) == "short_collection":
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
28 #for $i in $reads.pecol
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
29 --pe1 '${i.forward}'
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
30 --pe2 '${i.reverse}'
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
31 #end for
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
32 #elif str( $reads.type ) == "long":
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
33 --single '${single}'
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
34 #elif str( $reads.type ) == "bam":
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
35 -b '${bam}'
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
36 #end if
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
37
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
38 $u
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
39 ]]></command>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
40 <inputs>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
41 <param argument="--genome" type="data" format="fasta" label="Genome assembly to polish"/>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
42 <conditional name="reads">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
43 <param name="type" type="select" label="Type of data used for polishing">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
44 <option value="short">Short (paired) reads</option>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
45 <option value="short_collection">Short (paired) reads collection</option>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
46 <option value="long">Long reads</option>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
47 <option value="bam">Pre-aligned reads (BAM)</option>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
48 </param>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
49 <when value="short">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
50 <param argument="--pe1" type="data" format="fastq,fastq.gz" multiple="true" label="First set of short reads"/>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
51 <param argument="--pe2" type="data" format="fastq,fastq.gz" multiple="true" label="Second set of short reads"/>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
52 </when>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
53 <when value="short_collection">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
54 <param name="pecol" type="data_collection" collection_type="paired" format="fastq,fastq.gz" label="Paired collection of short reads"/>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
55 </when>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
56 <when value="long">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
57 <param argument="--single" type="data" format="fastq,fastq.gz" label="Long reads"/>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
58 </when>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
59 <when value="bam">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
60 <param name="bam" type="data" format="bam" label="Pre-aligned reads"/>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
61 </when>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
62 </conditional>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
63 <param argument="-u" type="boolean" truevalue="-u" falsevalue="" checked="False" label="Include unpolished sequences in final output" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
64 </inputs>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
65 <outputs>
1
7d56a813fd24 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit 34255461a89adf6cdd9e781ac1fe47e8c41227ba
iuc
parents: 0
diff changeset
66 <data format="fasta" name="output" label="${tool.name}: polished assembly from ${on_string}" from_work_dir="output/hapog_results/hapog.fasta"/>
7d56a813fd24 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit 34255461a89adf6cdd9e781ac1fe47e8c41227ba
iuc
parents: 0
diff changeset
67 <data format="tsv" name="changes" label="${tool.name}: report of changes" from_work_dir="output/hapog_results/hapog.changes"/>
0
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
68 </outputs>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
69 <tests>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
70 <test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
71 <param name="genome" value="genome.fa" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
72 <conditional name="reads">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
73 <param name="type" value="short" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
74 <param name="pe1" value="fastq1.fq" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
75 <param name="pe2" value="fastq2.fq" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
76 </conditional>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
77 <output name="output" file="hapog_short.fasta" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
78 <output name="changes" file="hapog_short.changes" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
79 </test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
80 <test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
81 <param name="genome" value="genome.fa" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
82 <conditional name="reads">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
83 <param name="type" value="short" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
84 <param name="pe1" value="fastq1.fq.gz" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
85 <param name="pe2" value="fastq2.fq.gz" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
86 </conditional>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
87 <output name="output" file="hapog_short.fasta"/>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
88 <output name="changes" file="hapog_short.changes" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
89 </test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
90 <test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
91 <param name="genome" value="genome.fa" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
92 <conditional name="reads">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
93 <param name="type" value="long" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
94 <param name="single" value="fastq1.fq" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
95 </conditional>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
96 <output name="output" file="hapog_long.fasta" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
97 <output name="changes" file="hapog_long.changes" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
98 </test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
99 <test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
100 <param name="genome" value="genome.fa" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
101 <conditional name="reads">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
102 <param name="type" value="long" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
103 <param name="single" value="fastq1.fq.gz" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
104 </conditional>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
105 <output name="output" file="hapog_long.fasta"/>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
106 <output name="changes" file="hapog_long.changes" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
107 </test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
108 <test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
109 <param name="genome" value="genome.fa" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
110 <conditional name="reads">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
111 <param name="type" value="bam" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
112 <param name="bam" value="input.bam" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
113 </conditional>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
114 <output name="output" file="hapog_bam.fasta"/>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
115 <output name="changes" file="hapog_bam.changes" />
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
116 </test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
117 </tests>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
118 <help><![CDATA[
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
119 Hapo-G uses alignments produced by BWA (or any other aligner that produces SAM files) to polish the consensus of a genome assembly.
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
120 ]]></help>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
121 <citations>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
122 <citation type="doi">10.1093/nargab/lqab034</citation>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
123 </citations>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
124 </tool>