This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to convert a GBFF GFF to GTF

I used this code:

bp_genbank2gff3 viral.1.genomic.gbff
gffread viral.1.genomic.gbff.gff -T -o viral.1.genomic.gtf

with the fna from ViralRefSeq. I can't convert the .gbff to .gtf for use in CellRanger mkref. How can I make this conversion?

Somebody can help me, please?

scrna gff gtf

1 answer

See: Convert .gbff (gene bank flat format) to gff3, gtf

You can't convert GBFF files to GTF.

Log in to answer this question.