You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing this, I noticed that it's possible to pass -B <N> at the command line and override the -B 2 value set in bwa-meth.py. Is this intended behavior to allow users to override -B, or should it always be fixed to -B 2 for things to properly function?
Thanks,
Eric
The text was updated successfully, but these errors were encountered:
Hi Eric,
I don't really remember why that's there, but is it a problem to allow a user to set it?
I guess it could mess up other thresholds if other penalties/scores are not modified?
I don't know enough about the flag to know for sure; just wanted to clarify the intended behavior. I think it's even possible to pass -B multiple times and override the user override.
It might be clearer to add -B to the argparse arguments with a default of 2 and a single int value as input?
Hi @brentp ,
While testing this, I noticed that it's possible to pass
-B <N>
at the command line and override the-B 2
value set inbwa-meth.py
. Is this intended behavior to allow users to override-B
, or should it always be fixed to-B 2
for things to properly function?Thanks,
Eric
The text was updated successfully, but these errors were encountered: