annotate hifiadapterfilt.xml @ 2:03acc0e3772e draft default tip

"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit db087ed782a52833a02df3bfef0793b4dd909081"
author galaxy-australia
date Wed, 16 Nov 2022 06:19:15 +0000
parents 41f5b4a4eac0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
1 <tool id="hifiadapterfilt" name="HiFi Adapter Filter" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" >
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
2 <description>Remove CCS reads with remnant PacBio adapter sequences</description>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
3 <xrefs>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
4 <xref type='bio.tools'>hifiadapterfilt</xref>
1
41f5b4a4eac0 "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 8b04bda034e2e05436e15c066fde316098714aa3"
galaxy-australia
parents: 0
diff changeset
5 </xrefs>
0
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
6 <macros>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
7 <import>macros.xml</import>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
8 </macros>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
9 <expand macro="requirements" />
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
10 <expand macro="stdio" />
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
11 <command><![CDATA[
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
12
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
13 #if $input_file.is_of_type("fastq.gz"):
2
03acc0e3772e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit db087ed782a52833a02df3bfef0793b4dd909081"
galaxy-australia
parents: 1
diff changeset
14 #set $inputfile = "input" + '.fastq.gz'
03acc0e3772e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit db087ed782a52833a02df3bfef0793b4dd909081"
galaxy-australia
parents: 1
diff changeset
15 #set prefix = "input"
0
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
16 #elif $input_file.is_of_type("fastq"):
2
03acc0e3772e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit db087ed782a52833a02df3bfef0793b4dd909081"
galaxy-australia
parents: 1
diff changeset
17 #set $inputfile = "input" + '.fastq'
03acc0e3772e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit db087ed782a52833a02df3bfef0793b4dd909081"
galaxy-australia
parents: 1
diff changeset
18 #set prefix = "input"
0
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
19 #elif $input_file.is_of_type("bam"):
2
03acc0e3772e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit db087ed782a52833a02df3bfef0793b4dd909081"
galaxy-australia
parents: 1
diff changeset
20 #set $inputfile = "input" + '.bam'
03acc0e3772e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit db087ed782a52833a02df3bfef0793b4dd909081"
galaxy-australia
parents: 1
diff changeset
21 #set prefix = "input"
0
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
22 #end if
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
23 ln -s '${input_file}' '${inputfile}' &&
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
24
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
25 bash pbadapterfilt.sh
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
26 -p '$prefix'
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
27 -l '$match_length'
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
28 -m '$match_percentage'
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
29 -t\${GALAXY_SLOTS:-4}
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
30 -o .
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
31 && cp '$prefix'.filt.fastq.gz '$cleanfastq'
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
32 && cp '$prefix'.contaminant.blastout '$blastout'
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
33 && cp '$prefix'.blocklist '$blocklist'
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
34 && cp '$prefix'.stats '$stats'
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
35 ]]></command>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
36 <inputs>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
37 <param name="input_file" type="data" format="bam,fastq,fastq.gz" label="Input HiFi Reads" help="HiFi reads"/>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
38 <param argument="-l" name="match_length" type="integer" value="44" label="minimum length of adapter match to remove. Default=44" />
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
39 <param argument="-m" name="match_percentage" type="integer" value="97" label="minimum percent Match of adapter to remove. Default=97" />
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
40 </inputs>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
41 <outputs>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
42 <data name="cleanfastq" format="fastq.gz" label="${tool.name} on ${on_string}: clean reads"/>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
43 <data name="blastout" format="tabular" label="${tool.name} on ${on_string}: contaminant blastout"/>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
44 <data name="blocklist" format="txt" label="${tool.name} on ${on_string}: blocklist"/>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
45 <data name="stats" format="txt" label="${tool.name} on ${on_string}: contaminant statistic"/>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
46 </outputs>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
47
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
48 <tests>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
49 <test>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
50 <!-- #1 test with common parameters -->
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
51 <param name="input_file" value="combine.fastq.gz" ftype="fastq.gz"/>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
52 <param name="l" value="44" />
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
53 <param name="m" value="97" />
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
54 <output name="cleanfastq" file="combine.filt.fastq.gz" ftype="fastq.gz" decompress="true" />
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
55 <output name="blastout" file="combine.contaminant.blastout" ftype="tabular" />
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
56 <output name="blocklist" file="combine.blocklist" ftype="txt" />
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
57 </test>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
58 </tests>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
59 <help><![CDATA[
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
60
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
61 .. class:: infomark
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
62
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
63 **What it does**
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
64
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
65 *Convert .bam to .fastq and remove reads with remnant PacBio adapter sequences*
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
66
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
67 **Input**
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
68
1
41f5b4a4eac0 "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 8b04bda034e2e05436e15c066fde316098714aa3"
galaxy-australia
parents: 0
diff changeset
69 - input file - FASTQ and BAM. Also, gzipped versions of FASTQ.
0
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
70
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
71 **Example:**
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
72
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
73 - bash pbadapterfilt.sh [ -p file Prefix ] [ -l minimum Length of adapter match to remove. Default=44 ] [ -m minimum percent Match of adapter to remove. Default=97 ] [ -t Number of threads for blastn. Default=8 ] [ -o outdirectory prefix Default=. ]
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
74
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
75 **Output**
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
76
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
77 - {prefix}.contaminant.blastout (Output of BLAST search)
1
41f5b4a4eac0 "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 8b04bda034e2e05436e15c066fde316098714aa3"
galaxy-australia
parents: 0
diff changeset
78 - {prefix}.blocklist (Headers of PacBio adapter contaminated reads to be removed)
41f5b4a4eac0 "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 8b04bda034e2e05436e15c066fde316098714aa3"
galaxy-australia
parents: 0
diff changeset
79 - {prefix}.filt.fastq.gz (Fastq reads free of PacBio adapter sequence ready for assembly)
41f5b4a4eac0 "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 8b04bda034e2e05436e15c066fde316098714aa3"
galaxy-australia
parents: 0
diff changeset
80 - {prefix}.stats (File with simple statistics for the number of reads removed, etc)
0
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
81
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
82
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
83 .. class:: infomark
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
84
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
85 **Contributor**
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
86
2
03acc0e3772e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit db087ed782a52833a02df3bfef0793b4dd909081"
galaxy-australia
parents: 1
diff changeset
87 Galaxy Australia wrapped the HiFiadapterFilt: the original software is available in this `Github repository <https://github.com/sheinasim/HiFiAdapterFilt>`_.
1
41f5b4a4eac0 "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 8b04bda034e2e05436e15c066fde316098714aa3"
galaxy-australia
parents: 0
diff changeset
88
0
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
89 **References**
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
90
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
91 ]]></help>
1
41f5b4a4eac0 "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 8b04bda034e2e05436e15c066fde316098714aa3"
galaxy-australia
parents: 0
diff changeset
92
0
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
93 <citations>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
94 <citation type="doi">DOI: 10.1186/s12864-022-08375-1</citation>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
95 </citations>
bbc2060caa0e "planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff changeset
96 </tool>