Skip to content

unconfirmed bug in python code #59

@adalisan

Description

@adalisan

I was reading through the code, and I think this is likely a bug.

r2trimconsensus = consensus['R2'][ : r2trim]

if r2trim is None:
     r2trimconsensus = consensus['R2'][ : r2trim]

if this is true, None would be an index for the string. I think the right side was meant to be consensus['R2'] just like for r1trim. Probably not an issue in a practical sense.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions