annotate fastq_paired_end_joiner.xml @ 6:09a2199cd356 draft

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
author devteam
date Fri, 01 Nov 2019 13:25:12 -0400
parents 822cc1e6274e
children c885369b207b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
822cc1e6274e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 28c441e8aa66a55d276b0f6325d34086eb715872
devteam
parents: 4
diff changeset
1 <tool id="fastq_paired_end_joiner" name="FASTQ joiner" version="2.0.1.1">
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
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>
5
822cc1e6274e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 28c441e8aa66a55d276b0f6325d34086eb715872
devteam
parents: 4
diff changeset
4 <requirement type="package" version="1.1.2">galaxy_sequence_utils</requirement>
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
5 </requirements>
6
09a2199cd356 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
devteam
parents: 5
diff changeset
6 <edam_topics>
09a2199cd356 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
devteam
parents: 5
diff changeset
7 <edam_topic>topic_0622</edam_topic>
09a2199cd356 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
devteam
parents: 5
diff changeset
8 </edam_topics>
09a2199cd356 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
devteam
parents: 5
diff changeset
9 <edam_operations>
09a2199cd356 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
devteam
parents: 5
diff changeset
10 <edam_operation>operation_3436</edam_operation>
09a2199cd356 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
devteam
parents: 5
diff changeset
11 </edam_operations>
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
12 <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
13 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
14 ]]></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
15 <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
16 <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
17 <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
18 <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
19 <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
20 <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
21 </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
22 <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
23 </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
24 <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
25 <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
26 </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
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 <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
29 <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
30 <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
31 <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
32 </test>
5
822cc1e6274e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 28c441e8aa66a55d276b0f6325d34086eb715872
devteam
parents: 4
diff changeset
33 <test>
822cc1e6274e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 28c441e8aa66a55d276b0f6325d34086eb715872
devteam
parents: 4
diff changeset
34 <param name="input1_file" value="split_pair_reads_1.fastqsanger.gz" ftype="fastqsanger.gz" />
822cc1e6274e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 28c441e8aa66a55d276b0f6325d34086eb715872
devteam
parents: 4
diff changeset
35 <param name="input2_file" value="split_pair_reads_2.fastqsanger.gz" ftype="fastqsanger.gz" />
822cc1e6274e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 28c441e8aa66a55d276b0f6325d34086eb715872
devteam
parents: 4
diff changeset
36 <output name="output_file" file="3.fastqsanger" ftype="fastqsanger.gz" decompress="true" />
822cc1e6274e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 28c441e8aa66a55d276b0f6325d34086eb715872
devteam
parents: 4
diff changeset
37 </test>
822cc1e6274e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 28c441e8aa66a55d276b0f6325d34086eb715872
devteam
parents: 4
diff changeset
38 <test>
822cc1e6274e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 28c441e8aa66a55d276b0f6325d34086eb715872
devteam
parents: 4
diff changeset
39 <param name="input1_file" value="split_pair_reads_1.fastqsanger.bz2" ftype="fastqsanger.bz2" />
822cc1e6274e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 28c441e8aa66a55d276b0f6325d34086eb715872
devteam
parents: 4
diff changeset
40 <param name="input2_file" value="split_pair_reads_2.fastqsanger.bz2" ftype="fastqsanger.bz2" />
822cc1e6274e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 28c441e8aa66a55d276b0f6325d34086eb715872
devteam
parents: 4
diff changeset
41 <output name="output_file" file="3.fastqsanger" ftype="fastqsanger.bz2" decompress="true" />
822cc1e6274e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 28c441e8aa66a55d276b0f6325d34086eb715872
devteam
parents: 4
diff changeset
42 </test>
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
43 </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
44 <help><![CDATA[
0
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
45 **What it does**
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
46
1
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
47 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
48 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
49 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
50 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
51 from the output.
0
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
52
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
53 -----
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
54
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
55 **Input formats**
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
56
1
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
57 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
58 are supported. The following example uses the "old" style.
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
59
0
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
60 Left-hand Read::
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
61
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
62 @HWI-EAS91_1_30788AAXX:7:21:1542:1758/1
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
63 GTCAATTGTACTGGTCAATACTAAAAGAATAGGATC
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
64 +HWI-EAS91_1_30788AAXX:7:21:1542:1758/1
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
65 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
66
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
67 Right-hand Read::
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
68
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
69 @HWI-EAS91_1_30788AAXX:7:21:1542:1758/2
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
70 GCTCCTAGCATCTGGAGTCTCTATCACCTGAGCCCA
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
71 +HWI-EAS91_1_30788AAXX:7:21:1542:1758/2
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
72 hhhhhhhhhhhhhhhhhhhhhhhh`hfhhVZSWehR
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
73
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
74 -----
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
75
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
76 **Output**
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
77
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
78 A multiple-fastq file, for example::
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
79
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
80 @HWI-EAS91_1_30788AAXX:7:21:1542:1758
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
81 GTCAATTGTACTGGTCAATACTAAAAGAATAGGATCGCTCCTAGCATCTGGAGTCTCTATCACCTGAGCCCA
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
82 +HWI-EAS91_1_30788AAXX:7:21:1542:1758
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
83 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh`hfhhVZSWehR
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
84
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
85 ------
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
86
1
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
87 **The "new" style**
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
88
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
89 Recent Illumina FASTQ headers are structured as follows::
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
90
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
91 @COORDS FLAGS
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
92 COORDS = INSTRUMENT:RUN_#:FLOWCELL_ID:LANE:TILE:X:Y
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
93 FLAGS = READ:IS_FILTERED:CONTROL_NUMBER:INDEX_SEQUENCE
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
94
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
95 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
96 a space or a tab.
0
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
97
1
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
98 ------
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
99
270a8ed8a300 Uploaded tool version 2.0.0 by Simone Leo.
devteam
parents: 0
diff changeset
100 **Credits**
0
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
101
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
102 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
103 ]]></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
104 <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
105 <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
106 </citations>
0
2793d1d765b9 Imported from capsule None
devteam
parents:
diff changeset
107 </tool>