comparison sync_reads.xml @ 1:e8df16b34fec draft default tip

planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit 9260aa02a5f703bce63d2db5b69003df9be371ac
author jvolkening
date Fri, 08 Mar 2024 00:44:37 +0000
parents c97a821e54f3
children
comparison
equal deleted inserted replaced
0:c97a821e54f3 1:e8df16b34fec
1 <tool id="b2b_sync_reads" name="Sync paired reads" version="0.005"> 1 <tool id="b2b_sync_reads" name="Sync paired reads"
2 version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="MIT" profile="21.01">
2 3
3 <description>Synchronize trimmed/filtered read-pair set</description> 4 <description>Synchronize trimmed/filtered read-pair set</description>
4 5 <macros>
5 <!-- ***************************************************************** --> 6 <token name="@TOOL_NAME@">sync_reads</token>
6 7 <token name="@TOOL_VERSION@">0.005</token>
7 <requirements> 8 <token name="@VERSION_SUFFIX@">1</token>
8 <requirement type="package" version="0.019">b2b-utils</requirement> 9 <import>macros.xml</import>
9 </requirements> 10 </macros>
10 11 <edam_topics>
11 <!-- ***************************************************************** --> 12 <edam_topic>topic_0080</edam_topic> <!-- Sequence analysis -->
12 13 </edam_topics>
13 <version_command>sync_reads --version | perl -wnE'print "$1\n" for /sync_reads v(.+)/g'</version_command> 14 <edam_operations>
15 <edam_operation>operation_0335</edam_operation> <!-- Formatting -->
16 </edam_operations>
17 <expand macro="requirements" />
18 <expand macro="version_command" />
14 19
15 <!-- ***************************************************************** --> 20 <!-- ***************************************************************** -->
16 21
17 <command detect_errors="aggressive"> 22 <command detect_errors="aggressive">
18 <![CDATA[ 23 <![CDATA[