annotate fastx_barcode_splitter.xml @ 4:015dc921d814 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
author iuc
date Tue, 08 May 2018 13:27:14 -0400
parents 8abdedf55101
children 4bedca26c133
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
1 <tool id="cshl_fastx_barcode_splitter" version="1.0.1" name="Barcode Splitter">
3
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
2 <description></description>
4
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
3 <macros>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
4 <import>macros.xml</import>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
5 </macros>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
6 <expand macro="requirements" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
7 <command detect_errors="aggressive"><![CDATA[
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
8 mkdir split &&
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
9 @CATS@ '$__tool_directory__/fastx_barcode_splitter.pl' --bcfile '$BARCODE'
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
10 --prefix 'split/'
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
11 --suffix '.$input.extension'
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
12 --mismatches $mismatches
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
13 --partial $partial
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
14 #if $refBarcodeLocation.barcodeLocation == "idxfile":
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
15 --idxfile '$refBarcodeLocation.idxfile'
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
16 --idxidstrip $refBarcodeLocation.idxidstrip
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
17 #else:
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
18 $refBarcodeLocation.EOL
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
19 #end if
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
20 > '$summary'
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
21 ]]></command>
3
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
22 <inputs>
4
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
23 <param name="BARCODE" type="data" format="txt" label="Barcodes to use" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
24 <param name="input" type="data" format="fasta,fastq,fastqsanger,fastqsolexa,fastqillumina" label="Library to split" />
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
25
4
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
26 <conditional name="refBarcodeLocation">
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
27 <param name="barcodeLocation" type="select" label="Barcodes found at">
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
28 <option value="bol">Start of sequence (5' end)</option>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
29 <option value="eol">End of sequence (3' end)</option>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
30 <option value="idxfile">Separate index file</option>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
31 </param>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
32 <when value="bol">
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
33 <param name="EOL" type="hidden" value="--bol" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
34 </when>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
35 <when value="eol">
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
36 <param name="EOL" type="hidden" value="--eol" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
37 </when>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
38 <when value="idxfile">
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
39 <param argument="--idxidstrip" type="integer" value="1" label="Characters to strip from the end of the sequence id before matching" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
40 <param argument="--idxfile" type="data" format="fasta,fastq,fastqsanger" label="Select index read file" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
41 </when>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
42 </conditional>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
43 <param argument="--mismatches" type="integer" value="0" label="Number of allowed mismatches" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
44 <param argument="--partial" type="integer" value="0" label="Number of allowed barcodes nucleotide deletions" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
45 </inputs>
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
46
4
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
47 <outputs>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
48 <data name="summary" format="tabular" label="${tool.name} on ${on_string}: Summary" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
49 <collection name="split_output" type="list" format_source="input" label="${tool.name} on ${on_string}">
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
50 <discover_datasets pattern="__designation_and_ext__" directory="split" visible="false" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
51 </collection>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
52 </outputs>
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
53
3
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
54 <tests>
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
55 <test>
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
56 <!-- Split a FASTQ file -->
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
57 <param name="BARCODE" value="fastx_barcode_splitter1.txt" />
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
58 <param name="input" value="fastx_barcode_splitter1.fastq" ftype="fastqsolexa" />
4
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
59 <param name="barcodeLocation" value="bol" />
3
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
60 <param name="mismatches" value="2" />
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
61 <param name="partial" value="0" />
4
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
62 <output name="summary" file="fastx_barcode_splitter1.out" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
63 <output_collection name="split_output" type="list">
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
64 <element name="BC1" ftype="fastqsolexa" file="fastx_barcode_splitter1_BC1.out" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
65 <element name="BC2" ftype="fastqsolexa" file="fastx_barcode_splitter1_BC2.out" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
66 <element name="BC3" ftype="fastqsolexa" file="fastx_barcode_splitter1_BC3.out" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
67 <element name="BC4" ftype="fastqsolexa" file="fastx_barcode_splitter1_BC4.out" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
68 <element name="unmatched" ftype="fastqsolexa" file="fastx_barcode_splitter1_unmatched.out" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
69 </output_collection>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
70 </test>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
71
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
72 <test>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
73 <!-- Split a FASTQ file, using separate index read -->
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
74 <param name="BARCODE" value="fastx_barcode_splitter1.txt" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
75 <param name="input" value="fastx_barcode_splitter1.fastq" ftype="fastqsolexa" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
76 <param name="idxfile" value="fastx_barcode_splitter_index.fastq" ftype="fastqsolexa" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
77 <param name="barcodeLocation" value="idxfile" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
78 <param name="mismatches" value="2" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
79 <param name="partial" value="0" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
80 <output name="summary" file="fastx_barcode_splitter1.out" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
81 <output_collection name="split_output" type="list">
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
82 <element name="BC1" ftype="fastqsolexa" file="fastx_barcode_splitter1_BC1.out" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
83 <element name="BC2" ftype="fastqsolexa" file="fastx_barcode_splitter1_BC2.out" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
84 <element name="BC3" ftype="fastqsolexa" file="fastx_barcode_splitter1_BC3.out" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
85 <element name="BC4" ftype="fastqsolexa" file="fastx_barcode_splitter1_BC4.out" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
86 <element name="unmatched" ftype="fastqsolexa" file="fastx_barcode_splitter1_unmatched.out" />
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
87 </output_collection>
3
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
88 </test>
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
89 </tests>
4
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
90
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
91 <help><![CDATA[
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
92 **What it does**
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
93
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
94 This tool splits a Solexa library (FASTQ file) or a regular FASTA file into several files, using barcodes as the split criteria.
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
95
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
96 --------
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
97
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
98 **Barcode file Format**
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
99
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
100 Barcode files are simple text files.
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
101 Each line should contain an identifier (descriptive name for the barcode), and the barcode itself (A/C/G/T), separated by a TAB character.
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
102 Example::
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
103
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
104 #This line is a comment (starts with a 'number' sign)
3
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
105 BC1 GATCT
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
106 BC2 ATCGT
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
107 BC3 GTGAT
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
108 BC4 TGTCT
3
8abdedf55101 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 2
diff changeset
109
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
110 For each barcode, a new FASTQ file will be created (with the barcode's identifier as part of the file name).
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
111 Sequences matching the barcode will be stored in the appropriate file.
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
112
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
113 One additional FASTQ file will be created (the 'unmatched' file), where sequences not matching any barcode will be stored.
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
114
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
115 The output of this tool is an HTML file, displaying the split counts and the file locations.
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
116
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
117 **Output Example**
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
118
2
c46a5807f2b6 Uploaded tool help image.
devteam
parents: 1
diff changeset
119 .. image:: barcode_splitter_output_example.png
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
120
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
121 ------
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
122
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
123 This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
124
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
125 .. __: http://hannonlab.cshl.edu/fastx_toolkit/
4
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
126 ]]></help>
015dc921d814 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 3
diff changeset
127 <expand macro="citations" />
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
128 <!-- FASTX-barcode-splitter is part of the FASTX-toolkit, by A.Gordon (gordon@cshl.edu) -->
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
129 </tool>