Repository 'fastq_paired_end_joiner'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/fastq_paired_end_joiner

Changeset 6:09a2199cd356 (2019-11-01)
Previous changeset 5:822cc1e6274e (2017-10-07) Next changeset 7:c885369b207b (2020-02-19)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
modified:
fastq_paired_end_joiner.xml
b
diff -r 822cc1e6274e -r 09a2199cd356 fastq_paired_end_joiner.xml
--- a/fastq_paired_end_joiner.xml Sat Oct 07 09:58:53 2017 -0400
+++ b/fastq_paired_end_joiner.xml Fri Nov 01 13:25:12 2019 -0400
[
@@ -3,6 +3,12 @@
     <requirements>
         <requirement type="package" version="1.1.2">galaxy_sequence_utils</requirement>
     </requirements>
+    <edam_topics>
+        <edam_topic>topic_0622</edam_topic>
+    </edam_topics>
+    <edam_operations>
+        <edam_operation>operation_3436</edam_operation>
+    </edam_operations>
     <command><![CDATA[
 gx-fastq-paired-end-joiner '$input1_file' '${input1_file.extension[len('fastq'):]}' '$input2_file' '${input2_file.extension[len('fastq'):]}' '$output_file' $style '${paste_sequence}'
     ]]></command>