Replies: 1 comment
-
Related to #203 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
Beta Was this translation helpful? Give feedback.
All reactions