-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding per-base inference #9
Conversation
Dropping this model shape:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm running into a few issues with unit tests on ermine in epam conda env.
First, I updated tests/test_framework.py
by swapping create_mutation_and_base_indicators
with encode_mut_pos_and_base
(issues mentioned here). This test now passes.
Remaining errors:
FAILED tests/test_netam.py::test_write_output - RuntimeError: Parent directory _ignore does not exist.
FAILED tests/test_netam.py::test_crepe_roundtrip - RuntimeError: Parent directory _ignore does not exist.
ERROR tests/test_dnsm.py::test_crepe_roundtrip - FileNotFoundError: ``/Users/matsen/data/wyatt-10x-1p5m_pcp_2023-10-07.first100.shmple.hdf5`` does not ...
The first two can be solved by making the directory. It might be more useful to add a check for the directory and create if necessary as we do here in epam.
For the last issue, can this file live somewhere accessible?
RSXX
for Rate Substitution models. These generatecsps
as well, which are conditional substitution probabilities.Note this that appears everywhere: