ViralMSA v1.1.34
- Fixed bug where read mapper check was being performed even if user provides a SAM file
- Typically, this doesn't break if the user has Minimap2 installed (even though ViralMSA won't be using it)
- However, if the user doesn't have Minimap2 installed, ViralMSA will crash (even though Minimap2 isn't necessary)
- Now, the read mapper check is only performed if the user specifies a FASTA file as input
- Thanks, @daniel-ji!