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
Since BCFtools 1.4.1 releases have been using a 2 digits for their versions (i.e. 1.5, 1.6, 1.7 and 1.8). As such, the code in Sambamba nolonger recognises the version string generated by BCFtools.
Unless Sambamba doesn't support BCFtools > 1.4.1 I think the offending line is:
Commit 2d02baf actually changed the version detection from the "samtools-like" version detection. Perhaps a better way is to just may the "patch" number optional in the regex.
Since BCFtools 1.4.1 releases have been using a 2 digits for their versions (i.e. 1.5, 1.6, 1.7 and 1.8). As such, the code in Sambamba nolonger recognises the version string generated by BCFtools.
Unless Sambamba doesn't support BCFtools > 1.4.1 I think the offending line is:
sambamba/sambamba/pileup.d
Line 109 in cbae927
I would suggest a less constrained regex and perhaps following the same path as the version detection for SAMtools:
sambamba/sambamba/pileup.d
Line 90 in cbae927
The text was updated successfully, but these errors were encountered: