mummer4/mummer

nucmer "First character must be a '>'"

juliadouglasf opened this issue · 1 comments

Hello,

When running nucmer, I am getting the following message:

terminate called after throwing an instance of 'std::runtime_error'
what(): First character must be a '>', got '�'

I have found one other mention of this error, but with no resolution.

The first character of my input fasta file is '>'.

Silly mistake! My reference file was gzipped. Changing it to a fasta file fixed the error.