ERROR MESSAGE: Fasta index file
3
0
Entering edit mode
4.8 years ago
granecious • 0

Good day

Can someone please assist me with the following. I am new to GATK(3.8), and I want to run the RealignerTargetCreator command according to what is specified on the GATK website.

This is my specific command:

>singularity exec /tools/containers/gatk/gatk-3.8--py36_4.simg java -jar GenomeAnalysisTK.jar \
-T RealignerTargetCreator \
-R ~/Analysis_data/GATK/refs/ref.fa \
-known ~/Analysis_data/GATK/Mills_and_1000G_gold_standard.indels.hg38.vcf \
-known ~/Analysis_data/GATK/Homo_sapiens_assembly38.known_indels.vcf \
-I marked_dup.bam \
-o forIndelRealigner.intervals

but I get the following error message:

> ERROR MESSAGE: Fasta index file /usr/people/sfernol/Analysis_data/GATK/refs/ref.fasta.fai.fai for reference /usr/people/sfernol/Analysis_data/GATK/refs/ref.fasta.fai does not exist.

I read up on similar problems and I tried putting the different reference files in the same location, but i still get the same error.

I used Picard for creating the .dict file and samtools for indexing my reference genome file, so i have those two files and the original fasta file in the same folder.

I am not sure what I am doing wrong, please help?

genome • 7.7k views
ADD COMMENT
0
Entering edit mode
4.8 years ago
samtools faidx  ~/Analysis_data/GATK/refs/ref.fa

https://gatkforums.broadinstitute.org/gatk/discussion/1601/how-can-i-prepare-a-fasta-file-to-use-as-reference

We use the faidx command in samtools to prepare the fasta index file. This file describes byte offsets in the fasta file for each contig, allowing us to compute exactly where a particular reference base at contig:pos is in the fasta file.

ADD COMMENT
0
Entering edit mode

Hi

I managed to solve my problem. I had to rename my sam indexed file to correspond to my ref.fa, since my file formats were different GATK could not pick up my index file.

I renamed my index file from ref.fasta.fai to ref.fa.fai and it worked.

ADD REPLY
0
Entering edit mode
2.2 years ago

We had same error. When we re-create the dict file with no ".fa.dict" suffix, but only ".dcit" suffix, it work correctly.

ADD COMMENT
0
Entering edit mode
23 months ago

we have the same error; The specified fasta file doesn't exist, renamed according to the given suggestion above, and run multiple times still the same issue. is there any suggestion please. thanks

ADD COMMENT

Login before adding your answer.

Traffic: 2463 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6