-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using QUILT2.R to impute downsampled data with the gold standard file as the reference panel, an issue occurs. #46
Comments
Hey, Can you show the log? Also, make sure you are re-running the command with different |
Hello, I have noticed the following error when running files, but I am not sure what the reason for this error is : |
Hi, Seems you have a small reference panel of 164 haplotypes. And we recommend to use QUILT1 for small reference panel. Also, we had a new release v2.0.1 which may fix some errors for small reference panel. Can you also try it? Let us know it helps. Best, |
Thank you for answering my questions. We will continue testing with version 2.0.1 next. Thank you for your help. |
Hi,
The program only generates chunked panel data as RData files but does not proceed to the imputation step. When using a different reference panel with the same code, there are no issues; only the panel file is different. I have confirmed that the buffer, imputation start, and end position information are correct. I would like to understand why this happens and seek assistance. Here is my code:
QUILT2_PATH="QUILT2.R"
$QUILT2_PATH
--outputdir="$Output_dir"
--chr="$chrom"
--nCores="$Threads_num"
--regionStart="$regionStart"
--regionEnd="$regionEnd"
--buffer="$buffer"
--nGen=100
--bamlist="$Bamlist"
--reference_vcf_file="$Panel_file"
--save_prepared_reference=TRUE
The text was updated successfully, but these errors were encountered: