Description of the bug
prodigal chokes on these, causing a BUSCO failure with an uninformative error message about prodigal failing to find any genes.
The solution was to break up long sequences, which I did using seqkit
cat in.fasta | seqkit sliding -W 31900000 -s 31900000 -g -j 8 > out.fasta
Command used and terminal output
Relevant files
No response
System information
No response