SushiLab/mVIRs

Empty lines in Reference Fasta

Closed this issue · 1 comments

mvirs breaks when reading a reference fasta file that contains empty lines.

line = line.strip().split()[0]

Fixed in af46762