Closed sandyplus closed 3 years ago
Hi, there,
I was using msmc2 version 2.0.0. I updated msmc2 to version 2.1.2, and everything works like a charm. Please close this issue. (FYI, I guess it should be "-I" rather than "I" in your tutorial section: Estimating population separation.)
#!/usr/bin/env bash
INPUTDIR=/path/to/multihetsep/files
OUTDIR=/path/to/output/dir
msmc2 -t 4 -->I<-- 0-4,0-5,1-4,1-5 -s -p 1*2+15*1+1*2 -o $OUTDIR/AFR_EUR.msmc2 $INPUTDIR/EUR_AFR.chr1.multihetsep.txt
Best regards, Sandy
Thanks, will fix that.
Done
Dear Stephan,
I followed the steps in tutorial. Everything works fine except estimating population separation.
I typed the code below, and got error
Did I miss anything?
Best regards, Sandy