Skip to content
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

Unable to get GCT scores in excel output. #67

Open
notmaurox opened this issue Mar 9, 2022 · 0 comments
Open

Unable to get GCT scores in excel output. #67

notmaurox opened this issue Mar 9, 2022 · 0 comments

Comments

@notmaurox
Copy link

I am trying to process samples and get GCT scores in the excel output file.

I think the issue comes from this line:

if [v for v in self.gct_scores.values() if v is not None and np.isnan(v) is False] == []:

If I comment it out; GCT scores appear in the excel output. I think you might want to check
np.isnan(v) is True instead of np.isnan(v) is False

Cheers,
Mauro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant