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
Fixed bug where local reference genome file is ignored when using CRAM file
Prior to v0.0.3, when the input file is a CRAM file, htslib tries to automatically download the reference genome based on the MD5 hash: it ignores the user-provided reference genome FASTA file
As a result, ViralConsensus would sometimes crash in specific contexts when the running environment was unable to connect to the internet
Now, this issue should be fixed: it should be using the local file and should be working in offline contexts