diff fsd_macros.xml @ 1:ec5a92514113 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fsd commit 2f7a8781ec284b6fefe162416786d374c032e441"
author iuc
date Wed, 04 Dec 2019 16:32:40 -0500
parents 7fc3c8704c05
children
line wrap: on
line diff
--- a/fsd_macros.xml	Thu Oct 24 09:36:09 2019 -0400
+++ b/fsd_macros.xml	Wed Dec 04 16:32:40 2019 -0500
@@ -1,4 +1,5 @@
 <macros>
+    <token name="@ESCAPE_IDENTIFIER@"><![CDATA[#silent import re#'#echo re.sub('[^\s\w\-\.]', '_', str($file.element_identifier))#']]></token>
     <xml name="citation">
     <citations>
         <citation type="bibtex">
@@ -9,5 +10,12 @@
          }
         </citation>
     </citations>
-</xml>
-</macros>
\ No newline at end of file
+    </xml>
+
+    <xml name="requirements">
+    <requirements>
+        <requirement type="package" version="3.1.2">matplotlib</requirement>
+        <yield/>
+    </requirements>
+    </xml>
+</macros>