Skip to content

Commit

Permalink
abyss-pe: use executables located in the same install of abyss-pe
Browse files Browse the repository at this point in the history
traymond committed May 8, 2014
1 parent 0c945d4 commit d0f1113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/abyss-pe
Original file line number Diff line number Diff line change
@@ -85,8 +85,7 @@ mpirun=mpirun
endif

# Determine the path to the ABySS executables
path?=$(shell if ! which ABYSS >/dev/null 2>/dev/null; then \
dirname $(MAKEFILE_LIST); fi)
path?=$(shell dirname `which $(MAKEFILE_LIST)`)
ifdef path
PATH:=$(path):$(PATH)
endif
@@ -270,6 +269,7 @@ Written by Shaun Jackman and Anthony Raymond.\n\
Copyright 2012 Canada'\''s Michael Smith Genome Science Centre\n'

versions: version
@echo PATH=$(PATH)
@ABYSS --version; echo
@-ABYSS-P --version; echo
@AdjList --version; echo

0 comments on commit d0f1113

Please sign in to comment.