diff antismash.xml @ 23:d26e8aa37ce9 draft

Uploaded
author bgruening
date Mon, 14 Oct 2013 04:36:52 -0400
parents 225d40beff1a
children b942dfd80819
line wrap: on
line diff
--- a/antismash.xml	Mon Oct 14 03:26:11 2013 -0400
+++ b/antismash.xml	Mon Oct 14 04:36:52 2013 -0400
@@ -14,7 +14,10 @@
     <command>
         #import os, glob
         #set $outputfolder = $html.files_path
-        #if $infile.ext == 'genbank':
+        #if str($infile.ext) == 'genbank':
+            #set $file_extension = 'gb'
+        #else:
+            ## TODO add embl as input file
             #set $file_extension = 'gb'
         #end if