# HG changeset patch # User bgruening # Date 1381739812 14400 # Node ID d26e8aa37ce994de6a662bc4a48adab35210efa3 # Parent 225d40beff1a66776fc03e8a90013ec048eb73ee Uploaded diff -r 225d40beff1a -r d26e8aa37ce9 antismash.xml --- 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 @@ #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 diff -r 225d40beff1a -r d26e8aa37ce9 repository_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/repository_dependencies.xml Mon Oct 14 04:36:52 2013 -0400 @@ -0,0 +1,4 @@ + + + + diff -r 225d40beff1a -r d26e8aa37ce9 tool_dependencies.xml --- a/tool_dependencies.xml Mon Oct 14 03:26:11 2013 -0400 +++ b/tool_dependencies.xml Mon Oct 14 04:36:52 2013 -0400 @@ -130,6 +130,15 @@ $INSTALL_DIR/run_antismash.py + + https://raw.github.com/bgruening/galaxytools/master/antismash/src/genecluster_sequence/__init__.py + $INSTALL_DIR/antismash/output_modules/genecluster_sequence/ + + __init__.py + $INSTALL_DIR/antismash/output_modules/genecluster_sequence/ + - - $REPOSITORY_INSTALL_DIR/src/ - $INSTALL_DIR/antismash/output_modules/ -