annotate fastq_paired_end_joiner.xml @ 8:88c5637a57e5 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit bb5df9e62585e12f08dfc0a9f86eec8e205b4845
author iuc
date Fri, 04 Oct 2024 10:33:45 +0000
parents 9ffd7cf6bc37
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
88c5637a57e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit bb5df9e62585e12f08dfc0a9f86eec8e205b4845
iuc
parents: 7
diff changeset
1 <!-- TODO as soon as possible adapt the TOOL VERSION macro token .. so far only bump minor versions -->
88c5637a57e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit bb5df9e62585e12f08dfc0a9f86eec8e205b4845
iuc
parents: 7
diff changeset
2 <tool id="fastq_paired_end_joiner" name="FASTQ joiner" version="2.0.1.1+galaxy1" profile="@PROFILE@">
4
bce792b8e239 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 <description>on paired end reads</description>
7
9ffd7cf6bc37 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit d4ced60a941c4c4a2fe95de9c09a10086810b387"
iuc
parents: 6
diff changeset
4 <macros>
9ffd7cf6bc37 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit d4ced60a941c4c4a2fe95de9c09a10086810b387"
iuc
parents: 6
diff changeset
5 <import>macros.xml</import>
9ffd7cf6bc37 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit d4ced60a941c4c4a2fe95de9c09a10086810b387"
iuc
parents: 6
diff changeset
6 </macros>
6
8a372f389ced "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_topics>
8a372f389ced "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_topic>topic_0622</edam_topic>
8a372f389ced "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_topics>
8a372f389ced "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_operations>
8a372f389ced "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_operation>operation_3436</edam_operation>
8a372f389ced "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
12 </edam_operations>
8
88c5637a57e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit bb5df9e62585e12f08dfc0a9f86eec8e205b4845
iuc
parents: 7
diff changeset
13 <expand macro="requirements"/>
4
bce792b8e239 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><![CDATA[
bce792b8e239 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 gx-fastq-paired-end-joiner '$input1_file' '${input1_file.extension[len('fastq'):]}' '$input2_file' '${input2_file.extension[len('fastq'):]}' '$output_file' $style '${paste_sequence}'
bce792b8e239 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 ]]></command>
bce792b8e239 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>
bce792b8e239 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="input1_file" type="data" format="fastqsanger,fastqcssanger,fastqsanger.gz,fastqcssanger.gz,fastqsanger.bz2,fastqcssanger.bz2" label="Left-hand Reads" />
bce792b8e239 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 <param name="input2_file" type="data" format="fastqsanger,fastqcssanger,fastqsanger.gz,fastqcssanger.gz,fastqsanger.bz2,fastqcssanger.bz2" label="Right-hand Reads" />
bce792b8e239 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 <param name="style" type="select" label="FASTQ Header Style">
bce792b8e239 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 <option value="old" selected="true">old</option>
bce792b8e239 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 <option value="new">new</option>
bce792b8e239 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>
bce792b8e239 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="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"/>
bce792b8e239 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 </inputs>
bce792b8e239 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>
bce792b8e239 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 <data name="output_file" format_source="input1_file" />
bce792b8e239 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 </outputs>
bce792b8e239 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 <tests>
bce792b8e239 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 <test>
bce792b8e239 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 <param name="input1_file" value="split_pair_reads_1.fastqsanger" ftype="fastqsanger" />
bce792b8e239 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 <param name="input2_file" value="split_pair_reads_2.fastqsanger" ftype="fastqsanger" />
bce792b8e239 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
33 <output name="output_file" file="3.fastqsanger" ftype="fastqsanger" />
bce792b8e239 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
34 </test>
5
ff56900af0c0 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 <test>
ff56900af0c0 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 <param name="input1_file" value="split_pair_reads_1.fastqsanger.gz" ftype="fastqsanger.gz" />
ff56900af0c0 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 <param name="input2_file" value="split_pair_reads_2.fastqsanger.gz" ftype="fastqsanger.gz" />
ff56900af0c0 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 <output name="output_file" file="3.fastqsanger" ftype="fastqsanger.gz" decompress="true" />
ff56900af0c0 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 </test>
ff56900af0c0 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 <test>
ff56900af0c0 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 <param name="input1_file" value="split_pair_reads_1.fastqsanger.bz2" ftype="fastqsanger.bz2" />
ff56900af0c0 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 <param name="input2_file" value="split_pair_reads_2.fastqsanger.bz2" ftype="fastqsanger.bz2" />
ff56900af0c0 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
43 <output name="output_file" file="3.fastqsanger" ftype="fastqsanger.bz2" decompress="true" />
ff56900af0c0 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
44 </test>
4
bce792b8e239 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
45 </tests>
bce792b8e239 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
46 <help><![CDATA[
0
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
47 **What it does**
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
48
1
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
49 This tool joins paired end FASTQ reads from two separate files into a
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
50 single read in one file. The join is performed using sequence
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
51 identifiers, allowing the two files to contain differing ordering. If
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
52 a sequence identifier does not appear in both files, it is excluded
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
53 from the output.
0
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
54
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
55 -----
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
56
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
57 **Input formats**
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
58
1
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
59 Both old and new (from recent Illumina software) style FASTQ headers
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
60 are supported. The following example uses the "old" style.
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
61
0
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
62 Left-hand Read::
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
63
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
64 @HWI-EAS91_1_30788AAXX:7:21:1542:1758/1
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
65 GTCAATTGTACTGGTCAATACTAAAAGAATAGGATC
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
66 +HWI-EAS91_1_30788AAXX:7:21:1542:1758/1
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
67 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
68
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
69 Right-hand Read::
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
70
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
71 @HWI-EAS91_1_30788AAXX:7:21:1542:1758/2
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
72 GCTCCTAGCATCTGGAGTCTCTATCACCTGAGCCCA
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
73 +HWI-EAS91_1_30788AAXX:7:21:1542:1758/2
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
74 hhhhhhhhhhhhhhhhhhhhhhhh`hfhhVZSWehR
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
75
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
76 -----
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
77
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
78 **Output**
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
79
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
80 A multiple-fastq file, for example::
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
81
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
82 @HWI-EAS91_1_30788AAXX:7:21:1542:1758
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
83 GTCAATTGTACTGGTCAATACTAAAAGAATAGGATCGCTCCTAGCATCTGGAGTCTCTATCACCTGAGCCCA
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
84 +HWI-EAS91_1_30788AAXX:7:21:1542:1758
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
85 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh`hfhhVZSWehR
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
86
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
87 ------
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
88
1
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
89 **The "new" style**
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
90
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
91 Recent Illumina FASTQ headers are structured as follows::
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
92
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
93 @COORDS FLAGS
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
94 COORDS = INSTRUMENT:RUN_#:FLOWCELL_ID:LANE:TILE:X:Y
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
95 FLAGS = READ:IS_FILTERED:CONTROL_NUMBER:INDEX_SEQUENCE
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
96
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
97 where the whitespace character between COORDS and FLAGS can be either
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
98 a space or a tab.
0
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
99
1
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
100 ------
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
101
ce853b881881 Uploaded version 2.0.0 of tool.
devteam
parents: 0
diff changeset
102 **Credits**
0
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
103
4
bce792b8e239 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 New style header support added by Simone Leo <simone.leo@crs4.it> .
bce792b8e239 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 ]]></help>
bce792b8e239 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>
bce792b8e239 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
107 <citation type="doi">10.1093/bioinformatics/btq281</citation>
bce792b8e239 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
108 </citations>
0
d86b8db06e05 Imported from capsule None
devteam
parents:
diff changeset
109 </tool>