Skip to content

AnalyzeSequences bug due to Genome object #178

@rfriedman22

Description

@rfriedman22

This line of code in AnalyzeSequences raises the following error:
AttributeError: type object 'Genome' has no attribute '_initialized'

The error appears to be because the default value, Genome, is not initialized when the init function is called for AnalyzeSequences and appeared in version 0.5.0. The issue doesn't occur in version 0.4.8.

I'm not sure how to handle the error because constructing a Genome object requires passing in the path to a file, but a file may not always be necessary, e.g. when calling the function AnalyzeSequences.get_predictions_for_fasta_file.

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