annotate fastx_barcode_splitter.xml @ 5:4bedca26c133 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
author iuc
date Thu, 11 Oct 2018 09:35:51 -0400
parents 015dc921d814
children 0b7ec11b3c7c
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/'
5
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
11 --suffix
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
12 #if $input.is_of_type('fastqsanger', 'fastqsanger.gz', 'fastqsanger.bz2'):
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
13 '.fastqsanger'
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
14 #elif $input.is_of_type('fastqsolexa', 'fastqsolexa.gz', 'fastqsolexa.bz2'):
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
15 '.fastqsolexa'
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
16 #elif $input.is_of_type('fastqillumina', 'fastqillumina.gz', 'fastqillumina.bz2'):
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
17 '.fastqillumina'
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
18 #elif $input.is_of_type('fasta', 'fasta.gz'):
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
19 '.fasta'
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
20 #else:
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
21 '.$input.extension'
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
22 #end if
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 --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
24 --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
25 #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
26 --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
27 --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
28 #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
29 $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
30 #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
31 > '$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
32 ]]></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
33 <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
34 <param name="BARCODE" type="data" format="txt" label="Barcodes to use" />
5
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
35 <param name="input" type="data" format="@FASTAS@,@FASTQS@,fastq" label="Library to split" />
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
36 <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
37 <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
38 <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
39 <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
40 <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
41 </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
42 <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
43 <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
44 </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
45 <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
46 <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
47 </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
48 <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
49 <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
50 <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
51 </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
52 </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
53 <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
54 <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
55 </inputs>
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
56
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
57 <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
58 <data name="summary" format="tabular" label="${tool.name} on ${on_string}: Summary" />
5
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
59 <collection name="split_output" type="list" label="${tool.name} on ${on_string}">
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
60 <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
61 </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
62 </outputs>
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
63
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
64 <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
65 <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
66 <!-- 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
67 <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
68 <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
69 <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
70 <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
71 <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
72 <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
73 <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
74 <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
75 <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
76 <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
77 <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
78 <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
79 </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
80 </test>
5
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
81
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
82 <test>
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
83 <!-- Split a FASTQ.gz file -->
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
84 <param name="BARCODE" value="fastx_barcode_splitter1.txt" />
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
85 <param name="input" value="fastx_barcode_splitter1.fastq.gz" ftype="fastqsolexa.gz" />
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
86 <param name="barcodeLocation" value="bol" />
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
87 <param name="mismatches" value="2" />
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
88 <param name="partial" value="0" />
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
89 <output name="summary" file="fastx_barcode_splitter1.out" />
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
90 <output_collection name="split_output" type="list">
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
91 <element name="BC1" ftype="fastqsolexa" file="fastx_barcode_splitter1_BC1.out" />
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
92 <element name="BC2" ftype="fastqsolexa" file="fastx_barcode_splitter1_BC2.out" />
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
93 <element name="BC3" ftype="fastqsolexa" file="fastx_barcode_splitter1_BC3.out" />
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
94 <element name="BC4" ftype="fastqsolexa" file="fastx_barcode_splitter1_BC4.out" />
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
95 <element name="unmatched" ftype="fastqsolexa" file="fastx_barcode_splitter1_unmatched.out" />
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
96 </output_collection>
4bedca26c133 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_barcode_splitter commit b2735803f9719ff955a49a5bde54a211d6d48bb5
iuc
parents: 4
diff changeset
97 </test>
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
98
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
99 <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
100 <!-- 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
101 <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
102 <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
103 <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
104 <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
105 <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
106 <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
107 <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
108 <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
109 <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
110 <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
111 <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
112 <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
113 <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
114 </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
115 </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
116 </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
117
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
118 <help><![CDATA[
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
119 **What it does**
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
120
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
121 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
122
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
123 --------
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
124
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
125 **Barcode file Format**
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
126
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
127 Barcode files are simple text files.
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
128 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
129 Example::
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
130
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
131 #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
132 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
133 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
134 BC3 GTGAT
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
135 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
136
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
137 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
138 Sequences matching the barcode will be stored in the appropriate file.
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
139
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
140 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
141
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
142 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
143
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
144 **Output Example**
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
145
2
c46a5807f2b6 Uploaded tool help image.
devteam
parents: 1
diff changeset
146 .. image:: barcode_splitter_output_example.png
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
147
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
148 ------
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
149
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
150 This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
151
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
152 .. __: 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
153 ]]></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
154 <expand macro="citations" />
0
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
155 <!-- FASTX-barcode-splitter is part of the FASTX-toolkit, by A.Gordon (gordon@cshl.edu) -->
a12850d0559b Uploaded tool tarball.
devteam
parents:
diff changeset
156 </tool>