Skip to content

molecules_to_bnxv2 #1

@albertasdvirnas

Description

@albertasdvirnas

In molecules_to_bnxv2, line 48
third_line = "QX11\t" + "\t".join([str(round(x, 1)) for x in bnx_info["nick_snrs"]][:-1]) + "\n"
fourth_line = "QX12\t" + "\t".join([str(round(x, 1)) for x in bnx_info["nick_intensities"]][:-1]) + "\n"

the code removes snr for the last nick and it's intensity. Then in the output bnx there's one more nick than intensity. I think this should be changed to include scores for all the nicks?

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