Skip to content

Commit

Permalink
Merge branch 'master' of github.com:statisticalbiotechnology/triqler
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed Jan 7, 2025
2 parents 98d7032 + d9b37c6 commit 58848b1
Show file tree
Hide file tree
Showing 7 changed files with 12,808 additions and 12,765 deletions.
52 changes: 26 additions & 26 deletions example/iPRG2016_ref.proteins.1vs2.tsv

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions example/iPRG2016_ref.proteins.1vs3.tsv

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions example/iPRG2016_ref.proteins.2vs3.tsv

Large diffs are not rendered by default.

24,906 changes: 12,453 additions & 12,453 deletions example/iPRG2016_ref.tsv.pqr.tsv

Large diffs are not rendered by default.

495 changes: 268 additions & 227 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ plot_hyperparameter_fits = 'triqler.distribution.plot_hyperparameter_fits:main'
plot_posteriors = 'triqler.distribution.plot_posteriors:main'

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
numpy = "^1.23.3"
python = ">=3.9,<3.13"
numpy = "^2.0.0"
scipy = "^1.9.1"
threadpoolctl = "^3.1.0"
pandas = ">=1.4.0"
Expand Down
2 changes: 2 additions & 0 deletions run_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e # Stop on the first error

export OMP_NUM_THREADS=4
# to replace the reference results execute the following line:
# rename -f 's/iPRG2016./iPRG2016_ref./g' example/iPRG2016.p*; mv example/iPRG2016.tsv.pqr.tsv example/iPRG2016_ref.tsv.pqr.tsv
Expand Down

0 comments on commit 58848b1

Please sign in to comment.