diff gff2bed.xml @ 1:639c0edb7e64 draft

planemo upload for repository https://github.com/kavonrtep/galaxy_packages commit 248ffeb6792d5807820b664eae3e88306f3f395e-dirty
author petr-novak
date Mon, 26 Feb 2024 12:59:20 +0000
parents 696e702ebf74
children 90c46e40d222
line wrap: on
line diff
--- a/gff2bed.xml	Mon May 09 08:26:30 2022 +0000
+++ b/gff2bed.xml	Mon Feb 26 12:59:20 2024 +0000
@@ -1,9 +1,11 @@
-<tool id="gff2bed1" name="GFF-to-BED" version="1.0.1">
+<tool id="gff2bed1" name="GFF-to-BED" version="1.0.2">
   <description>converter</description>
   <edam_operations>
     <edam_operation>operation_3434</edam_operation>
   </edam_operations>
-  <command interpreter="python">gff_to_bed_converter.py $input $out_file1</command>
+  <command>
+      python '$__tool_directory__'/gff_to_bed_converter.py $input $out_file1
+  </command>
   <inputs>
     <param format="gff" name="input" type="data" label="Convert this dataset"/>
   </inputs>