annotate porechop.xml @ 0:6b572c4f2ce1 draft

planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
author jdv
date Wed, 30 Aug 2017 02:45:08 -0400
parents
children 3cf98e7f21b7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
1 <tool id="porechop" name="Porechop" version="0.2.1">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
2
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
3 <description>Demux and adapter removal of ONT reads</description>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
4
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
5 <!-- ***************************************************************** -->
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
6
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
7 <!-- not yet working with Bioconda
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
8 <requirements>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
9 <requirement type="package" version="0.2.1">porechop</requirement>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
10 </requirements>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
11 -->
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
12
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
13 <!-- ***************************************************************** -->
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
14
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
15 <version_command>porechop --version</version_command>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
16
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
17 <!-- ***************************************************************** -->
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
18
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
19 <command detect_errors="aggressive">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
20 <![CDATA[
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
21
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
22 #set filename = str($input.name)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
23
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
24 mkdir out &&
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
25
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
26 porechop
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
27
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
28 --input ${input}
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
29
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
30 #if str($demux_section.demux_options.demux) == "yes":
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
31 --barcode_dir out
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
32 #else:
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
33 --output "out/$filename"
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
34 #end if
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
35
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
36 ##if $input.is_of_type('fastq')
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
37 --format fastq
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
38 ##else:
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
39 ##--format fasta
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
40 ##end if
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
41
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
42 --threads \${GALAXY_SLOTS:-1}
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
43
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
44 ##--Demultiplex Options--------------------------
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
45
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
46 #if str($demux_section.demux_options.demux) == "yes":
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
47
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
48 --barcode_threshold $demux_section.demux_options.barcode_threshold
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
49 --barcode_diff $demux_section.demux_options.barcode_diff
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
50 $demux_section.demux_options.require_two_barcodes
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
51
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
52 #end if
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
53
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
54 ##--Adapter Trim Options--------------------------
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
55
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
56 #if str($trim_section.trim_options.trim) == "yes":
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
57
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
58 --adapter_threshold $trim_section.trim_options.adapter_threshold
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
59 --check_reads $trim_section.trim_options.check_reads
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
60 --scoring_scheme $trim_section.trim_options.scoring_scheme
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
61
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
62 --end_size $trim_section.trim_options.end_size
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
63 --end_threshold $trim_section.trim_options.end_threshold
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
64 --min_trim_size $trim_section.trim_options.min_trim_size
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
65 --extra_end_trim $trim_section.trim_options.extra_end_trim
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
66
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
67 $trim_section.trim_options.discard_middle
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
68 --middle_threshold $trim_section.trim_options.middle_threshold
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
69 --extra_middle_trim_good_side $trim_section.trim_options.extra_middle_trim_good_side
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
70 --extra_middle_trim_bad_side $trim_section.trim_options.extra_middle_trim_bad_side
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
71 --min_split_read_size $trim_section.trim_options.min_split_read_size
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
72
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
73
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
74 #else:
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
75 --untrimmed
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
76
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
77 #end if
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
78
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
79 ]]>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
80 </command>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
81
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
82 <!-- ***************************************************************** -->
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
83
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
84 <inputs>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
85
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
86 <param argument="--input" type="data" format="fastq,fasta" label="Input reads" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
87
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
88 <section name="demux_section" title="Demultiplexing Options" expanded="True">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
89 <conditional name="demux_options">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
90 <param name="demux" type="select" label="Perform demultiplexing" help="">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
91 <option value="no" selected="true">no</option>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
92 <option value="yes">yes</option>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
93 </param>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
94 <when value="no" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
95 <when value="yes">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
96 <param argument="--barcode_threshold" size="5" type="float" value="75.0" min="0" max="100" label="Barcode threshold identity" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
97 <param argument="--barcode_diff" size="5" type="float" value="5.0" min="0" max="100" label="Barcode threshold difference" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
98 <param argument="--require_two_barcodes" type="boolean" truevalue="--require_two_barcodes" falsevalue="" checked="false" label="Require two barcodes" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
99 </when>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
100 </conditional>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
101 </section>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
102
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
103 <section name="trim_section" title="Trimming Options" expanded="True">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
104 <conditional name="trim_options">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
105 <param name="trim" type="select" label="Perform adapter trimming" help="">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
106 <option value="no" selected="true">no</option>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
107 <option value="yes">yes</option>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
108 </param>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
109 <when value="no" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
110 <when value="yes">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
111 <param argument="--adapter_threshold" size="4" type="float" value="90.0" min="0" max="100" label="Adapter set threshold identity" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
112 <param argument="--check_reads" size="7" type="integer" value="10000" label="Number of reads to check to determine adapter sets" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
113 <param argument="--barcode_diff" size="4" type="float" value="5.0" min="0" max="100" label="Barcode threshold difference" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
114 <param argument="--scoring_scheme" type="text" value="3,-6,-5,-2" label="Scoring scheme" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
115 <param argument="--end_size" size="4" type="integer" value="150" label="Number of terminal bases to search" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
116 <param argument="--min_trim_size" size="4" type="integer" value="4" label="Minimum adapter match length" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
117 <param argument="--extra_end_trim" size="4" type="integer" value="2" label="Adjacent bases to trim " />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
118 <param argument="--end_threshold" size="4" type="float" value="75.0" min="0" max="100" label="End adapter trim threshold identity" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
119
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
120 <param argument="--discard_middle" type="boolean" truevalue="--discard_middle" falsevalue="" checked="false" label="Discard reads with middle adapters" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
121 <param argument="--middle_threshold" size="4" type="float" value="85.0" min="0" max="100" label="Middle adapter trim threshold identity" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
122 <param argument="--extra_middle_trim_good_side" size="4" type="integer" value="10" label="Adjacent bases to trim on good side" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
123 <param argument="--extra_middle_trim_bad_side" size="4" type="integer" value="100" label="Adjacent bases to trim on bad side" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
124 <param argument="--min_split_read_size" size="4" type="integer" value="1000" label="Minimum length of split reads to keep" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
125 </when>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
126 </conditional>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
127 </section>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
128
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
129 </inputs>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
130
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
131 <!-- ***************************************************************** -->
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
132
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
133 <outputs>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
134
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
135 <collection type="list" name="output">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
136 <discover_datasets pattern="(?P&lt;name&gt;.*)" directory="out" format="fastq" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
137 </collection>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
138
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
139 </outputs>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
140
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
141 <!-- ***************************************************************** -->
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
142
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
143 <tests>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
144 <test>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
145 <param name="input" value="test_barcodes.fastq" ftype="fastq" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
146 <param name="demux" value="yes" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
147 <output_collection name="output" type="list">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
148 <element name="BC01.fastq" file="bar1/BC01.fastq" compare="diff" decompress="true"/>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
149 <element name="BC02.fastq" file="bar1/BC02.fastq" compare="diff" decompress="true"/>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
150 <element name="BC03.fastq" file="bar1/BC03.fastq" compare="diff" decompress="true"/>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
151 <element name="none.fastq" file="bar1/none.fastq" compare="diff" decompress="true"/>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
152 </output_collection>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
153 </test>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
154 <test>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
155 <param name="input" value="test_barcodes.fastq" ftype="fastq" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
156 <param name="demux" value="yes" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
157 <param name="require_two_barcodes" value="True" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
158 <output_collection name="output" type="list">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
159 <element name="BC01.fastq" file="bar2/BC01.fastq" compare="diff" decompress="true"/>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
160 <element name="BC02.fastq" file="bar2/BC02.fastq" compare="diff" decompress="true"/>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
161 <element name="BC03.fastq" file="bar2/BC03.fastq" compare="diff" decompress="true"/>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
162 <element name="none.fastq" file="bar2/none.fastq" compare="diff" decompress="true"/>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
163 </output_collection>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
164 </test>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
165 <test>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
166 <param name="input" value="test_barcodes.fastq" ftype="fastq" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
167 <param name="demux" value="yes" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
168 <param name="trim" value="yes" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
169 <output_collection name="output" type="list">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
170 <element name="BC01.fastq" file="bar1_trim/BC01.fastq" compare="diff" decompress="true"/>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
171 <element name="BC02.fastq" file="bar1_trim/BC02.fastq" compare="diff" decompress="true"/>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
172 <element name="BC03.fastq" file="bar1_trim/BC03.fastq" compare="diff" decompress="true"/>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
173 <element name="none.fastq" file="bar1_trim/none.fastq" compare="diff" decompress="true"/>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
174 </output_collection>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
175 </test>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
176 </tests>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
177
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
178 <!-- ***************************************************************** -->
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
179
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
180 <help>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
181 <![CDATA[
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
182
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
183 **Description**
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
184
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
185 Porechop is a tool for finding and removing adapters from Oxford Nanopore
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
186 reads. Adapters on the ends of reads are trimmed off, and when a read has an
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
187 adapter in its middle, it is treated as chimeric and chopped into separate
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
188 reads. Porechop performs thorough alignments to effectively find adapters,
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
189 even at low sequence identity.
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
190
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
191 Porechop also supports demultiplexing of Nanopore reads that were barcoded
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
192 with the Native Barcoding Kit, PCR Barcoding Kit or Rapid Barcoding Kit.
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
193
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
194 **Options**
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
195 ::
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
196
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
197 *** Barcode binning settings ***
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
198
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
199 -b BARCODE_DIR, --barcode_dir BARCODE_DIR
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
200 Reads will be binned based on their barcode and saved to separate
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
201 files in this directory (incompatible with --output)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
202 --barcode_threshold BARCODE_THRESHOLD
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
203 A read must have at least this percent identity to a barcode to be
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
204 binned (default: 75.0)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
205 --barcode_diff BARCODE_DIFF If the difference between a read's best barcode identity and its
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
206 second-best barcode identity is less than this value, it will not be
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
207 put in a barcode bin (to exclude cases which are too close to call)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
208 (default: 5.0)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
209 --require_two_barcodes Reads will only be put in barcode bins if they have a strong match for
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
210 the barcode on both their start and end (default: a read can be binned
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
211 with a match at its start or end)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
212 --untrimmed Bin reads but do not trim the ends (appropriate if reads are to be
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
213 used with Nanopolish) (default: False)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
214
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
215 *** Adapter search settings ***
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
216
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
217 --adapter_threshold ADAPTER_THRESHOLD
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
218 An adapter set has to have at least this percent identity to be
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
219 labelled as present and trimmed off (0 to 100) (default: 90.0)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
220 --check_reads CHECK_READS This many reads will be aligned to all possible adapters to determine
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
221 which adapter sets are present (default: 10000)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
222 --scoring_scheme SCORING_SCHEME Comma-delimited string of alignment scores: match,mismatch, gap open,
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
223 gap extend (default: 3,-6,-5,-2)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
224
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
225 *** End adapter settings ***
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
226
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
227 --end_size END_SIZE The number of base pairs at each end of the read which will be
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
228 searched for adapter sequences (default: 150)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
229 --min_trim_size MIN_TRIM_SIZE Adapter alignments smaller than this will be ignored (default: 4)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
230 --extra_end_trim EXTRA_END_TRIM This many additional bases will be removed next to adapters found at
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
231 the ends of reads (default: 2)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
232 --end_threshold END_THRESHOLD Adapters at the ends of reads must have at least this percent identity
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
233 to be removed (0 to 100) (default: 75.0)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
234
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
235 *** Middle adapter settings ***
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
236
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
237 --discard_middle Reads with middle adapters will be discarded (default: reads with
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
238 middle adapters are split) (this option is on by default when
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
239 outputting reads into barcode bins)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
240 --middle_threshold MIDDLE_THRESHOLD
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
241 Adapters in the middle of reads must have at least this percent
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
242 identity to be found (0 to 100) (default: 85.0)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
243 --extra_middle_trim_good_side EXTRA_MIDDLE_TRIM_GOOD_SIDE
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
244 This many additional bases will be removed next to middle adapters on
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
245 their "good" side (default: 10)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
246 --extra_middle_trim_bad_side EXTRA_MIDDLE_TRIM_BAD_SIDE
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
247 This many additional bases will be removed next to middle adapters on
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
248 their "bad" side (default: 100)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
249 --min_split_read_size MIN_SPLIT_READ_SIZE
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
250 Post-split read pieces smaller than this many base pairs will not be
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
251 outputted (default: 1000)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
252
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
253
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
254 ]]>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
255 </help>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
256
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
257 <!-- ***************************************************************** -->
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
258
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
259 <citations>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
260 </citations>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
261
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
262 </tool>