changeset 4:1f75d46e55f5 draft

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/tabular_to_fastq commit 31edb920789fbd080260f853bc856be72fa7cfa8"
author devteam
date Fri, 01 Nov 2019 13:22:35 -0400
parents 643018aa1435
children e8ca9af08774
files tabular_to_fastq.xml
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tabular_to_fastq.xml	Sat Sep 30 13:54:43 2017 -0400
+++ b/tabular_to_fastq.xml	Fri Nov 01 13:22:35 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>