Skip to content

Commit

Permalink
Add new scores to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Jan 31, 2021
1 parent c82a03d commit 1b1d30a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
sys.stderr.write("Running model refinement (--fit-model refine)\n")
subprocess.run("python ../poppunk-runner.py --fit-model refine --ref-db example_db --output example_refine --neg-shift 0.8 --overwrite", shell=True, check=True)
subprocess.run("python ../poppunk-runner.py --fit-model refine --ref-db example_db --output example_refine --neg-shift 0.8 --overwrite --indiv-refine both", shell=True, check=True)
subprocess.run("python ../poppunk-runner.py --fit-model refine --ref-db example_db --output example_refine --neg-shift 0.8 --overwrite --score-idx 1", shell=True, check=True)
subprocess.run("python ../poppunk-runner.py --fit-model refine --ref-db example_db --output example_refine --neg-shift 0.8 --overwrite --score-idx 2", shell=True, check=True)
subprocess.run("python ../poppunk-runner.py --fit-model threshold --threshold 0.003 --ref-db example_db --output example_threshold", shell=True, check=True)

# lineage clustering
Expand Down

0 comments on commit 1b1d30a

Please sign in to comment.