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

Changeset 3:68f57cc8fad0 (2019-11-01)
Previous changeset 2:b8cdc0507586 (2017-09-30) Next changeset 4:2dcfbbf9071a (2020-02-19)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/tabular_to_fastq commit 31edb920789fbd080260f853bc856be72fa7cfa8"
modified:
tabular_to_fastq.xml
b
diff -r b8cdc0507586 -r 68f57cc8fad0 tabular_to_fastq.xml
--- a/tabular_to_fastq.xml Sat Sep 30 13:56:23 2017 -0400
+++ b/tabular_to_fastq.xml Fri Nov 01 13:27:30 2019 -0400
[
@@ -1,5 +1,11 @@
 <tool id="tabular_to_fastq" name="Tabular to FASTQ" version="1.1.1">
     <description>converter</description>
+    <edam_topics>
+        <edam_topic>topic_0622</edam_topic>
+    </edam_topics>
+    <edam_operations>
+        <edam_operation>operation_3434</edam_operation>
+    </edam_operations>
     <command><![CDATA[
 python '$__tool_directory__/tabular_to_fastq.py' '$input_file' '$output_file' '$identifier' '$sequence' '$quality'
     ]]></command>