Hi!
I'm trying to annotate genome using Maker. So far, I have the gene predictions using genemark, a repeat masked GFF and augustus trained model.
Now when I'm trying to run Maker2, I have the following error:
/apps/busco/augustus-3.2.3/bin/augustus: ERROR Invalid nucleotide '�' encountered.
/apps/busco/augustus-3.2.3/bin/augustus: ERROR Invalid nucleotide '�' encountered.
ERROR: Augustus failed --> rank=NA, hostname=##### ERROR: Failed while preparing ab-inits ERROR: Chunk failed at level:0, tier_type:2 FAILED CONTIG:Contig8_pilon
ERROR: Chunk failed at level:4, tier_type:0 FAILED CONTIG:Contig8_pilon
I am examining contents of the fasta file and run log. I found this thread, but it honestly doesn't seem to answer what I want.
Any suggestions?
grep -v "^>" contig8.fasta | sed 's/\(.\)/\1\n/g' | sort | uniq -c
2030 A
1123 C
1211 G
1948 T
There are contigs longer than this (some greater than 500kb) and I'm getting the error on all of them, so I think this isn't a length issue.
Did you try the -fix_nucleotides parameter while running Maker ?
Yes I did! I don't know what is the reason behind the error though.
It looks like the issue is due to an unprintable character. Have you manipulated the file with Windows at some point ?