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 am checking this on the last version but I cannot reproduce the issue it works as expected on the small example files: gffread -x transcripts_CDS.fa -g genome.fa annotation.gff
Hi there, thanks for developing this very useful tool!
I tried to use it to extract CDS and protein from a genome and corresponding gff file.
It works with
-w
flag and gives me the output. However, it doesn't work with -x or -y flag. Do you happy to know what could cause the issue?Here is the code I used:
gffread -w(or -x or -y) output.fasta -g genome.fna genome_annot.gff
Thanks a lot
The text was updated successfully, but these errors were encountered: