annotate hapog.xml @ 0:c61bc8bb5f1e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
author iuc
date Fri, 16 Sep 2022 13:48:54 +0000
parents
children 7d56a813fd24
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>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
4 <token name="@TOOL_VERSION@">1.3.3</token>
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
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
15 --threads \${GALAXY_SLOTS:-1}
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
16
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
17 #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
18 #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
19 --pe1 '${i}'
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
20 #end for
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.pe2
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
22 --pe2 '${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 #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
25 #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
26 --pe1 '${i.forward}'
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
27 --pe2 '${i.reverse}'
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
28 #end for
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
29 #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
30 --single '${single}'
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
31 #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
32 -b '${bam}'
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
33 #end if
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
34
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
35 $u
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
36 ]]></command>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
37 <inputs>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
38 <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
39 <conditional name="reads">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
40 <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
41 <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
42 <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
43 <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
44 <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
45 </param>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
46 <when value="short">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
47 <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
48 <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
49 </when>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
50 <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
51 <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
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="long">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
54 <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
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="bam">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
57 <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
58 </when>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
59 </conditional>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
60 <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
61 </inputs>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
62 <outputs>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
63 <data format="fasta" name="output" from_work_dir="output/hapog_results/hapog.fasta"/>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
64 <data format="tsv" name="changes" from_work_dir="output/hapog_results/hapog.changes"/>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
65 </outputs>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
66 <tests>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
67 <test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
68 <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
69 <conditional name="reads">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
70 <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
71 <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
72 <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
73 </conditional>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
74 <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
75 <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
76 </test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
77 <test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
78 <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
79 <conditional name="reads">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
80 <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
81 <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
82 <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
83 </conditional>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
84 <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
85 <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
86 </test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
87 <test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
88 <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
89 <conditional name="reads">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
90 <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
91 <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
92 </conditional>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
93 <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
94 <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
95 </test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
96 <test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
97 <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
98 <conditional name="reads">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
99 <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
100 <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
101 </conditional>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
102 <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
103 <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
104 </test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
105 <test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
106 <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
107 <conditional name="reads">
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
108 <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
109 <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
110 </conditional>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
111 <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
112 <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
113 </test>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
114 </tests>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
115 <help><![CDATA[
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
116 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
117 ]]></help>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
118 <citations>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
119 <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
120 </citations>
c61bc8bb5f1e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hapog commit e0b3195d9d7ae754bcc61c50bf127e13c9b1e9dc
iuc
parents:
diff changeset
121 </tool>