changeset 14:aaf5c557af13 draft

Uploaded
author geert-vandeweyer
date Mon, 28 Jul 2014 10:06:17 -0400
parents 4a74b359e941
children c84329c23401
files run_cf0611.pl
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/run_cf0611.pl	Mon Jul 28 09:59:07 2014 -0400
+++ b/run_cf0611.pl	Mon Jul 28 10:06:17 2014 -0400
@@ -30,7 +30,8 @@
 my $partnerfile='';
 
 my $cwd = getcwd();
-my $scriptspath = $cffile = '';
+my $scriptspath = '';
+my $cffile = '';
 # Galaxy installer puts scripts and jar into a folder, which is available under the environment variable CF_PATH
 if (defined($ENV{'CF_PATH'}) && -d $ENV{'CF_PATH'}) {
 	$scriptspath = $ENV{'CF_PATH'}."/cf_scripts";