-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hi,
I ran this:
python vcf2treemix.py -vcf file.vcf -pop poplist.txt
I got one output: "file.tmix"
head file.tmix
A B C D E F G
24,11 27,13 12,9 16,10 22,8 22,13 21,8
27,14 36,10 23,7 17,8 24,13 27,8 23,17
Now I am going to run treemix1.13 that need zip file and I simply zipped it:
gzip file.tmix ====> file.tmix.gz
then run treemix:
treemix -i input file.gz -o out
BUT, it doesn't work:
TreeMix v. 1.13
$Revision: 231 $
ERROR: input is not gzipped (only .gz files accepted)
I am not sure if this error is because of input or treemix error? (if I put wrong input name, again I get this error)
Would you please help me to run this? Thank you very much!
Metadata
Metadata
Assignees
Labels
No labels