# HG changeset patch
# User bgruening
# Date 1381524368 14400
# Node ID e2df6fe8b4472d51a37ab811ffd66c5cedf5681b
# Parent 9a099b9b6857d0a3a9abf1c15225ee5c24167cc0
Uploaded
diff -r 9a099b9b6857 -r e2df6fe8b447 antismash.xml
--- a/antismash.xml Fri Oct 11 16:06:28 2013 -0400
+++ b/antismash.xml Fri Oct 11 16:46:08 2013 -0400
@@ -41,29 +41,29 @@
## shuffling files to create the correct outputs for Galaxy
## html output
- #if 'html' in $outputs:
+ #if 'html' in str($outputs).split(','):
cp #echo os.path.join($outputfolder, 'index.html')# $html;
#end if
## gene clusters
- #if 'geneclusterprots_tabular' in $outputs:
+ #if 'geneclusterprots_tabular' in str($outputs).split(','):
cp #echo os.path.join($outputfolder, 'geneclusters.txt')# $geneclusterprots;
#end if
##SVG images
- #if 'archive_svgs' in $outputs:
+ #if 'archive_svgs' in str($outputs).split(','):
cd #echo os.path.join($outputfolder, 'svg')#;
- tar cfz $archive_svgs *_all.svg genecluster*;
+ tar cfz $archive_svgs *_all.svg genecluster*;
#end if
##all files in a archive
- #if 'archive' in $outputs:
+ #if 'archive' in str($outputs).split(','):
cd $outputfolder;
tar cf $archive *.zip;
#end if
## genbank
- #if 'gb' in $outputs:
+ #if 'gb' in str($outputs).split(','):
#for $gb_file in glob.glob( os.path.join($outputfolder, '*.gbk') ):
cat $gb_file >> $genbank;
#end for
diff -r 9a099b9b6857 -r e2df6fe8b447 tool_dependencies.xml
--- a/tool_dependencies.xml Fri Oct 11 16:06:28 2013 -0400
+++ b/tool_dependencies.xml Fri Oct 11 16:46:08 2013 -0400
@@ -33,6 +33,11 @@
$INSTALL_DIR/run_antismash.py
+
+ sed -i 's/check_prereqs(plugins, options) > 0/True/g' $INSTALL_DIR/run_antismash.py
https://bitbucket.org/antismash/antismash2/downloads/clusterblast.tar.gz
tar xfvz clusterblast.tar.gz -C $INSTALL_DIR/antismash/generic_modules/clusterblast
@@ -46,6 +51,11 @@
$INSTALL_DIR/run_antismash.py
+
+ sed -i 's/check_prereqs(plugins, options) > 0/True/g' $INSTALL_DIR/run_antismash.py
https://bitbucket.org/antismash/antismash2/downloads/clusterblast.tar.gz
tar xfvz clusterblast.tar.gz -C $INSTALL_DIR/antismash/generic_modules/clusterblast
@@ -63,7 +73,7 @@
do not offer the option for genprediction and do not install glimmer and Co.
For that reason deactivate the check.
-->
- sed -i s/check_prereqs(plugins, options) > 0/True/
+ sed -i 's/check_prereqs(plugins, options) > 0/True/g' $INSTALL_DIR/run_antismash.py
https://bitbucket.org/antismash/antismash2/downloads/clusterblast.tar.gz
tar xfvz clusterblast.tar.gz -C $INSTALL_DIR/antismash/generic_modules/clusterblast
@@ -77,6 +87,11 @@
$INSTALL_DIR/run_antismash.py
+
+ sed -i 's/check_prereqs(plugins, options) > 0/True/g' $INSTALL_DIR/run_antismash.py
https://bitbucket.org/antismash/antismash2/downloads/clusterblast.tar.gz
tar xfvz clusterblast.tar.gz -C $INSTALL_DIR/antismash/generic_modules/clusterblast