-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels