diff mlst_list.xml @ 6:31812e7a1315 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit ecebab288909d75a9f6e86d34a5c85e246678ab2
author iuc
date Wed, 15 Jun 2022 19:00:04 +0000
parents 68cdb40ff91c
children
line wrap: on
line diff
--- a/mlst_list.xml	Mon Jun 08 13:09:53 2020 -0400
+++ b/mlst_list.xml	Wed Jun 15 19:00:04 2022 +0000
@@ -1,5 +1,8 @@
 <tool id="mlst_list" name="MLST List" version="@VERSION@">
-    <description>Lists available schemes for the MLST tool.</description>
+    <description>Lists available schemes for the MLST tool</description>
+    <xrefs>
+        <xref type="bio.tools">mlst</xref>
+    </xrefs>
     <macros>
         <import>macros.xml</import>
     </macros>
@@ -7,7 +10,7 @@
     <expand macro="version_command" />
 
     <command detect_errors="exit_code"><![CDATA[
-        mlst $list_type > "$report"
+        mlst $list_type > '$report'
     ]]></command>
 
     <inputs>