diff xmfa2gff3.xml @ 13:71e6dd9198dc draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/progressivemauve commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
author iuc
date Fri, 07 Sep 2018 10:55:36 -0400
parents 272c6e61dd0c
children 7ea1fa36f3f4
line wrap: on
line diff
--- a/xmfa2gff3.xml	Sun Jun 28 22:50:47 2015 -0400
+++ b/xmfa2gff3.xml	Fri Sep 07 10:55:36 2018 -0400
@@ -4,19 +4,23 @@
   <macros>
     <import>macros.xml</import>
   </macros>
-  <expand macro="requirements"/>
+  <requirements>
+    <requirement type="package" version="2.7">python</requirement>
+    <requirement type="package" version="1.72">biopython</requirement>
+    <requirement type="package" version="0.6.4">bcbiogff</requirement>
+  </requirements>
   <expand macro="stdio"/>
   <version_command>python xmfa2gff3.py --version</version_command>
-  <command interpreter="python"><![CDATA[
-xmfa2gff3.py
+  <command><![CDATA[
+python '${__tool_directory__}/xmfa2gff3.py'
 $xmfa
 --window_size $window_size
 --relative_to $relative_to
 --sequences
 #for file in $sequences:
-    "${file}"
+  '${file}'
 #end for
-> $output
+> '$output'
 
 ]]></command>
   <inputs>
@@ -39,7 +43,7 @@
   </outputs>
   <tests>
       <test>
-          <param name="xmfa" value="1.xmfa"/>
+          <param name="xmfa" value="2.xmfa"/>
           <param name="sequences" value="karma.fa,phagey.fa" />
           <param name="window_size" value="10" />
           <param name="relative_to" value="1" />