Skip to content

Commit

Permalink
updating the linux binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 19, 2023
1 parent 81bcd29 commit b9783a9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file added benchmarking/linux-binaries/classify
Binary file not shown.
Binary file added benchmarking/linux-binaries/dump_table
Binary file not shown.
2 changes: 1 addition & 1 deletion benchmarking/linux-binaries/kraken2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use File::Basename;
use Getopt::Long;

my $PROG = basename $0;
my $KRAKEN2_DIR = "/home/dreycey/miniconda3/envs/phagefilter-benchmarking/libexec";
my $KRAKEN2_DIR = "/home/azureuser/miniconda3/libexec";

# Test to see if the executables got moved, try to recover if we can
if (! -e "$KRAKEN2_DIR/classify") {
Expand Down
2 changes: 1 addition & 1 deletion benchmarking/linux-binaries/kraken2-build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use File::Basename;
use Getopt::Long;

my $PROG = basename $0;
my $KRAKEN2_DIR = "/home/dreycey/miniconda3/envs/phagefilter-benchmarking/libexec";
my $KRAKEN2_DIR = "/home/azureuser/miniconda3/libexec";

# Test to see if the executables got moved, try to recover if we can
if (! -e "$KRAKEN2_DIR/classify") {
Expand Down
2 changes: 1 addition & 1 deletion benchmarking/linux-binaries/kraken2-inspect
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use File::Basename;
use Getopt::Long;

my $PROG = basename $0;
my $KRAKEN2_DIR = "/home/dreycey/miniconda3/envs/phagefilter-benchmarking/libexec";
my $KRAKEN2_DIR = "/home/azureuser/miniconda3/libexec";

# Test to see if the executables got moved, try to recover if we can
if (! -e "$KRAKEN2_DIR/classify") {
Expand Down

0 comments on commit b9783a9

Please sign in to comment.