cpr / scripts

Commit History

Merge upstream/main into gradio - bring in all core improvements
9895fb8

LoocasGoose Claude Opus 4.5 commited on

chore: clean up redundant scripts and consolidate thresholds
dd5ecfc

ronboger Claude Opus 4.5 commited on

fix: FDR computation bug, clean up CLEAN/DALI notebooks
e33fa0e

ronboger Claude Opus 4.5 commited on

chore: clean up stale results, add partial FNR script
43965f0

ronboger Claude Opus 4.5 commited on

refactor: consolidate CLI to single 'cpr search' command
aae26ca

ronboger Claude Opus 4.5 commited on

fix: use N=100 for FDR (matches paper), 100 trials, partial thresholds
173414b

ronboger Claude Opus 4.5 commited on

perf: optimize FDR computation and add DALI documentation
9f07ba7

ronboger Claude Opus 4.5 commited on

feat: add --alpha-levels option for custom threshold computation
816d486

ronboger Claude Opus 4.5 commited on

feat: add FNR threshold computation and partial match support
89b7db8

ronboger Claude Opus 4.5 commited on

fix: remove unsupported --no-mount flag from apptainer build
f49c4e2

ronboger Claude Opus 4.5 commited on

fix: Apptainer build mount points and SLURM resource limits
7293ed5

ronboger Claude Opus 4.5 commited on

refactor: cleanup repo, add SLURM scripts, document reproducibility
f7a768a

ronboger Claude Opus 4.5 commited on

fix: use shared conda path in SLURM script
8df6de9

ronboger Claude Opus 4.5 commited on

fix: CLI tests and FAISS edge case handling
e8e66c2

ronboger Claude Opus 4.5 commited on

feat: add CLEAN embedding support and CLI tests
6754836

ronboger Claude Opus 4.5 commited on

fix: use correct calibration dataset (pfam_new_proteins.npy)
e1c703d

ronboger Claude Opus 4.5 commited on

fix: handle numpy array in FDR investigation script
259d804

ronboger commited on

feat: add Docker/Apptainer support and FDR investigation tools
ec2e76e

ronboger Claude Opus 4.5 commited on

feat: add verification scripts and multi-model embedding support
3f702bf

ronboger Claude Opus 4.5 commited on

feat: add CLI, fix FDR bug, verify paper result (59/149 = 39.6%)
c95d941

ronboger Claude Opus 4.5 commited on

new clean branch
3a8e9de

LoocasGoose commited on

savez
984eff1

ronboger commited on

bunch of renaming and refactoring
30c3022

ronboger commited on

created dockerfile and dockerignore
dcb463f

LoocasGoose commited on

second attempt at fdr/fnr generating script
19e829b

LoocasGoose commited on

rewrote precompute fdr into shell script
48a8027

LoocasGoose commited on

refactored gradio code to use pre-existing files
1991564

LoocasGoose commited on

completed fnr and fdr thresholds scripts. currently testing both
3cb76d5

LoocasGoose commited on

finished fnr threshold function w/ exact + partial
6c7e8b0

LoocasGoose commited on

updated fdr calc to support exact + partial
0075325

LoocasGoose commited on

completed script v1 for generating fdr thresholds
1514e50

LoocasGoose commited on

third overall update
210a0ec

LoocasGoose commited on

Merge branch 'main' of https://github.com/LoocasGoose/conformal-protein-retrieval
d73344e

LoocasGoose commited on

first attempt at gradio website. basic functionalities for UI/UX present
5654c4a

LoocasGoose commited on

scripts for embedding, search, translation
4b18630

seyonec commited on

script had bug ugh
788d3f9

seyonec commited on

fully working scripts for searching and getting probs with known lambda
670835f

seyonec commited on

fix search script
51249be

seyonec commited on

Merge branch 'main' of github.com:ronboger/conformal-protein-retrieval
f894f97

ronboger commited on

log partial
b53d669

Seyone Chithrananda commited on

log both p0, p1
176ee20

Seyone Chithrananda commited on

move to argparser
7fa88b0

seyonec commited on

changes to script
3dcaefd

seyonec commited on

precompute SVA probs for linspace of similarities
1a11688

seyonec commited on

search script
ad6fb27

ronboger commited on

adds a script for getting probabilities given a similarity score
1c6f789

ronboger commited on