Skip to content

Commit

Permalink
Changed path for MONKEY_BASEDIR variable
Browse files Browse the repository at this point in the history
addressing issue #31
  • Loading branch information
wmaguire-gladstone committed Dec 4, 2019
1 parent 1268b5e commit 84a25ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkey_agw
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use Data::Dumper;
use Getopt::Long;
use Cwd 'abs_path';
use lib dirname( abs_path $0);
my $MONKEY_BASEDIR; BEGIN { $MONKEY_BASEDIR = "/wynton/group/gladstone/biocore/monkey"; } #$MONKEY_BASEDIR = (defined($ENV{'MONKEY_BASEDIR'})) ? $ENV{'MONKEY_BASEDIR'} : "/data/work/Code/alexgw/monkey_agw";
my $MONKEY_BASEDIR; BEGIN { $MONKEY_BASEDIR = "/wynton/group/gladstone/biocore/MonkeyPipeline"; } #$MONKEY_BASEDIR = (defined($ENV{'MONKEY_BASEDIR'})) ? $ENV{'MONKEY_BASEDIR'} : "/data/work/Code/alexgw/monkey_agw";
use lib qw(/wynton/group/gladstone/third_party/perl5/libperl/lib/perl5);
use lib "$MONKEY_BASEDIR"; # To make sure we find bananas_agw
use bananas_agw; # Looks for it in $MONKEY_BASEDIR
Expand Down

0 comments on commit 84a25ae

Please sign in to comment.