diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Wed Apr 20 06:46:59 2022 +0000
@@ -0,0 +1,25 @@
+<macros>
+    <token name="@TOOL_VERSION@">1.1.2</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <xml name="biotools">
+	<xrefs>
+	    <xref type="bio.tools">purgehaplotigs</xref>
+ 	</xrefs>
+    </xml>
+    <xml name="requirements">
+	    <requirements>
+		   <requirement type="package" version="@TOOL_VERSION@">purge_haplotigs</requirement>
+           </requirements>
+   </xml>
+   <xml name="stdio">
+     <stdio>
+        <exit_code range=":-1"  level="fatal" description="Error: Cannot open file" />
+        <exit_code range="1:"  level="fatal" description="Error" />
+     </stdio>
+   </xml>
+  <xml name="version_command">
+      <version_command><![CDATA[
+	      purge_haplotigs 2>&1 | head -1       
+      ]]></version_command>
+  </xml>
+</macros>