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
Hi, I'm trying converting a genbank file to a gff with the package, however it fails. For example, one gene is as below:
Input: Screenshot 1; https://www.ncbi.nlm.nih.gov/nuccore/7525012
Code: Screenshot 2
Output: Screenshot 3
As shown, the CDS in the gff output doesn't have an intron between the two exons. CDS sequences extracted based on these kinds of coordinates must be wrong. Thank you!
The text was updated successfully, but these errors were encountered:
The intron information is stored in the Locus, so in theory yes. GFF.Writer ignores it, though. I only ever work with bacterial data so I don't know what the expected output is. Could you give an example of what you would like the result to look like?
Hi, I'm trying converting a genbank file to a gff with the package, however it fails. For example, one gene is as below:
Input: Screenshot 1; https://www.ncbi.nlm.nih.gov/nuccore/7525012
Code: Screenshot 2
Output: Screenshot 3
As shown, the CDS in the gff output doesn't have an intron between the two exons. CDS sequences extracted based on these kinds of coordinates must be wrong. Thank you!
The text was updated successfully, but these errors were encountered: