-
Notifications
You must be signed in to change notification settings - Fork 15
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
vcf2treemix.py output ===> input to Treemix #4
Comments
Hi @Razi1026 , zcat file.tmix.gz | head If the resulting output is equal to the contents of the original file, then the compression went well, otherwise you may have some error with Francisco |
Hi @StuntsPT, Thank you very much for your reply. I checked the head of zipped file. Both was the same (before/after zip). The commad which I ran is: again I got the same error:
I have these outputs, but they are empty:
I am not sure how can I solve this error!! I will be thankful if you have any idea to help. Thank you vey much. I ran this and surprising, I didn't get error that: there is no input.
|
Ok, this is really wierd, and it is suggestive of an issue with your copy of treemix. Best, |
Hi,
I ran this:
python vcf2treemix.py -vcf file.vcf -pop poplist.txt
I got one output: "file.tmix"
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:
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!
The text was updated successfully, but these errors were encountered: