I am playing with GATK but the web site states fai as the ref file format however I have access to reference alignments as maf files. Can you help me with this?
I am playing with GATK but the web site states fai as the ref file format however I have access to reference alignments as maf files. Can you help me with this?
Purely for my future self if I google this again, the columns of a .fai file appear to be:
ETA: Oh, Pierre already answered this over here. blen is number of bytes in each fasta line.
The FAIDX file is created by samtools faidx. The FAIDX file contains, among other things, the
with this information, samtools can quickly access any region of the genome.
See also this post I wrote about faidx
HTSlib has provided a manual page describing this format for a few years now. See man 5 faidx
, also on the web at faidx(5) manual page.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Is there a way to do this with picard or GATK itself? I'd love to stay away from samtools if I could.