annotate fastq_paired_end_splitter.xml @ 3:fec4c8314668 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
author devteam
date Sat, 30 Sep 2017 13:53:09 -0400
parents d2920111eeee
children eec33cc2e1a4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
1 <tool id="fastq_paired_end_splitter" name="FASTQ splitter" version="1.1.1">
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
2 <description>on joined paired end reads</description>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
3 <requirements>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
4 <requirement type="package" version="1.1.1">galaxy_sequence_utils</requirement>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
5 </requirements>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
6 <command><![CDATA[
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
7 gx-fastq-paired-end-splitter '$input1_file' '${input1_file.extension[len('fastq'):]}' '$output1_file' '$output2_file'
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
8 ]]></command>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
9 <inputs>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
10 <param name="input1_file" type="data" format="fastqsanger,fastqcssanger,fastqsanger.gz,fastqcssanger.gz,fastqsanger.bz2,fastqcssanger.bz2" label="FASTQ reads" />
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
11 </inputs>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
12 <outputs>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
13 <data name="output1_file" format_source="input1_file" />
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
14 <data name="output2_file" format_source="input1_file" />
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
15 </outputs>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
16 <tests>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
17 <test>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
18 <param name="input1_file" value="3.fastqsanger" ftype="fastqsanger" />
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
19 <output name="output1_file" file="split_pair_reads_1.fastqsanger" ftype="fastqsanger" />
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
20 <output name="output2_file" file="split_pair_reads_2.fastqsanger" ftype="fastqsanger" />
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
21 </test>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
22 </tests>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
23 <help><![CDATA[
0
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
24 **What it does**
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
25
3
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
26 Splits a single fastq dataset representing paired-end run into two datasets (one for each end). This tool works only for datasets where both ends have **the same** length.
0
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
27
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
28 Sequence identifiers will have /1 or /2 appended for the split left-hand and right-hand reads, respectively.
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
29
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
30 -----
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
31
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
32 **Input format**
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
33
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
34 A multiple-fastq file, for example::
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
35
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
36 @HWI-EAS91_1_30788AAXX:7:21:1542:1758
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
37 GTCAATTGTACTGGTCAATACTAAAAGAATAGGATCGCTCCTAGCATCTGGAGTCTCTATCACCTGAGCCCA
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
38 +HWI-EAS91_1_30788AAXX:7:21:1542:1758
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
39 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh`hfhhVZSWehR
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
40
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
41 -----
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
42
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
43 **Outputs**
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
44
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
45 Left-hand Read::
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
46
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
47 @HWI-EAS91_1_30788AAXX:7:21:1542:1758/1
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
48 GTCAATTGTACTGGTCAATACTAAAAGAATAGGATC
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
49 +HWI-EAS91_1_30788AAXX:7:21:1542:1758/1
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
50 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
51
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
52 Right-hand Read::
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
53
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
54 @HWI-EAS91_1_30788AAXX:7:21:1542:1758/2
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
55 GCTCCTAGCATCTGGAGTCTCTATCACCTGAGCCCA
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
56 +HWI-EAS91_1_30788AAXX:7:21:1542:1758/2
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
57 hhhhhhhhhhhhhhhhhhhhhhhh`hfhhVZSWehR
3
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
58 ]]></help>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
59 <citations>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
60 <citation type="doi">10.1093/bioinformatics/btq281</citation>
fec4c8314668 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 1
diff changeset
61 </citations>
0
5943afe0f24d Imported from capsule None
devteam
parents:
diff changeset
62 </tool>