comparison macros.xml @ 0:af9c15ba501f draft default tip

"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/purge_haplotigs commit 4eeb962b57af0e0d80cfefeac08b7206fdc4c60e"
author galaxy-australia
date Wed, 20 Apr 2022 06:46:59 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:af9c15ba501f
1 <macros>
2 <token name="@TOOL_VERSION@">1.1.2</token>
3 <token name="@VERSION_SUFFIX@">0</token>
4 <xml name="biotools">
5 <xrefs>
6 <xref type="bio.tools">purgehaplotigs</xref>
7 </xrefs>
8 </xml>
9 <xml name="requirements">
10 <requirements>
11 <requirement type="package" version="@TOOL_VERSION@">purge_haplotigs</requirement>
12 </requirements>
13 </xml>
14 <xml name="stdio">
15 <stdio>
16 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" />
17 <exit_code range="1:" level="fatal" description="Error" />
18 </stdio>
19 </xml>
20 <xml name="version_command">
21 <version_command><![CDATA[
22 purge_haplotigs 2>&1 | head -1
23 ]]></version_command>
24 </xml>
25 </macros>