mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Changes to be committed:
modified: obitests/obitools/obicount/test.sh modified: pkg/obioptions/version.go
This commit is contained in:
@ -10,9 +10,8 @@ TEST_NAME=obicount
|
||||
# Some variable and function definitions: please don't change them
|
||||
#
|
||||
######
|
||||
|
||||
TEST_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
|
||||
OBITOOLS_DIR="${TEST_DIR/obitest*/}build"
|
||||
OBITOOLS_DIR="$(sed 's/obitest.*//' <<< "$TEST_DIR")build"
|
||||
export PATH="${OBITOOLS_DIR}:${PATH}"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user