FastQTL fails to get genotype region
I am using fastQTL to do QTL mapping and got the following error:
ERROR: Failed to get region chr1:0-111675033
I think the tool is not very well documented and just do not know how to slove the problem.
• 2,434 views
•
link
0 answers
No answers yet.
Log in to answer this question.
What is the command-line you used to run FastQTL? Are you sure 111675033 bases falls within the length of chr1? Maybe region must be one-based indexed?
edit: it seems
--regionmust be one-based:Thank you for your reply. I already figured it out that the error was because I have different chromosome names in VCF files and phenotype files. One has "1" whereas the other has "chr1". There is no error after I used bcftools to rename the chromosomes in VCF.