Reference doesn't match the input's build in variant calling pipe line
0
0
Entering edit mode
17 months ago
langziv ▴ 50

Hello.

The error says the following:

Please make sure the --ref input matches the build used for the input in --reads.

That means that I need to use the same reference genome for this variant calling command as the one that was used for creating the sequencing file I use as input in that command? If so, is there a way to find which genome was used for creating the sequencing file?

variant-calling DeepVariant • 451 views
ADD COMMENT
2
Entering edit mode

Try checking the header of the BAM file to see which reference genome was used for the alignment step (because I guess you have a bam file?):

samtools view -H FILE.bam
ADD REPLY

Login before adding your answer.

Traffic: 1637 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