Skip to content

Ambiguous default value for cap-BQ in demuxlet #71

Description

@mvochteloo

I noticed a discrepancy in the default value for the cap-BQ parameter between the documentation and implementation of demuxlet.

The README.md states that demuxlet defaults to a maximum base quality (cap-BQ) of 40:

Read filtering Options
   --cap-BQ [INT: 40] : Maximum base quality (higher BQ will be capped)

while the actual implementation cmd_cram_demuxlet.cpp seems to default to 20:

int32_t capBQ = 20;

Which one is correct?

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