Skip to content

Assertion `_assay_props._platform == UNKNOWN_PLATFORM' failed #25

@TSL-RamKrishna

Description

@TSL-RamKrishna

Strawberry fails with following message:
virtual bool HitFactory::parse_header_line(const string&): Assertion `_assay_props._platform == UNKNOWN_PLATFORM' failed

While checking the code, I see it return SoLiD or Illumina and then asserts the return value is equal to UNKNOWN_PLATFORM. I do not get why it is checking if it is equal to UNKNOWN_PLATFORM.

I commented the line in the src/read.cpp file where it asserts _assay_props._platform == UNKNOWN_PLATFORM (line 357 in the file) and recompiled the software. It seems to work then.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions