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 extracting transcripts from a super large genome (more than 30 Gb) using gff annotation file, but I get this error:
Error at GDynArray: cannot add item, maximum count reached!
Does gffread have limit on the genome size or there are other factors may cause this error?
The text was updated successfully, but these errors were encountered:
Perhaps the extra-large single chromosome causes this problem. You can use splitLargeGenome to split the genome and gff files into smaller pieces and then use gffread to generate transcripts.
Hi,
I'm extracting transcripts from a super large genome (more than 30 Gb) using gff annotation file, but I get this error:
Error at GDynArray: cannot add item, maximum count reached!
Does gffread have limit on the genome size or there are other factors may cause this error?
The text was updated successfully, but these errors were encountered: