changeset 6:e4f590da4f21 draft default tip

planemo upload commit 3f173b2841767d1f46aca79654c6520f70965dfe-dirty
author cpt
date Mon, 03 Nov 2025 21:36:43 +0000
parents 03384dbb511d
children
files gff2gb.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gff2gb.xml	Fri Jan 05 05:52:51 2024 +0000
+++ b/gff2gb.xml	Mon Nov 03 21:36:43 2025 +0000
@@ -2,13 +2,12 @@
     <description>convert gff3 to GenBank</description>
     <macros>
         <import>macros.xml</import>
-    
     </macros>
     <expand macro="requirements"/>
     <command detect_errors="aggressive"><![CDATA[
 @GENOME_SELECTOR_PRE@
 
-'python $__tool_directory__/gff2gb.py'
+python '$__tool_directory__/gff2gb.py'
 @INPUT_GFF@
 @INPUT_FASTA@
 --transltbl '$transltbl'