kbseah / genome-bin-tools

Interactive tools for metagenome visualization and binning in R
GNU General Public License v2.0
28 stars 7 forks source link

whitespace in contig names #33

Open kbseah opened 5 years ago

kbseah commented 5 years ago

Amphora2 breaks contig names on first whitespace, whereas Bbmap does not. (Can't remember what Barrnap does.) Megahit assembler produces contig names with spaces.

This leads to contig/scaffold names not being recognized when trying to import annotations as gbt object.

Either "fix" the covstats file from Bbmap, or split contig names on first whitespace when importing gbt object.