Mercurial > repos > iuc > qiime_extract_barcodes
annotate extract_barcodes.xml @ 0:c7eeac78cb64 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
author | iuc |
---|---|
date | Sat, 05 Aug 2017 07:28:39 -0400 |
parents | |
children | e149f41155e1 |
rev | line source |
---|---|
0
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
1 <tool id="qiime_extract_barcodes" name="Format Fastq sequences and barcode data" version="@WRAPPER_VERSION@.0"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
2 <description>(extract_barcodes)</description> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
3 <macros> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
5 </macros> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
7 <version_command>extract_barcodes.py --version</version_command> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
8 <command detect_errors="aggressive"><![CDATA[ |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
9 extract_barcodes.py |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
10 --fastq1 '$fastq1' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
11 --bc1_len '$bc1_len' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
12 $rev_comp_bc1 |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
13 --input_type '$type.input_type' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
14 #if $type.input_type == 'barcode_paired_end' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
15 --fastq2 '$type.fastq2' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
16 $type.rev_comp_bc2 |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
17 --bc2_len '$type.bc2_len' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
18 #elif $type.input_type == 'barcode_paired_stitched' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
19 $type.switch_bc_order |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
20 #if '$type.bc2_len' != '' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
21 --bc2_len '$type.bc2_len' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
22 #end if |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
23 #elif $type.input_type == 'barcode_in_label' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
24 --char_delineator '$type.char_delineator' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
25 #if $type.fastq2 |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
26 --fastq2 '$type.fastq2' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
27 $type.rev_comp_bc2 |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
28 #if '$type.bc2_len' != '' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
29 --bc2_len '$type.bc2_len' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
30 #end if |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
31 #end if |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
32 #end if |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
33 -o extract_barcodes |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
34 #if $mapping_fp |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
35 --mapping_fp '$mapping_fp' |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
36 #end if |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
37 $attempt_read_reorientation |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
38 $disable_header_match |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
39 ]]></command> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
40 <inputs> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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?"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
44 <conditional name="type"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
45 <param argument="--input_type" type="select" label="Input type"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
50 </param> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
51 <when value="barcode_single_end"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
52 <when value="barcode_paired_end"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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?"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
56 </when> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
57 <when value="barcode_paired_stitched"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
58 <param argument="--switch_bc_order" type="boolean" truevalue="--switch_bc_order" falsevalue="" checked="False" label="Reverse barcode order written?"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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" /> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
60 </when> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
61 <when value="barcode_single_end"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
62 <when value="barcode_in_label"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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" /> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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?"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
67 </when> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
68 </conditional> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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."/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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?"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
72 </inputs> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
73 <outputs> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
74 <data name="reads" format="fastq" from_work_dir="extract_barcodes/reads.fastq" label="${tool.name} on ${on_string}: Reads"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
75 <filter>type['input_type'] != 'barcode_in_label' and type['input_type'] != 'barcode_paired_end'</filter> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
76 </data> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
78 <filter>type['input_type'] != 'barcode_in_label' and type['input_type'] == 'barcode_paired_end'</filter> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
79 </data> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
81 <filter>type['input_type'] != 'barcode_in_label' and type['input_type'] == 'barcode_paired_end'</filter> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
82 </data> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
83 <data name="barcodes" format="fastq" from_work_dir="extract_barcodes/barcodes.fastq" label="${tool.name} on ${on_string}: Barcodes"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
84 </outputs> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
85 <tests> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
86 <test> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
87 <param name="fastq1" value="extract_barcodes/inseqs.fastq"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
88 <param name="bc1_len" value="6"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
89 <param name="rev_comp_bc1" value="--rev_comp_bc1"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
90 <conditional name="type"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
91 <param name="input_type" value="barcode_single_end"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
92 </conditional> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
93 <param name="attempt_read_reorientation" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
94 <param name="disable_header_match" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
95 <output name="reads" ftype="fastq" md5="8412379e70122577bc47c32be1410b49"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
96 <output name="barcodes" ftype="fastq" md5="52231eadb6e071e191ba07401e929e65"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
97 </test> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
98 <test> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
99 <param name="fastq1" value="extract_barcodes/inseqs_R1.fastq"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
100 <param name="bc1_len" value="6"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
101 <param name="rev_comp_bc1" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
102 <conditional name="type"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
103 <param name="input_type" value="barcode_paired_end"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
104 <param name="fastq2" value="extract_barcodes/inseqs_R2.fastq"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
105 <param name="bc2_len" value="6"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
106 <param name="rev_comp_bc2" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
107 </conditional> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
108 <param name="attempt_read_reorientation" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
109 <param name="disable_header_match" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
110 <output name="reads1" ftype="fastq" md5="f675c3eb8a47ec8b757eaac9f51ab846"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
111 <output name="reads2" ftype="fastq" md5="45abf363c68012d28dd45b3c8f94ab6a"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
112 <output name="barcodes" ftype="fastq" md5="dcc2443f9dbea7e8d4801a70e7424e3b"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
113 </test> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
114 <test> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
115 <param name="fastq1" value="extract_barcodes/inseqs_R1.fastq"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
116 <param name="bc1_len" value="6"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
117 <param name="rev_comp_bc1" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
118 <conditional name="type"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
119 <param name="input_type" value="barcode_paired_end"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
120 <param name="fastq2" value="extract_barcodes/inseqs_R2.fastq"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
121 <param name="bc2_len" value="6"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
122 <param name="rev_comp_bc2" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
123 </conditional> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
124 <param name="mapping_fp" value="extract_barcodes/mapping_data.txt"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
125 <param name="attempt_read_reorientation" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
126 <param name="disable_header_match" value="--disable_header_match"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
127 <output name="reads1" ftype="fastq" md5="f675c3eb8a47ec8b757eaac9f51ab846"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
128 <output name="reads2" ftype="fastq" md5="45abf363c68012d28dd45b3c8f94ab6a"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
129 <output name="barcodes" ftype="fastq" md5="dcc2443f9dbea7e8d4801a70e7424e3b"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
130 </test> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
131 <test> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
132 <param name="fastq1" value="extract_barcodes/inseqs_R1.fastq"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
133 <param name="bc1_len" value="6"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
134 <param name="rev_comp_bc1" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
135 <conditional name="type"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
136 <param name="input_type" value="barcode_paired_stitched"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
137 <param name="switch_bc_order" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
138 <param name="bc2_len" value="8"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
139 </conditional> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
140 <param name="attempt_read_reorientation" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
141 <param name="disable_header_match" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
142 <output name="reads" ftype="fastq" md5="e04b45af9800402feba548c3e7393bff"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
143 <output name="barcodes" ftype="fastq" md5="9c9d9beacfd5862ba885012501e1f560"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
144 </test> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
145 <test> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
146 <param name="fastq1" value="extract_barcodes/inseqs_R1.fastq"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
147 <param name="bc1_len" value="6"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
148 <param name="rev_comp_bc1" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
149 <conditional name="type"> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
150 <param name="input_type" value="barcode_in_label"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
151 <param name="char_delineator" value="#"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
152 </conditional> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
153 <param name="attempt_read_reorientation" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
154 <param name="disable_header_match" value=""/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
155 <output name="barcodes" ftype="fastq" md5="ce4168051264dbfc6d11a2dd75af27ec"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
156 </test> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
157 </tests> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
158 <help><![CDATA[ |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
159 **What it does** |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
160 |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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. |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
162 |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
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. |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
164 |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
165 |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
166 More information about this tool is available on |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
167 `QIIME documentation <http://qiime.org/scripts/extract_barcodes.html>`_. |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
168 ]]></help> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
169 <citations> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
170 <expand macro="citations"/> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
171 </citations> |
c7eeac78cb64
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
172 </tool> |