annotate hifiasm_meta.xml @ 2:fa35f1106d3e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
author iuc
date Mon, 06 Feb 2023 12:20:38 +0000
parents 15dbb444df71
children 213df31ba341
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
1 <tool id="hifiasm_meta" name="Hifiasm_meta" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT">
1
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
2 <description>for metagenome assembly using Hifi reads</description>
0
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
3 <macros>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
4 <import>macros.xml</import>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
5 </macros>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
6 <expand macro="requirements"/>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
8 ##################
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
9 ## SET UP FILES ##
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
10 ##################
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
11
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
12 #set reads_fn = 'reads.' + $reads.ext
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
13 ln -s '$reads' '$reads_fn' &&
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
14
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
15 #################
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
16 ## RUN HIFIASM ##
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
17 #################
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
18
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
19 hifiasm_meta
2
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
20
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
21 ## bloom filter parameter
1
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
22 #if $f:
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
23 -f '$f'
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
24 #end if
2
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
25
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
26 ## read selection parameters
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
27 #if $read_selection.forced_read_selection.force_rs == "yes":
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
28 --force-rs
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
29 --lowq-10 '$read_selection.forced_read_selection.lowq_10'
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
30 --lowq-3 '$read_selection.forced_read_selection.lowq_3'
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
31 --lowq-5 '$read_selection.forced_read_selection.lowq_5'
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
32 #else
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
33 $read_selection.forced_read_selection.S
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
34 #end if
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
35
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
36 -a '$assembly.a'
0
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
37 -k '$overlap_correction.k'
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
38 -o asm
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
39 -r '$overlap_correction.r'
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
40 -t \${GALAXY_SLOTS:-4}
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
41 '$reads_fn'
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
42
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
43 ]]></command>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
44 <inputs>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
45 <param name="reads" format="fastqsanger,fastqsanger.gz" type="data" label="HiFi reads" help="Input reads for assembly" />
1
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
46 <!-- This hidden parameter is only used to save RAM for planemo test. -->
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
47 <!-- See https://github.com/galaxyproject/tools-iuc/pull/5033#issuecomment-1382915060 -->
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
48 <param type="hidden" optional="true" argument="-f" />
0
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
49 <section name="read_selection" title="Read selection" expanded="false">
2
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
50 <conditional name="forced_read_selection">
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
51 <param argument="--force-rs" type="select" label="Force read selection" help="Drop reads according to configurable runtime kmer frequency thresholds">
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
52 <option value="no" selected="true">No</option>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
53 <option value="yes">Yes</option>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
54 </param>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
55 <when value="yes">
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
56 <param argument='--lowq-10' type="integer" value='50' label="Lower 10% runtime kmer frequency threshold" />
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
57 <param argument='--lowq-5' type="integer" value='50' label="Lower 5% runtime kmer frequency threshold" />
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
58 <param argument='--lowq-3' type="integer" value='10' label="Lower 3% runtime kmer frequency threshold" />
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
59 </when>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
60 <when value="no">
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
61 <param argument='-S' type="boolean" checked="false" truevalue="-S" falsevalue="" label="Enable read selection" help="If enabled, hifiasm_meta will estimate the total number of read overlaps. If the estimation seems acceptable, no read will be dropped; otherwise, reads will be dropped from the most redundant ones until the criteria are satisfied. This can only be enabled if forced read selection is disabled." />
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
62 </when>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
63 </conditional>
0
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
64 </section>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
65 <section name="overlap_correction" title="Overlap/Error correction" expanded="false">
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
66 <param argument='-k' type="integer" value='51' min="1" max="63" label="k-mer length" />
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
67 <param argument='-r' type="integer" value='3' min="1" max="10" label="rounds of correction" />
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
68 </section>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
69 <section name="assembly" title="Assembly" expanded="false">
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
70 <param argument='-a' type="integer" value='4' min="1" max="10" label="rounds of assembly cleaning" />
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
71 </section>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
72 </inputs>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
73 <outputs>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
74 <!-- contig graph files -->
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
75 <collection name="contig_graphs" type="list" label="hifiasm_meta on ${on_string}: contig graphs">
1
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
76 <data name="Primary contigs" label="Primary contigs" from_work_dir="asm.p_ctg.gfa" format="gfa2" />
0
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
77 <data name="Alternate contigs" label="Alternate contigs" from_work_dir="asm.a_ctg.gfa" format="gfa2" />
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
78 </collection>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
79 <!-- unitig graph files -->
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
80 <collection name="unitig_graphs" type="list" label="hifiasm_meta on ${on_string}: unitig graphs">
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
81 <data name="Raw unitigs" label="Raw unitigs" from_work_dir="asm.r_utg.gfa" format="gfa2" />
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
82 <data name="Processed unitigs" label="Processed unitigs" from_work_dir="asm.p_utg.gfa" format="gfa2" />
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
83 </collection>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
84 <!-- Simplified graphs for visualisation -->
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
85 <collection name="simple_graphs" type="list" label="hifiasm_meta on ${on_string}: graphs for visualisation">
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
86 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.noseq.gfa" format="gfa2" visible="false" />
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
87 </collection>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
88 </outputs>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
89 <tests>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
90 <!-- 01: basic function -->
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
91 <test>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
92 <param name="reads" value="zymoD6331std-ecoli-ten-percent.42.1.fq.gz" />
1
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
93 <param name='f' value="0" />
0
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
94 <output_collection name="contig_graphs" type="list">
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
95 <element name="Primary contigs" file="asm.p_ctg.gfa"/>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
96 <element name="Alternate contigs" file="asm.a_ctg.gfa"/>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
97 </output_collection>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
98 </test>
2
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
99 <!-- 02: forced read selection -->
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
100 <test>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
101 <param name="reads" value="tiny.fa.gz" />
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
102 <param name='f' value="0" />
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
103 <param name='force_rs' value='yes' />
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
104 <output_collection name="contig_graphs" type="list">
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
105 <element name="Primary contigs">
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
106 <assert_contents>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
107 <has_size value="93053" delta="30000" />
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
108 </assert_contents>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
109 </element>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
110 </output_collection>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
111 </test>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
112 <!-- 03: read selection -->
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
113 <test>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
114 <param name="reads" value="zymoD6331std-ecoli-ten-percent.42.1.fq.gz" />
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
115 <param name='f' value="0" />
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
116 <param name='force_rs' value='no' />
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
117 <param name='S' value='true' />
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
118 <output_collection name="contig_graphs" type="list">
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
119 <element name="Primary contigs" file="S.p_ctg.gfa"/>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
120 <element name="Alternate contigs" file="S.a_ctg.gfa"/>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
121 </output_collection>
fa35f1106d3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
iuc
parents: 1
diff changeset
122 </test>
0
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
123 </tests>
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
124 <help><![CDATA[
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
125 hifiasm_meta
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
126 ------------
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
127
1
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
128 de novo metagenome assembler, based on hifiasm, a haplotype-resolved de novo
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
129 assembler for PacBio Hifi reads.
0
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
130
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
131
1
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
132 Hifiasm is an ultrafast haplotype-resolved de novo assembler for PacBio Hifi
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
133 reads. Unlike most existing assemblers, hifiasm starts from uncollapsed
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
134 genome. Thus, it is able to keep the haplotype information as much as
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
135 possible. The input of hifiasm is the PacBio Hifi reads in fasta/fastq
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
136 format, and its outputs consist of multiple types of assembly graph in GFA
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
137 format.
0
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
138
1
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
139 Hifiasm_meta is a fork of hifiasm. It comes with a read selection module,
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
140 which enables the assembly of dataset of high redundancy without compromising
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
141 overall assembly quality, and meta-centric graphcleaning modules. Currently
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
142 hifiasm_meta does not take binning info.
0
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
143
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
144 --------------
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
145
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
146 hifiasm_meta's home page is
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
147 `xfengnefx/hifiasm-meta <https://github.com/xfengnefx/hifiasm-meta>`__.
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
148
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
149 This tool was wrapped by the Galaxy Australia team.
6b86c86eab26 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff changeset
150 ]]></help>
1
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
151 <expand macro="citations"/>
15dbb444df71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
iuc
parents: 0
diff changeset
152 </tool>