Skip to content

Commit

Permalink
Travis: mash on path
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Jun 4, 2018
1 parent 4807a37 commit b0a7189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
install:
- pip install -r requirements.txt
- wget https://github.com/marbl/Mash/releases/download/v2.0/mash-Linux64-v2.0.tar && tar xf mash-Linux64-v2.0.tar
- export PATH=$PATH:$PWD/mash-Linux64-v2.0
before_script: # to get matplotlib to work
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
Expand Down
2 changes: 1 addition & 1 deletion test/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#easy run
sys.stderr.write("Running database creation + BGMM model fit (--easy-run)\n")
subprocess.run("python ../poppunk-runner.py --easy-run --r-files references.txt --min-k 13 --k-step 3 --output example_db --full-db --K 4 --mash" + mash_exec, shell=True, check=True)
subprocess.run("python ../poppunk-runner.py --easy-run --r-files references.txt --min-k 13 --k-step 3 --output example_db --full-db --K 4 --mash " + mash_exec, shell=True, check=True)

#fit dbscan
sys.stderr.write("Running HDBSCAN model fit (--fit-model)\n")
Expand Down

0 comments on commit b0a7189

Please sign in to comment.