Entering edit mode
7.4 years ago
Gene_MMP8
▴
250
I am using bedtools getfasta to extract some sequences from the reference genome, hg38. I have the bed file ready but the chromosome numbering is like 1,2,3,...,25.
In my hg38.fa, however the chromosomes are numbered from 1,2,3, ...,X,Y,Mt. This is the reason I am not able to get fasta sequences from chromosomes 23,24 etc.
How to solve this?