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
Note that the default was changed from 10.0 to 30.0 in version 4.1.0.0 to accompany the switch to use the the new quality score by default.
Thus, it was still maintained in 4.1.0.0. Based on that, I am surprised that it was removed.
There are actually a few other parameters that got dropped. For example, normal-artifact-lod from FilterMutectCalls. Are these changes explained somewhere?
The text was updated successfully, but these errors were encountered:
@igordot It used to exist because AssemblyBasedCallerArgumentCollection used to extend StandardCallerArgumentCollection, causing Mutect2 to have a bunch of HaplotypeCaller arguments that it didn't use. This was fixed in PR #5758.
If you get any more of these errors, it's either an argument that never had any effect or something that you 4.1.1 got rid of. In the latter case, you don't need to replace it with anything. In 4.1.1 FilterMutectCalls automatically learns a lot of parameters.
I just tried Mutect2 from GATK 4.1.1.0 and got an error:
From the online documentation:
Thus, it was still maintained in 4.1.0.0. Based on that, I am surprised that it was removed.
There are actually a few other parameters that got dropped. For example,
normal-artifact-lod
fromFilterMutectCalls
. Are these changes explained somewhere?The text was updated successfully, but these errors were encountered: