gbouras13 / hybracter

Automated long-read first bacterial genome assembly tool implemented in Snakemake using Snaketool.
MIT License
108 stars 8 forks source link

Add error checking if Flye assembles nothing #86

Open gbouras13 opened 3 months ago

gbouras13 commented 3 months ago

Hybracter will crash if Flye assembles 0 contigs.

While very unlikely as long as the input FASTQ is at least a few MB, I have done it myself, so probably should add some error checking :)

George