Skip to content

Commit

Permalink
Merge pull request #5 from jordan-rash/main
Browse files Browse the repository at this point in the history
Updating env binary paths
  • Loading branch information
jordan-rash authored Mar 22, 2021
2 parents c25adb3 + dbc1fe0 commit 7658a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies/lib/perl/JavaRun.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sub new {
# $self->jvm("/h1/edmonsom/local/Linux_x86_64/jre1.6.0_15/bin/java");
# $self->jvm("/usr/bin/env java");
$self->ram(512);
$self->jvm("/bin/env java");
$self->jvm("/usr/bin/env java");
# $self->classpath("/home/medmonso/lib/bambino.jar");
$self->configure(%options);
return $self;
Expand Down
2 changes: 1 addition & 1 deletion src/main/scripts/junction_annotate.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env perl
#!/usr/bin/env perl
# add annotations to a junction file from a GTF file (e.g. GenCode)
#
# MNE 2/2015
Expand Down

0 comments on commit 7658a97

Please sign in to comment.