annotate porechop.xml @ 9:e3ad639c692a draft

planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
author jdv
date Fri, 01 Dec 2017 21:27:15 -0500
parents 852b3fe95c20
children 0cb1ba651e9e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
15e64c5938e6 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 083a08f96c17f3116dce1dc1573192860f41ed70-dirty
jdv
parents: 4
diff changeset
1 <tool id="porechop" name="Porechop" version="0.2.2">
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
2
1
3cf98e7f21b7 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 5c77d22b71a174dcbda8bb8f5780a12051337af4-dirty
jdv
parents: 0
diff changeset
3 <description>Demux and adapter removal</description>
0
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
2
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
30 --format ${out_format}
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
31
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
32 #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
33 --barcode_dir out
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
34 #else:
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
35 --output "out/$filename"
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
36 #end if
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
37
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
38 --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
39
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
40 ##--Demultiplex Options--------------------------
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 #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
43
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
44 --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
45 --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
46 $demux_section.demux_options.require_two_barcodes
4
40232a4e5a04 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 2a0c81f39a2d50819a327cb889f336b136612d60-dirty
jdv
parents: 3
diff changeset
47 $demux_section.demux_options.discard_unassigned
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
48
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
49 #end if
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
50
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
51 ##--Adapter Trim Options--------------------------
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
52
8
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
53 #if str($trim_section.trim) == "no":
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
54 --untrimmed
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
55 #end if
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
56
8
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
57 --adapter_threshold $adapter_section.adapter_threshold
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
58 --check_reads $adapter_section.check_reads
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
59 --scoring_scheme $adapter_section.scoring_scheme
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
60
8
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
61 --end_size $adapter_section.end_size
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
62 --end_threshold $adapter_section.end_threshold
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
63 --min_trim_size $adapter_section.min_trim_size
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
64 --extra_end_trim $adapter_section.extra_end_trim
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
65
8
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
66 $adapter_section.discard_middle
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
67 --middle_threshold $adapter_section.middle_threshold
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
68 --extra_middle_trim_good_side $adapter_section.extra_middle_trim_good_side
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
69 --extra_middle_trim_bad_side $adapter_section.extra_middle_trim_bad_side
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
70 --min_split_read_size $adapter_section.min_split_read_size
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
71
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
72
3
80408ff0c1f5 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 2a0c81f39a2d50819a327cb889f336b136612d60
jdv
parents: 2
diff changeset
73 | perl $__tool_directory__/porechop_summarize.pl
80408ff0c1f5 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 2a0c81f39a2d50819a327cb889f336b136612d60
jdv
parents: 2
diff changeset
74 > $result_table
80408ff0c1f5 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 2a0c81f39a2d50819a327cb889f336b136612d60
jdv
parents: 2
diff changeset
75
0
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 </command>
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
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
81 <inputs>
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 <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
84
2
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
85 <param name="out_format" type="select" label="Output format">
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
86 <option value="fastq" selected="true">fastq</option>
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
87 <option value="fasta">fasta</option>
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
88 </param>
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
89
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
90 <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
91 <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
92 <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
93 <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
94 <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
95 </param>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
96 <when value="no" />
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
97 <when value="yes">
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
98 <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
99 <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
100 <param argument="--require_two_barcodes" type="boolean" truevalue="--require_two_barcodes" falsevalue="" checked="false" label="Require two barcodes" />
4
40232a4e5a04 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 2a0c81f39a2d50819a327cb889f336b136612d60-dirty
jdv
parents: 3
diff changeset
101 <param argument="--discard_unassigned" type="boolean" truevalue="--discard_unassigned" falsevalue="" checked="false" label="Discard unassigned reads" />
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
102 </when>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
103 </conditional>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
104 </section>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
105
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
106 <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
107 <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
108 <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
109 <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
110 </param>
8
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
111 </section>
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
112 <section name="adapter_section" title="Adapter Options" expanded="False">
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
113 <param argument="--adapter_threshold" size="4" type="float" value="90.0" min="0" max="100" label="Adapter set threshold identity" />
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
114 <param argument="--check_reads" size="7" type="integer" value="10000" label="Number of reads to check to determine adapter sets" />
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
115 <param argument="--scoring_scheme" type="text" value="3,-6,-5,-2" label="Scoring scheme" />
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
116 <param argument="--end_size" size="4" type="integer" value="150" label="Number of terminal bases to search" />
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
117 <param argument="--min_trim_size" size="4" type="integer" value="4" label="Minimum adapter match length" />
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
118 <param argument="--extra_end_trim" size="4" type="integer" value="2" label="Adjacent bases to trim " />
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
119 <param argument="--end_threshold" size="4" type="float" value="75.0" min="0" max="100" label="End adapter trim threshold identity" />
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
120
8
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
121 <param argument="--discard_middle" type="boolean" truevalue="--discard_middle" falsevalue="" checked="false" label="Discard reads with middle adapters" />
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
122 <param argument="--middle_threshold" size="4" type="float" value="85.0" min="0" max="100" label="Middle adapter trim threshold identity" />
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
123 <param argument="--extra_middle_trim_good_side" size="4" type="integer" value="10" label="Adjacent bases to trim on good side" />
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
124 <param argument="--extra_middle_trim_bad_side" size="4" type="integer" value="100" label="Adjacent bases to trim on bad side" />
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
125 <param argument="--min_split_read_size" size="4" type="integer" value="1000" label="Minimum length of split reads to keep" />
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
126 </section>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
127
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
128 </inputs>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
129
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 <outputs>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
133
2
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
134 <collection type="list" name="output_collection_fastq" label="${tool.name} on ${on_string}">
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
135 <filter>out_format == 'fastq'</filter>
9
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
136 <filter>demux_section['demux_options']['demux'] == 'yes'</filter>
7
18d17a5bfe11 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit da020fbee6e2bd91bc4a8d0850dc601db34ac82b
jdv
parents: 6
diff changeset
137 <discover_datasets pattern="__designation_and_ext__" directory="out" format="fastqsanger" />
2
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
138 </collection>
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
139 <collection type="list" name="output_collection_fasta" label="${tool.name} on ${on_string}">
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
140 <filter>out_format == 'fasta'</filter>
9
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
141 <filter>demux_section['demux_options']['demux'] == 'yes'</filter>
7
18d17a5bfe11 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit da020fbee6e2bd91bc4a8d0850dc601db34ac82b
jdv
parents: 6
diff changeset
142 <discover_datasets pattern="__designation_and_ext__" directory="out" format="fasta" />
2
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
143 </collection>
9
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
144 <data format="fastq" name="ouput_fastq">
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
145 <discover_datasets directory='out' pattern="(?P&lt;designation&gt;.+)" ext="fastq" visible="true" assign_primary_output="true" />
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
146 <filter>out_format == 'fastq'</filter>
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
147 <filter>demux_section['demux_options']['demux'] == 'no'</filter>
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
148 </data>
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
149 <data format="fasta" name="ouput_fasta">
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
150 <discover_datasets directory='out' pattern="(?P&lt;designation&gt;.+)" ext="fasta" visible="true" assign_primary_output="true" />
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
151 <filter>out_format == 'fasta'</filter>
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
152 <filter>demux_section['demux_options']['demux'] == 'no'</filter>
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
153 </data>
2
f84a33bc5c3e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 19e515145381f7a8b16662e33678df7087019f19
jdv
parents: 1
diff changeset
154
7
18d17a5bfe11 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit da020fbee6e2bd91bc4a8d0850dc601db34ac82b
jdv
parents: 6
diff changeset
155 <data format="tabular" name="result_table" label="${tool.name} on ${on_string} (summary)" />
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
156 </outputs>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
157
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
158 <!-- ***************************************************************** -->
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
159
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
160 <tests>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
161 <test>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
162 <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
163 <param name="demux" value="yes" />
6
15e64c5938e6 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 083a08f96c17f3116dce1dc1573192860f41ed70-dirty
jdv
parents: 4
diff changeset
164 <output_collection name="output_collection_fastq" type="list" count="4">
8
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
165 <element name="BC01" file="bar1/BC01.fastq" compare="diff" decompress="true"/>
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
166 <element name="BC02" file="bar1/BC02.fastq" compare="diff" decompress="true"/>
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
167 <element name="BC03" file="bar1/BC03.fastq" compare="diff" decompress="true"/>
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
168 <element name="none" file="bar1/none.fastq" compare="diff" decompress="true"/>
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
169 </output_collection>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
170 </test>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
171 <test>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
172 <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
173 <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
174 <param name="require_two_barcodes" value="True" />
6
15e64c5938e6 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 083a08f96c17f3116dce1dc1573192860f41ed70-dirty
jdv
parents: 4
diff changeset
175 <output_collection name="output_collection_fastq" type="list" count="4">
8
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
176 <element name="BC01" file="bar2/BC01.fastq" compare="diff" decompress="true"/>
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
177 <element name="BC02" file="bar2/BC02.fastq" compare="diff" decompress="true"/>
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
178 <element name="BC03" file="bar2/BC03.fastq" compare="diff" decompress="true"/>
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
179 <element name="none" file="bar2/none.fastq" compare="diff" decompress="true"/>
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
180 </output_collection>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
181 </test>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
182 <test>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
183 <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
184 <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
185 <param name="trim" value="yes" />
6
15e64c5938e6 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 083a08f96c17f3116dce1dc1573192860f41ed70-dirty
jdv
parents: 4
diff changeset
186 <param name="discard_unassigned" value="yes" />
15e64c5938e6 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 083a08f96c17f3116dce1dc1573192860f41ed70-dirty
jdv
parents: 4
diff changeset
187 <output_collection name="output_collection_fastq" type="list" count="3">
8
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
188 <element name="BC01" file="bar1_trim/BC01.fastq" compare="diff" decompress="true"/>
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
189 <element name="BC02" file="bar1_trim/BC02.fastq" compare="diff" decompress="true"/>
852b3fe95c20 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit aa6136c5fa32b987f64bd2b0dc1f72018038b0bb
jdv
parents: 7
diff changeset
190 <element name="BC03" file="bar1_trim/BC03.fastq" compare="diff" decompress="true"/>
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
191 </output_collection>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
192 </test>
9
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
193 <test>
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
194 <param name="input" value="test_barcodes.fastq" ftype="fastq" />
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
195 <param name="demux" value="no" />
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
196 <param name="trim" value="yes" />
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
197 <param name="out_format" value="fasta" />
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
198 <output name="output_fasta" file="no_demux.fasta" compare="diff" />
e3ad639c692a planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty
jdv
parents: 8
diff changeset
199 </test>
0
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
200 </tests>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
201
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
202 <!-- ***************************************************************** -->
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
203
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
204 <help>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
205 <![CDATA[
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
206
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
207 **Description**
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
208
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
209 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
210 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
211 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
212 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
213 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
214
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
215 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
216 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
217
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
218 **Options**
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
219 ::
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
220
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
221 *** Barcode binning settings ***
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
222
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
223 -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
224 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
225 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
226 --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
227 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
228 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
229 --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
230 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
231 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
232 (default: 5.0)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
233 --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
234 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
235 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
236 --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
237 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
238
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
239 *** Adapter search settings ***
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
240
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
241 --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
242 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
243 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
244 --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
245 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
246 --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
247 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
248
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
249 *** End adapter settings ***
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
250
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
251 --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
252 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
253 --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
254 --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
255 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
256 --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
257 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
258
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
259 *** Middle adapter settings ***
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
260
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
261 --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
262 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
263 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
264 --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
265 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
266 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
267 --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
268 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
269 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
270 --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
271 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
272 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
273 --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
274 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
275 outputted (default: 1000)
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
276
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
277
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
278 ]]>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
279 </help>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
280
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
281 <!-- ***************************************************************** -->
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
282
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
283 <citations>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
284 </citations>
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
285
6b572c4f2ce1 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit bf5788ad5a3293446a50a3246b44ba09174c9b71
jdv
parents:
diff changeset
286 </tool>