annotate pacu_snp.xml @ 0:7ba3e44093c9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
author iuc
date Tue, 13 Aug 2024 13:45:25 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
1 <tool id="pacu_snp" name="PACU" version="@VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
2 <description>whole genome sequencing based phylogeny of Illumina and ONT R9/R10 data</description>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
3 <macros>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
4 <import>macros.xml</import>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
5 </macros>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
6 <expand macro='xrefs'/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
8 <expand macro="version_command"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
9 <command detect_errors="exit_code">
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
10 <![CDATA[
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
11 PACU_galaxy
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
12
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
13 ## Input files
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
14 --ref-fasta '$input.ref_fasta'
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
15 --ref-fasta-name '$input.ref_fasta.element_identifier'
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
16
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
17 #for $bam in $input.bam_ilmn:
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
18 #if $bam:
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
19 --bam-ilmn $bam '$bam.element_identifier'
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
20 #end if
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
21 #end for
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
22
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
23 #for $bam in $input.bam_ont:
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
24 #if $bam:
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
25 --bam-ont $bam '$bam.element_identifier'
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
26 #end if
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
27 #end for
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
28
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
29 ## Excluded regions
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
30 #if $input.ref_bed:
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
31 --ref-bed $input.ref_bed
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
32 #end if
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
33
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
34 ## Tree building method
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
35 #if $params.tree_method == 'mega':
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
36 --use-mega
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
37 #end if
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
38
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
39 ## Other parameters
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
40 --min-global-depth $params.min_global_depth
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
41 $params.skip_gubbins
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
42
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
43 ## Output files
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
44 --output-html '$html'
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
45 --output '$html.files_path'
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
46
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
47 ## Variant filters
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
48 --min-snp-af $filtering.min_snp_af
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
49 --min-snp-qual $filtering.min_snp_qual
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
50 --min-snp-depth $filtering.min_snp_depth
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
51 --min-snp-dist $filtering.min_snp_dist
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
52
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
53 ## Other options
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
54 --threads \${GALAXY_SLOTS}
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
55 ]]>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
56 </command>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
57 <inputs>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
58 <!-- Input files -->
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
59 <section name="input" title="Input files" expanded="true">
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
60 <param argument="--ref-fasta" type="data" format="fasta" label="Reference genome"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
61 <param argument="--bam-ilmn" type="data" format="bam" multiple="true" optional="true"
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
62 label="BAM files (Illumina)"
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
63 help="Make sure the reads are mapped to the reference selected above."/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
64 <param argument="--bam-ont" type="data" format="bam" multiple="true" optional="true" label="BAM files (ONT)"
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
65 help="Make sure the reads are mapped to the reference selected above."/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
66 <param argument="--ref-bed" type="data" format="bed" optional="true" label="Excluded regions BED file" help="BED file with (pro)phage or other regions in the reference genome to be omitted from the SNP analysis."/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
67 </section>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
68
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
69 <!-- Parameters -->
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
70 <section name="params" title="Parameters" expanded="False">
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
71 <param name="tree_method" type="select" label="Tree building method"
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
72 help="MEGA is not part of the Conda installation and may be unavailable.">
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
73 <option value="iqtree" selected="true">IQ-TREE</option>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
74 <option value="mega">MEGA X</option>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
75 </param>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
76 <param argument="--skip-gubbins" type="boolean" label="Skip Gubbins" checked="false"
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
77 truevalue="--skip-gubbins" falsevalue=""
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
78 help="Skips recombination detection using Gubbins, this option can be used to work with fragmented reference genomes."/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
79 <param argument="--min-global-depth" type="integer" label="Min. global depth" value="5" min="0" max="100"
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
80 help="Minimum depth across all samples for a position to be included in the SNP analysis."/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
81 </section>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
82
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
83 <!-- Variant filtering -->
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
84 <section name="filtering" title="Variant filters" expanded="false">
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
85 <param argument="--min-snp-af" type="float" value="0.66" min="0.0" max="1.0" label="Min. allele frequency"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
86 <param argument="--min-snp-depth" type="integer" value="5" min="0" label="Min. depth"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
87 <param argument="--min-snp-qual" type="integer" value="50" min="0" max="255" label="Min. SNP quality"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
88 <param argument="--min-snp-dist" type="integer" value="10" min="0" max="100"
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
89 label="Min. distance between SNPs"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
90 </section>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
91 </inputs>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
92
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
93 <outputs>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
94 <data name="html" format="html" label="PACU (${input.ref_fasta.element_identifier})"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
95 </outputs>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
96 <tests>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
97 <test>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
98 <section name="input">
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
99 <param name="ref_fasta" value="NC_002695.2-subset.fasta"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
100 <param name="bam_ilmn" value="TIAC1151.bam,TIAC1153.bam,TIAC1660.bam"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
101 <param name="bam_ont" value="TIAC1638-R9-ds.bam,TIAC1151-R10-ds.bam"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
102 </section>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
103 <section name="params">
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
104 <param name="tree_method" value="iqtree"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
105 </section>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
106 <output name="html" ftype="html">
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
107 <assert_contents>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
108 <has_text text="PACU report"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
109 </assert_contents>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
110 </output>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
111 </test>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
112 <test>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
113 <section name="input">
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
114 <param name="ref_fasta" value="NC_002695.2-subset.fasta"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
115 <param name="ref_bed" value="NC_002695.2-sample.bed"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
116 <param name="bam_ilmn" value="TIAC1151.bam,TIAC1153.bam,TIAC1660.bam"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
117 <param name="bam_ont" value="TIAC1638-R9-ds.bam,TIAC1151-R10-ds.bam"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
118 </section>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
119 <section name="params">
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
120 <param name="tree_method" value="iqtree"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
121 </section>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
122 <output name="html" ftype="html">
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
123 <assert_contents>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
124 <has_text text="PACU report"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
125 </assert_contents>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
126 </output>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
127 </test>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
128 </tests>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
129 <help>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
130 **Warning:** At least four input BAM files are required for bootstrapping (these can be a mix of Illumina / ONT
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
131 datasets).
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
132
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
133 **Note:** You can use the *'PACU - mapping'* tool in Galaxy to map Illumina or ONT reads to the reference
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
134 genome.
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
135 </help>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
136 <expand macro="citations"/>
7ba3e44093c9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff changeset
137 </tool>