Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

molecules_to_bnxv2 #1

Open
albertasdvirnas opened this issue Nov 3, 2021 · 1 comment
Open

molecules_to_bnxv2 #1

albertasdvirnas opened this issue Nov 3, 2021 · 1 comment

Comments

@albertasdvirnas
Copy link

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?

@akdel
Copy link
Owner

akdel commented Nov 12, 2021

Hi!, thanks for spotting it. It was indeed a bug and now it should be fixed but I'll close the issue after I test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants