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
I'm applying db.parents(id) to features that have up to 3 parents, e.g. the nesting is id -> protein_match -> mRNA -> gene. It appears that the 3rd level, gene, is not returned. Am I missing something? Here's an example:
I'm applying
db.parents(id)
to features that have up to 3 parents, e.g. the nesting isid -> protein_match -> mRNA -> gene
. It appears that the 3rd level, gene, is not returned. Am I missing something? Here's an example:Show the features:
Now,
db.parents('g1903.t1.d1.1')
returns as parentsprotein_match
and themRNA
, but not thegene
:Shouldn't
gene
also be retrieved as a parent? Thanks!This is with gffutils 0.11.1
The text was updated successfully, but these errors were encountered: