annotate extract_barcodes.xml @ 0:4cef836d3ae4 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
author iuc
date Fri, 04 Aug 2017 18:22:07 -0400
parents
children 88b6e9b6e0aa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
1 <tool id="qiime_extract_barcodes" name="Format Fastq sequences and barcode data" version="@WRAPPER_VERSION@.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[
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
9 extract_barcodes.py
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
10 --fastq1 '$fastq1'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
11 --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
12 $rev_comp_bc1
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
13 --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
14 #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
15 --fastq2 '$type.fastq2'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
16 $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
17 --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
18 #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
19 $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
20 #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
21 --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
22 #end if
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
23 #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
24 --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
25 #if $type.fastq2
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
26 --fastq2 '$type.fastq2'
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
27 $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
28 #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
29 --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
30 #end if
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 -o extract_barcodes
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
34 #if $mapping_fp
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
35 --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
36 #end if
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
37 $attempt_read_reorientation
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
38 $disable_header_match
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
39 ]]></command>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
40 <inputs>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
41 <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
42 <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
43 <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
44 <conditional name="type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
45 <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
46 <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
47 <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
48 <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
49 <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
50 </param>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
51 <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
52 <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
53 <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
54 <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
55 <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
56 </when>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
57 <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
58 <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
59 <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
60 </when>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
61 <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
62 <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
63 <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
64 <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
65 <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
66 <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
67 </when>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
68 </conditional>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
69 <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
70 <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
71 <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
72 </inputs>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
73 <outputs>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
74 <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
75 <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
76 </data>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
77 <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
78 <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
79 </data>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
80 <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
81 <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
82 </data>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
83 <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
84 </outputs>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
85 <tests>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
86 <test>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
87 <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
88 <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
89 <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
90 <conditional name="type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
91 <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
92 </conditional>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
93 <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
94 <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
95 <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
96 <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
97 </test>
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 <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
100 <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
101 <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
102 <conditional name="type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
103 <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
104 <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
105 <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
106 <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
107 </conditional>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
108 <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
109 <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
110 <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
111 <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
112 <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
113 </test>
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 <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
116 <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
117 <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
118 <conditional name="type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
119 <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
120 <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
121 <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
122 <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
123 </conditional>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
124 <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
125 <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
126 <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
127 <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
128 <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
129 <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
130 </test>
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 <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
133 <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
134 <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
135 <conditional name="type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
136 <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
137 <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
138 <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
139 </conditional>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
140 <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
141 <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
142 <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
143 <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
144 </test>
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 <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
147 <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
148 <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
149 <conditional name="type">
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
150 <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
151 <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
152 </conditional>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
153 <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
154 <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
155 <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
156 </test>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
157 </tests>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
158 <help><![CDATA[
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
159 **What it does**
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
160
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
161 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
162
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
163 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
164
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 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
167 `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
168 ]]></help>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
169 <citations>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
170 <expand macro="citations"/>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
171 </citations>
4cef836d3ae4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
iuc
parents:
diff changeset
172 </tool>