-
Notifications
You must be signed in to change notification settings - Fork 44
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
--OT and --OB suggestions by mbias produce "Invalid bounds string" #112
Comments
That's weird, thanks for reporting this. I'll try to track down this bug. |
@DaGaMs Can you try this with version 0.5.2? I haven't changed any of the parsing for this in a number of releases, so I wonder if this is due to having linked against the wrong htslib version in 0.5.1. |
I recompiled 0.5.2 with gcc-8.3.0 against htslib-1.11.0. I still get the same error:
|
I just tried with 0.6.0 and I still get |
Hi, any news about this ? |
I just re-initialized the errno variable at the beginning of parameter parsing and compiled it, i think that is safe since it is at the beginning. |
I ran
MethylDackel mbias
on a WGBS file (mapped with bwameth.py) and got:Now I just copy-pasted this to
MethylDackel extract
, but I get a warningInvalid bounds string, 2,0,0,115
:I'm guessing this is because the handling of the
0
doesn't work in version 0.5.1, from all I can tell. changing the 0's to 1/150 "fixed" it. The same problem affects-nOT
and-nOB
, which also can't handle the 0, which for those arguments is particularly problematic. There must be some bug in the parser logic somewhere...The text was updated successfully, but these errors were encountered: