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
However, I am having trouble retrieving data about the transcripts and CDS when parsing and looking for feature.type == 'transcript' or feature.type == 'CDS' in rec.features. It is as if these are not being captured.
What's interesting is that, when the limit_info dict is reduced to ('ena', 'transcript') or ('ena', 'CDS'), I do retrieve this data.
What might be the issue here?
The text was updated successfully, but these errors were encountered:
Hello,
I have a gff3 file with the following limits:
I am using the following to limit to the features of interest:
However, I am having trouble retrieving data about the transcripts and CDS when parsing and looking for
feature.type == 'transcript'
orfeature.type == 'CDS'
inrec.features
. It is as if these are not being captured.What's interesting is that, when the
limit_info
dict is reduced to('ena', 'transcript')
or('ena', 'CDS')
, I do retrieve this data.What might be the issue here?
The text was updated successfully, but these errors were encountered: