bcgsc / btllib

Bioinformatics Technology Lab common code library
Other
21 stars 5 forks source link

Review: Indexlr phred filter #59

Closed aafshinfard closed 1 year ago

aafshinfard commented 2 years ago

We may avoid merging until we test various statistics and approaches to filter the kmers.

aafshinfard commented 2 years ago

$ ninja test-wrappers
[0/1] Running external command test-wrappers (wrapped by meson to set env)
/projects/btl_scratch/aafshinfard/projects/indexlr/btllib/scripts/test-wrappers: line 12: cd: install/lib/btllib/python: No such file or directory
while executing ['/projects/btl_scratch/aafshinfard/projects/indexlr/btllib/scripts/test-wrappers']
FAILED: meson-internal__test-wrappers
/projects/btl/aafshinfard/miniconda3/envs/btllibpy37/bin/meson --internal exe --unpickle /projects/btl_scratch/aafshinfard/projects/indexlr/btllib/build/meson-private/meson_exe_test-wrappers_13ab3b46c63c92ffe82a617a047ad74450511228.dat
ninja: build stopped: subcommand failed.
aafshinfard commented 2 years ago

Having some weird issues locally with ninja quality-assurance just like a few other people in the lab. Trying to troubleshoot using the online Azure log.

aafshinfard commented 2 years ago

Tests passing now. I tried to make sure that wherever I update a constructor for q (quality), I keep another copy of that constructor without q so that older codes using newer btllib would not break.