Open MoritzKaufmann opened 10 months ago
I'm also getting the same exact error but after a hard mask using repeatmasker.
Strange. What version of funannotate are you running?
Hi Sorry for my late reply. I'm using the latest version v1.8.15
strange, not seeing this error but maybe we can test with the same data as the post.
Wonder if this is related to changes in biopython? @MoritzKaufmann and @ImenAssali what version of bio python is installed in the funannotate environment?
I successfully resolved the issue. Despite encountering an error message from Funannotate stating: "Error: Genome is not repeat-masked, to ignore use --force. Or soft-mask using funannotate mask command or suitable external program." The root cause was unrelated to genome masking. Instead, it stemmed from an issue with the output directory. Once I rectified this, everything functioned flawlessly.
Hi
I'm running funannotate using docker. I used redmask to softmask my sorted assembly. When I pass the assembly to the predict function only using the soft masked genome like this:
funannotate predict -i mygenome.fa -o output_folder -s "Aspergillus nidulans"
I get the error: Error: Genome is not repeat-masked, to ignore use --force. Or soft-mask using
funannotate mask
command or suitable external program.In the assembly I can clearly see that it is soft masked (see attached snipped)
Thank you very much for your help example_error.txt