We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm receiving an error during mcds.get_score_adata such that quant_type='hyper-score' is not found and looking for quant_type='hyper_score'
mcds.get_score_adata
quant_type='hyper-score' is not found
looking for quant_type='hyper_score'
I found in the mcds.py the following:
QUANT_TYPES from:
QUANT_TYPES
ALLCools/ALLCools/mcds/mcds.py
Line 1025 in fb895c3
Line 1029 in fb895c3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm receiving an error during
mcds.get_score_adata
such thatquant_type='hyper-score' is not found
andlooking for quant_type='hyper_score'
I found in the mcds.py the following:
QUANT_TYPES
from:ALLCools/ALLCools/mcds/mcds.py
Line 1025 in fb895c3
are not aligning with here:
ALLCools/ALLCools/mcds/mcds.py
Line 1029 in fb895c3
When I edit L1029 to "hyper-score" I no longer see an error during
mcds.get_score_adata
The text was updated successfully, but these errors were encountered: