Skip to content

Unable to get GCT scores in excel output.  #67

@notmaurox

Description

@notmaurox

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions