You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No markers for contigs in table. Unable to assess binning quality
This can be frustrating to debug especially when all the input tsv files have aren't empty. The cause is not due to an empty marker table but that none of the contigs in the markers table are present in other annotation tables (or vice versa).
There's a few scenarios that may cause this, feel free to add to the non-exhaustive list below:
The taxonomic assignment step resulted in misclassification of contigs
This could be due to database issues (no similar relatives, contamination, etc), miss-assembly of contigs, etc
To debug, you can use the following python code to check if there are any contigs in the marker table that are not in the other annotation tables:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Sometimes the following Autometa entryppoint
will error out with the warning
This can be frustrating to debug especially when all the input tsv files have aren't empty. The cause is not due to an empty marker table but that none of the contigs in the markers table are present in other annotation tables (or vice versa).
There's a few scenarios that may cause this, feel free to add to the non-exhaustive list below:
To debug, you can use the following python code to check if there are any contigs in the marker table that are not in the other annotation tables:
All reactions