mummer4 / mummer

Mummer alignment tool
Artistic License 2.0
448 stars 107 forks source link

nucmer "First character must be a '>'" #202

Closed juliadouglasf closed 1 year ago

juliadouglasf commented 1 year ago

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 '>'.

juliadouglasf commented 1 year ago

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