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

Changeset 3:b05e39b9c170 (2019-11-01)
Previous changeset 2:56389130cb63 (2017-09-30) Next changeset 4:f1dc2a761c30 (2020-02-19)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
modified:
fastq_combiner.xml
b
diff -r 56389130cb63 -r b05e39b9c170 fastq_combiner.xml
--- a/fastq_combiner.xml Sat Sep 30 14:57:41 2017 -0400
+++ b/fastq_combiner.xml Fri Nov 01 13:23:12 2019 -0400
[
@@ -3,6 +3,12 @@
     <requirements>
         <requirement type="package" version="1.1.1">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-combiner '$fasta_file' '${fasta_file.extension}' '$qual_file' '${qual_file.extension}' '$output_file' $force_quality_encoding
     ]]></command>