annotate fastq_paired_end_joiner.xml @ 4:080a058abf1e draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
author devteam
date Sat, 30 Sep 2017 14:59:13 -0400
parents 6a7f5da7c76d
children 822cc1e6274e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
1 <tool id="fastq_paired_end_joiner" name="FASTQ joiner" version="2.0.1.0">
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
2 <description>on paired end reads</description>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
3 <requirements>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
4 <requirement type="package" version="1.1.1">galaxy_sequence_utils</requirement>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
5 </requirements>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
6 <command><![CDATA[
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
7 gx-fastq-paired-end-joiner '$input1_file' '${input1_file.extension[len('fastq'):]}' '$input2_file' '${input2_file.extension[len('fastq'):]}' '$output_file' $style '${paste_sequence}'
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
8 ]]></command>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
9 <inputs>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
10 <param name="input1_file" type="data" format="fastqsanger,fastqcssanger,fastqsanger.gz,fastqcssanger.gz,fastqsanger.bz2,fastqcssanger.bz2" label="Left-hand Reads" />
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
11 <param name="input2_file" type="data" format="fastqsanger,fastqcssanger,fastqsanger.gz,fastqcssanger.gz,fastqsanger.bz2,fastqcssanger.bz2" label="Right-hand Reads" />
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
12 <param name="style" type="select" label="FASTQ Header Style">
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
13 <option value="old" selected="true">old</option>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
14 <option value="new">new</option>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
15 </param>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
16 <param name="paste_sequence" type="text" value="" label="Bases to insert between joined reads" help="Values are in Base-space and quality scores of maximal value will be used"/>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
17 </inputs>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
18 <outputs>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
19 <data name="output_file" format_source="input1_file" />
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
20 </outputs>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
21 <tests>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
22 <test>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
23 <param name="input1_file" value="split_pair_reads_1.fastqsanger" ftype="fastqsanger" />
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
24 <param name="input2_file" value="split_pair_reads_2.fastqsanger" ftype="fastqsanger" />
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
25 <output name="output_file" file="3.fastqsanger" ftype="fastqsanger" />
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
26 </test>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
27 </tests>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
28 <help><![CDATA[
0
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
29 **What it does**
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
30
1
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
31 This tool joins paired end FASTQ reads from two separate files into a
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
32 single read in one file. The join is performed using sequence
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
33 identifiers, allowing the two files to contain differing ordering. If
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
34 a sequence identifier does not appear in both files, it is excluded
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
35 from the output.
0
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
36
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
37 -----
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
38
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
39 **Input formats**
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
40
1
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
41 Both old and new (from recent Illumina software) style FASTQ headers
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
42 are supported. The following example uses the "old" style.
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
43
0
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
44 Left-hand Read::
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
45
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
46 @HWI-EAS91_1_30788AAXX:7:21:1542:1758/1
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
47 GTCAATTGTACTGGTCAATACTAAAAGAATAGGATC
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
48 +HWI-EAS91_1_30788AAXX:7:21:1542:1758/1
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
49 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
50
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
51 Right-hand Read::
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
52
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
53 @HWI-EAS91_1_30788AAXX:7:21:1542:1758/2
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
54 GCTCCTAGCATCTGGAGTCTCTATCACCTGAGCCCA
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
55 +HWI-EAS91_1_30788AAXX:7:21:1542:1758/2
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
56 hhhhhhhhhhhhhhhhhhhhhhhh`hfhhVZSWehR
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
57
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
58 -----
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
59
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
60 **Output**
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
61
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
62 A multiple-fastq file, for example::
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
63
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
64 @HWI-EAS91_1_30788AAXX:7:21:1542:1758
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
65 GTCAATTGTACTGGTCAATACTAAAAGAATAGGATCGCTCCTAGCATCTGGAGTCTCTATCACCTGAGCCCA
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
66 +HWI-EAS91_1_30788AAXX:7:21:1542:1758
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
67 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh`hfhhVZSWehR
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
68
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
69 ------
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
70
1
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
71 **The "new" style**
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
72
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
73 Recent Illumina FASTQ headers are structured as follows::
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
74
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
75 @COORDS FLAGS
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
76 COORDS = INSTRUMENT:RUN_#:FLOWCELL_ID:LANE:TILE:X:Y
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
77 FLAGS = READ:IS_FILTERED:CONTROL_NUMBER:INDEX_SEQUENCE
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
78
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
79 where the whitespace character between COORDS and FLAGS can be either
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
80 a space or a tab.
0
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
81
1
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
82 ------
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
83
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
84 **Credits**
0
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
85
4
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
86 New style header support added by Simone Leo <simone.leo@crs4.it> .
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
87 ]]></help>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
88 <citations>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
89 <citation type="doi">10.1093/bioinformatics/btq281</citation>
080a058abf1e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents: 3
diff changeset
90 </citations>
0
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
91 </tool>