I want to try the conversion by using a genetic map file with following command:
./geva_v1beta --vcf vcfile.vcf.gz --map ./geneticmap_file --out output
Can you imagine why this is?
When running it with a fixed recombination rate (--rec) it works perfectly fine, it's just that the genetic map file does not work properly.
Hi,
I want to try the conversion by using a genetic map file with following command:
./geva_v1beta --vcf vcfile.vcf.gz --map ./geneticmap_file --out output
My genetic map file looks like this:
But the output file does not contain the recombination rate and the genetic distance column. It has just 0's:
Can you imagine why this is? When running it with a fixed recombination rate (--rec) it works perfectly fine, it's just that the genetic map file does not work properly.