There is some quick way to change prefix in one of that two files?
• 0 views
•
link
Hey, I have a sorted and indexed .bam file, and I am running it through freebayes, with the script :
freebayes -f ref.fa -@ in.vcf.gz aln.bam >var.vcf
very time I run this script I get the:
unable to find FASTA index entry for '1'
Even know I have the index files.
I have the correct Bam file (downloaded from here: https://www.internationalgenome.org/data-portal/sample/NA12878) and index files and it just continually throws the indexing error. What could be the problem here?
Log in to answer this question.
Hello again, there is another problem, I have changed the headers in fasta file. Now I have error as follows:
It is necessery to change prefix in vcf file insted of fasta? Could you give me some advice?
Please use
ADD REPLY/ADD COMMENTwhen responding to existing posts to keep threads logically organized.This also is unrelated to your original question and should be posted as a new question. BTW if @Pierre's answer solved your original problem you should mark this answer as accepted (green check mark).