annotate extract_barcodes.xml @ 2:88b6e9b6e0aa draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit c845cb240f57663cf1e2240c5c506ea0b294872c"
author iuc
date Thu, 05 Dec 2019 12:31:03 +0000
parents 4cef836d3ae4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
88b6e9b6e0aa "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit c845cb240f57663cf1e2240c5c506ea0b294872c"
iuc
parents: 0
diff changeset
1 <tool id="qiime_extract_barcodes" name="Format Fastq sequences and barcode data" version="@WRAPPER_VERSION@.0" profile="@PROFILE@">
0
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
2 <description>(extract_barcodes)</description>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
3 <macros>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
4 <import>macros.xml</import>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
5 </macros>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
6 <expand macro="requirements"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
7 <version_command>extract_barcodes.py --version</version_command>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
8 <command detect_errors="aggressive"><![CDATA[
2
88b6e9b6e0aa "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit c845cb240f57663cf1e2240c5c506ea0b294872c"
iuc
parents: 0
diff changeset
9 @MPLBACKEND@
0
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
10 extract_barcodes.py
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
11 --fastq1 '$fastq1'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
12 --bc1_len '$bc1_len'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
13 $rev_comp_bc1
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
14 --input_type '$type.input_type'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
15 #if $type.input_type == 'barcode_paired_end'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
16 --fastq2 '$type.fastq2'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
17 $type.rev_comp_bc2
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
18 --bc2_len '$type.bc2_len'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
19 #elif $type.input_type == 'barcode_paired_stitched'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
20 $type.switch_bc_order
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
21 #if '$type.bc2_len' != ''
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
22 --bc2_len '$type.bc2_len'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
23 #end if
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
24 #elif $type.input_type == 'barcode_in_label'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
25 --char_delineator '$type.char_delineator'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
26 #if $type.fastq2
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
27 --fastq2 '$type.fastq2'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
28 $type.rev_comp_bc2
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
29 #if '$type.bc2_len' != ''
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
30 --bc2_len '$type.bc2_len'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
31 #end if
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
32 #end if
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
33 #end if
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
34 -o extract_barcodes
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
35 #if $mapping_fp
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
36 --mapping_fp '$mapping_fp'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
37 #end if
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
38 $attempt_read_reorientation
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
39 $disable_header_match
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
40 ]]></command>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
41 <inputs>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
42 <param argument="--fastq1" type="data" format="fastq,fastqsanger,fastqsolexa" label="Input fastq filepath" help="This file is considered read 1"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
43 <param argument="--rev_comp_bc1" type="boolean" truevalue="--rev_comp_bc1" falsevalue="" checked="False" label="Reverse complement barcode 1 before writing?"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
44 <param argument="--bc1_len" type="integer" value="6" label="Length, in base pairs, of barcode 1" help="This applies to the –fastq1 file and all options specified by –input_type"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
45 <conditional name="type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
46 <param argument="--input_type" type="select" label="Input type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
47 <option value="barcode_single_end">barcode_single_end: Input is a single fastq file, that starts with the barcode sequence</option>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
48 <option value="barcode_paired_end">barcode_paired_end: Input is a pair of fastq files (–fastq1 and –fastq2) that each begin with a barcode sequence (The barcode for fastq1 will be written first, followed by the barcode from fastq2)</option>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
49 <option value="barcode_paired_stitched">barcode_paired_stitched: Input is a single fastq file that has barcodes at the beginning and end (The barcode from the beginning of the read will be written first followed by the barcode from the end of the read, unless the order is switched with –switch_bc_order)</option>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
50 <option value="barcode_in_label">barcode_in_label: Input is a one (–fastq1) or two (–fastq2) fastq files with the barcode written in the labels</option>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
51 </param>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
52 <when value="barcode_single_end"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
53 <when value="barcode_paired_end">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
54 <param argument="--fastq2" type="data" format="fastq,fastqsanger,fastqsolexa" label="Input fastq filepath" help="This file is considered read 2"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
55 <param argument="--bc2_len" type="integer" value="6" label="Length, in base pairs, of barcode 2" help="This applies to the –fastq2 file and options 'barcode_paired_end', 'barcode_paired_stitched', and 'barcode_in_label' for the –input_type"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
56 <param argument="--rev_comp_bc2" type="boolean" truevalue="--rev_comp_bc2" falsevalue="" checked="False" label="Reverse complement barcode 2 before writing?"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
57 </when>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
58 <when value="barcode_paired_stitched">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
59 <param argument="--switch_bc_order" type="boolean" truevalue="--switch_bc_order" falsevalue="" checked="False" label="Reverse barcode order written?"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
60 <param argument="--bc2_len" type="integer" value="6" optional="true" label="Length, in base pairs, of barcode 2" help="This applies to the –fastq2 file and options 'barcode_paired_end', 'barcode_paired_stitched', and 'barcode_in_label' for the –input_type" />
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
61 </when>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
62 <when value="barcode_single_end"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
63 <when value="barcode_in_label">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
64 <param argument="--fastq2" type="data" format="fastq,fastqsanger,fastqsolexa" optional="true" label="Input fastq filepath" help="This file is considered read 2"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
65 <param argument="--bc2_len" type="integer" value="6" optional="true" label="Length, in base pairs, of barcode 2" help="This applies to the –fastq2 file and options 'barcode_paired_end', 'barcode_paired_stitched', and 'barcode_in_label' for the –input_type" />
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
66 <param argument="--rev_comp_bc2" type="boolean" truevalue="--rev_comp_bc2" falsevalue="" checked="False" label="Reverse complement barcode 2 before writing?"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
67 <param argument="--char_delineator" type="text" value=":" label="Character in fastq label that should immediately precede the barcode sequence" help="The length of the barcode is specified by the –bc1_len (and optionally –bc2_len if paired end files are used) parameter"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
68 </when>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
69 </conditional>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
70 <param argument="--mapping_fp" type="data" format="txt,tabular,tsv,csv" label="Mapping files" help="NOTE: Must contain a header line indicating SampleID in the first column and BarcodeSequence in the second, LinkerPrimerSequence in the third and a ReversePrimer column before the final Description column. Needed for –attempt_read_orientation option." optional="True"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
71 <param argument="--attempt_read_reorientation" type="boolean" truevalue="--attempt_read_reorientation" falsevalue="" checked="False" label="Attempt to search for the forward and reverse primer in the read and adjust the sequence orientation to match the orientation of the forward primer?" help="An exact match for the forward and reverse complemented versions of the primers are tested for, and sequences are reverse complemented, if necessary, before writing. Sequences without an exact match are written to a separate output fastq file, labeled as _no_primer_match.fastq."/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
72 <param argument="--disable_header_match" type="boolean" truevalue="--disable_header_match" falsevalue="" checked="False" label="Suppress header matching between input fastq files?"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
73 </inputs>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
74 <outputs>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
75 <data name="reads" format="fastq" from_work_dir="extract_barcodes/reads.fastq" label="${tool.name} on ${on_string}: Reads">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
76 <filter>type['input_type'] != 'barcode_in_label' and type['input_type'] != 'barcode_paired_end'</filter>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
77 </data>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
78 <data name="reads1" format="fastq" from_work_dir="extract_barcodes/reads1.fastq" label="${tool.name} on ${on_string}: Reads 1">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
79 <filter>type['input_type'] != 'barcode_in_label' and type['input_type'] == 'barcode_paired_end'</filter>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
80 </data>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
81 <data name="reads2" format="fastq" from_work_dir="extract_barcodes/reads2.fastq" label="${tool.name} on ${on_string}: Reads 2">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
82 <filter>type['input_type'] != 'barcode_in_label' and type['input_type'] == 'barcode_paired_end'</filter>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
83 </data>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
84 <data name="barcodes" format="fastq" from_work_dir="extract_barcodes/barcodes.fastq" label="${tool.name} on ${on_string}: Barcodes"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
85 </outputs>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
86 <tests>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
87 <test>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
88 <param name="fastq1" value="extract_barcodes/inseqs.fastq"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
89 <param name="bc1_len" value="6"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
90 <param name="rev_comp_bc1" value="--rev_comp_bc1"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
91 <conditional name="type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
92 <param name="input_type" value="barcode_single_end"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
93 </conditional>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
94 <param name="attempt_read_reorientation" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
95 <param name="disable_header_match" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
96 <output name="reads" ftype="fastq" md5="8412379e70122577bc47c32be1410b49"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
97 <output name="barcodes" ftype="fastq" md5="52231eadb6e071e191ba07401e929e65"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
98 </test>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
99 <test>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
100 <param name="fastq1" value="extract_barcodes/inseqs_R1.fastq"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
101 <param name="bc1_len" value="6"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
102 <param name="rev_comp_bc1" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
103 <conditional name="type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
104 <param name="input_type" value="barcode_paired_end"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
105 <param name="fastq2" value="extract_barcodes/inseqs_R2.fastq"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
106 <param name="bc2_len" value="6"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
107 <param name="rev_comp_bc2" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
108 </conditional>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
109 <param name="attempt_read_reorientation" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
110 <param name="disable_header_match" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
111 <output name="reads1" ftype="fastq" md5="f675c3eb8a47ec8b757eaac9f51ab846"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
112 <output name="reads2" ftype="fastq" md5="45abf363c68012d28dd45b3c8f94ab6a"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
113 <output name="barcodes" ftype="fastq" md5="dcc2443f9dbea7e8d4801a70e7424e3b"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
114 </test>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
115 <test>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
116 <param name="fastq1" value="extract_barcodes/inseqs_R1.fastq"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
117 <param name="bc1_len" value="6"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
118 <param name="rev_comp_bc1" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
119 <conditional name="type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
120 <param name="input_type" value="barcode_paired_end"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
121 <param name="fastq2" value="extract_barcodes/inseqs_R2.fastq"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
122 <param name="bc2_len" value="6"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
123 <param name="rev_comp_bc2" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
124 </conditional>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
125 <param name="mapping_fp" value="extract_barcodes/mapping_data.txt"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
126 <param name="attempt_read_reorientation" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
127 <param name="disable_header_match" value="--disable_header_match"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
128 <output name="reads1" ftype="fastq" md5="f675c3eb8a47ec8b757eaac9f51ab846"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
129 <output name="reads2" ftype="fastq" md5="45abf363c68012d28dd45b3c8f94ab6a"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
130 <output name="barcodes" ftype="fastq" md5="dcc2443f9dbea7e8d4801a70e7424e3b"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
131 </test>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
132 <test>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
133 <param name="fastq1" value="extract_barcodes/inseqs_R1.fastq"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
134 <param name="bc1_len" value="6"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
135 <param name="rev_comp_bc1" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
136 <conditional name="type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
137 <param name="input_type" value="barcode_paired_stitched"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
138 <param name="switch_bc_order" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
139 <param name="bc2_len" value="8"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
140 </conditional>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
141 <param name="attempt_read_reorientation" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
142 <param name="disable_header_match" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
143 <output name="reads" ftype="fastq" md5="e04b45af9800402feba548c3e7393bff"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
144 <output name="barcodes" ftype="fastq" md5="9c9d9beacfd5862ba885012501e1f560"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
145 </test>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
146 <test>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
147 <param name="fastq1" value="extract_barcodes/inseqs_R1.fastq"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
148 <param name="bc1_len" value="6"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
149 <param name="rev_comp_bc1" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
150 <conditional name="type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
151 <param name="input_type" value="barcode_in_label"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
152 <param name="char_delineator" value="#"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
153 </conditional>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
154 <param name="attempt_read_reorientation" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
155 <param name="disable_header_match" value=""/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
156 <output name="barcodes" ftype="fastq" md5="ce4168051264dbfc6d11a2dd75af27ec"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
157 </test>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
158 </tests>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
159 <help><![CDATA[
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
160 **What it does**
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
161
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
162 This script is designed to format fastq sequence and barcode data so they are compatible with split_libraries_fastq.py.
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
163
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
164 A variety of data formats are possible, depending upon how one utilized sequencing primers, designed primer constructs (e.g., partial barcodes on each end of the read), or processed the data (e.g., barcodes were put into the sequence labels rather than the reads). See various input examples below.
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
165
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
166
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
167 More information about this tool is available on
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
168 `QIIME documentation <http://qiime.org/scripts/extract_barcodes.html>`_.
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
169 ]]></help>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
170 <citations>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
171 <expand macro="citations"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
172 </citations>
2
88b6e9b6e0aa "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit c845cb240f57663cf1e2240c5c506ea0b294872c"
iuc
parents: 0
diff changeset
173 </tool>