Thank you! Great help!
• 0 views
•
link
Hi, I am trying to use shapeit2 for imputation like this:
shapeit --input-bed test \
--input-map chr20.map \
--input-ref chr20.hap.gz, chr20.legend.gz, phase3.sample \
--output-max phased.haps, phased.sample
But shapeit2 always return "chr20.hap.gz is impossible to open, check file existence or reading permission". chr20.hap.gz are there, and I couldn't find any error with using "less -S chr20.hap.gz" to check it.
Thanks
Please remove the commas on your --input-ref line, and also the --output-max line.
I show examples of how to run SHAPEIT here: C: Phasing with SHAPEIT
Kevin
Thank you! Great help!
Log in to answer this question.