Previous changeset 2:4844c1810c16 (2017-09-30) Next changeset 4:297962e79f39 (2020-02-19) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastqtofasta commit 31edb920789fbd080260f853bc856be72fa7cfa8" |
modified:
fastq_to_fasta.xml |
b |
diff -r 4844c1810c16 -r a64c24430f5e fastq_to_fasta.xml --- a/fastq_to_fasta.xml Sat Sep 30 13:56:09 2017 -0400 +++ b/fastq_to_fasta.xml Fri Nov 01 13:27:10 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_3434</edam_operation> + </edam_operations> <command><![CDATA[ gx-fastq-to-fasta '$input_file' '$output_file' '${input_file.extension[len('fastq'):]}' ]]></command> |