Hi,
I am new to bioinformatics, so this might be a basic question. How can we convert annotated Genbank or Fasta files to GFF3 or GTF format? I need to use FeatureCounts on a BAM file, and my reference is custom-made and can not be downloaded from any databases. How can I make a GFF3 or GTF file for my custom reference?
You can't convert a fasta file to GTF/GFF3 since that is a plain sequence format without any additional information (unless you have information in headers that is useful).
You could also look at making a SAF format file which may be easier to create (e.g. see How to create SAF from text file for FeatureCounts ).