diff mlst_list.xml @ 6:7eb5e58d2263 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Wed, 01 Sep 2021 07:41:48 +0000
parents 022dc4bbc27e
children
line wrap: on
line diff
--- a/mlst_list.xml	Mon Jun 08 17:08:26 2020 +0000
+++ b/mlst_list.xml	Wed Sep 01 07:41:48 2021 +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>