Previous changeset 2:b7ce72b00e62 (2017-10-07) Next changeset 4:f3936d0632cb (2020-02-19) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_deinterlacer commit 31edb920789fbd080260f853bc856be72fa7cfa8" |
modified:
fastq_paired_end_deinterlacer.xml |
b |
diff -r b7ce72b00e62 -r 03d57fea6482 fastq_paired_end_deinterlacer.xml --- a/fastq_paired_end_deinterlacer.xml Sat Oct 07 10:00:52 2017 -0400 +++ b/fastq_paired_end_deinterlacer.xml Fri Nov 01 13:24:38 2019 -0400 |
[ |
@@ -3,6 +3,12 @@ <requirements> <requirement type="package" version="1.1.2">galaxy_sequence_utils</requirement> </requirements> + <edam_topics> + <edam_topic>topic_0622</edam_topic> + </edam_topics> + <edam_operations> + <edam_operation>operation_3359</edam_operation> + </edam_operations> <command><![CDATA[ gx-fastq-paired-end-deinterlacer '$input_file' '${input_file.extension[len('fastq'):]}' '$output1_pairs_file' '$output2_pairs_file' '$output1_singles_file' '$output2_singles_file' ]]></command> |