-
Notifications
You must be signed in to change notification settings - Fork 7
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
sortBNX failed #8
Comments
Hi Mike, Can you please try '-B 0' in the de novo approach? Cheers, |
Hi Andy, Mike |
Hi Andy, Thanks, |
Hi Mike, Sorry for the delayed reply. Did you get your bnx file from the Irys platform or the saphyr platform? I only tested the bnx files from the Irys platform and they worked well. Did you try different parameters, such as the min molecule length? Looking through, it seems you used 50Kb and perhaps you have filtered many maps. Cheers, |
Hi Andy, The bnx files are from an irys, and not a saphyr platform. Mike |
Hi Mike, |
Hi Andy, While the mqr step has worked previously on this already-merged file (the denovo step is using that output, though using the original .bnx file still gives the sortBNX error), I ended up not filtering the original file because I got a similarly frustrating error when running
which gave Not sure what input I am missing there. Mike |
Hi Mike, I found in the bnxfilter function, I made a typo error on Line 888. "minLen" should be "minlen" (runBNG has been updated). This error has no association with the denovo function. Not sure why it cannot be applied to your bnx file since you have already tried different settings. You may try 'bnxmerge' to reorganise your bnx file with only one input. If the problem is still there, I'm afraid I cannot give a further help. Cheers, |
Excuse me, I wonder what the "-B" (maximum backbone intensity) parameter mean. Could you please tell me? Best, |
Hi @MikeEHMatson , I want to ask how you solved this problem before? I keep reporting this problem when I run it, and it has not been resolved. I hope to get your reply. |
Hello,
I think I am having a similar issue to the one described last year by GWheelerEB.
Trying to run command:
runBNG denovo -b mqr/MQR_table_rescaled.bnx -t $tools -s $scripts -T 16 -S 45 -j 16 -l 50 -z 50 -r $refCMAP -p 0.95 -n 0.09 -d -0.03 -f 0.22 -R 0.03 -o denovo
But getting:
Changing around some of the CPU or memory settings doesnt help, nor switching the input .bnx files (which are outputs of runBNG mqr) to the original, nonmodified, .bnx files changes the error.
Currently running the most recent release (1.03-cda06f4).
Thanks,
Mike
The text was updated successfully, but these errors were encountered: