Skip to content

BUSCO for bacterial lineages can't run on genomes with scaffolds >32000000 bases #147

@tkchafin

Description

@tkchafin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions