Use consistent extension for both consensus fasta files
Closed this issue · 0 comments
dfornika commented
In v1.3.0, the freebayes-generated consensus has extension .fasta
, while the ivar-generated consensus has extension .fa
. This sort of inconsistency can cause bugs & complications in downstream scripts so it would be best to use a consistent extension.
Change the freebayes-generated consensus to use extension .fa
.