comparison fq_deinterleave.xml @ 1:3cab918bc851 draft default tip

planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit f66b297dfee0d16df8f185c075fe349b8c6b3203
author jvolkening
date Fri, 08 Mar 2024 01:49:12 +0000
parents b42eb9ff6a8c
children
comparison
equal deleted inserted replaced
0:b42eb9ff6a8c 1:3cab918bc851
1 <tool id="b2b_@TOOL_NAME@" name="Interleave reads" 1 <tool id="b2b_@TOOL_NAME@" name="De-interleave reads"
2 version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="MIT" profile="21.01"> 2 version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="MIT" profile="21.01">
3 <description>Interleaved paired FASTQ files</description> 3 <description>De-interleave paired FASTQ files</description>
4 <macros> 4 <macros>
5 <token name="@TOOL_NAME@">fq_deinterleave</token> 5 <token name="@TOOL_NAME@">fq_deinterleave</token>
6 <token name="@TOOL_VERSION@">0.202</token> 6 <token name="@TOOL_VERSION@">0.202</token>
7 <token name="@VERSION_SUFFIX@">1</token> 7 <token name="@VERSION_SUFFIX@">2</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
10 <edam_topics> 10 <edam_topics>
11 <edam_topic>topic_0080</edam_topic> <!-- Sequence analysis --> 11 <edam_topic>topic_0080</edam_topic> <!-- Sequence analysis -->
12 </edam_topics> 12 </edam_topics>