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

Changeset 3:7861f3b10c68 (2019-11-01)
Previous changeset 2:4ac14b275aca (2017-09-30) Next changeset 4:5b87038565bb (2020-02-19)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_manipulation commit 31edb920789fbd080260f853bc856be72fa7cfa8"
modified:
fastq_manipulation.xml
b
diff -r 4ac14b275aca -r 7861f3b10c68 fastq_manipulation.xml
--- a/fastq_manipulation.xml Sat Sep 30 14:58:21 2017 -0400
+++ b/fastq_manipulation.xml Fri Nov 01 13:24:05 2019 -0400
[
@@ -1,9 +1,16 @@
 <tool id="fastq_manipulation" name="Manipulate FASTQ" version="1.1.1">
-    <options sanitize="false" /> <!-- This tool uses a file to rely all parameter information (actually a dynamically generated python module), we can safely not sanitize any parameters -->
+    <options sanitize="false" />
+    <!-- This tool uses a file to rely all parameter information (actually a dynamically generated python module), we can safely not sanitize any parameters -->
     <description>reads on various attributes</description>
     <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_0233</edam_operation>
+    </edam_operations>
     <command><![CDATA[
 gx-fastq-manipulation '$input_file' '$fastq_manipulation_file' '$output_file' '$output_file.files_path' '${input_file.extension[len('fastq'):]}'
     ]]></command>