Mercurial > repos > galaxy-australia > hifiasm_meta
annotate hifiasm_meta.xml @ 0:6b86c86eab26 draft
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
author | galaxy-australia |
---|---|
date | Thu, 12 Jan 2023 23:07:53 +0000 |
parents | |
children | 15dbb444df71 |
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"> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
2 <description>for metagenome assembly using Hifi reads.</description> |
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 |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
20 --lowq-10 '$read_selection.lowq_10' |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
21 --lowq-3 '$read_selection.lowq_3' |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
22 --lowq-5 '$read_selection.lowq_5' |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
23 -a '$assembly.a' |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
24 -k '$overlap_correction.k' |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
25 -o asm |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
26 -r '$overlap_correction.r' |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
27 #if '$read_selection.S': |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
28 -S |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
29 #end if |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
30 -t \${GALAXY_SLOTS:-4} |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
31 '$reads_fn' |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
32 |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
33 ]]></command> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
34 <inputs> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
35 <!-- fastq files (could be a repeat or a collection) --> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
36 <param name="reads" format="fastqsanger,fastqsanger.gz" type="data" label="HiFi reads" help="Input reads for assembly" /> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
37 <section name="read_selection" title="Read selection" expanded="false"> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
38 <param argument='-S' type="boolean" checked="true" label="Enable read selection" help="If enabled, hifiasm_meta will estimate the total number of read overlaps." /> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
39 <param argument='--lowq-10' type="integer" value='50' label="lower 10% runtime kmer frequency threshold." /> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
40 <param argument='--lowq-5' type="integer" value='50' label="lower 5% runtime kmer frequency threshold." /> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
41 <param argument='--lowq-3' type="integer" value='10' label="lower 3% runtime kmer frequency threshold." /> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
42 </section> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
43 <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
|
44 <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
|
45 <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
|
46 </section> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
47 <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
|
48 <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
|
49 </section> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
50 </inputs> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
51 <outputs> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
52 <!-- contig graph files --> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
53 <collection name="contig_graphs" type="list" label="hifiasm_meta on ${on_string}: contig graphs"> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
54 <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
|
55 <data name="Primary contigs" label="Primary contigs" from_work_dir="asm.p_ctg.gfa" format="gfa2" /> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
56 </collection> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
57 <!-- unitig graph files --> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
58 <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
|
59 <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
|
60 <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
|
61 </collection> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
62 <!-- Simplified graphs for visualisation --> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
63 <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
|
64 <discover_datasets pattern="(?P<designation>.+)\.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
|
65 </collection> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
66 </outputs> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
67 <tests> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
68 <!-- 01: basic function --> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
69 <test> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
70 <param name="reads" value="zymoD6331std-ecoli-ten-percent.42.1.fq.gz" /> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
71 <param name='S' value="False" /> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
72 <param name='r' value="1" /> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
73 <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
|
74 <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
|
75 <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
|
76 </output_collection> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
77 </test> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
78 </tests> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
79 <help><![CDATA[ |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
80 hifiasm_meta |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
81 ------------ |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
82 |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
83 de novo metagenome assembler, based on hifiasm, a haplotype-resolved de novo assembler for PacBio Hifi reads. |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
84 |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
85 |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
86 Hifiasm is an ultrafast haplotype-resolved de novo assembler for PacBio |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
87 Hifi reads. Unlike most existing assemblers, hifiasm starts from uncollapsed |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
88 genome. Thus, it is able to keep the haplotype information as much as possible. |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
89 The input of hifiasm is the PacBio Hifi reads in fasta/fastq format, and its |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
90 outputs consist of multiple types of assembly graph in GFA format. |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
91 |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
92 Hifiasm_meta is a fork of hifiasm. It comes with a read selection module, which |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
93 enables the assembly of dataset of high redundancy without compromising overall |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
94 assembly quality, and meta-centric graphcleaning modules. Currently hifiasm_meta |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
95 does not take bining info. |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
96 |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
97 -------------- |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
98 |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
99 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
|
100 `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
|
101 |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
102 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
|
103 ]]></help> |
6b86c86eab26
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 64c69504c3c9d78544ff708c1c8c819981913a7d
galaxy-australia
parents:
diff
changeset
|
104 </tool> |