You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2022. It is now read-only.
I am testing the multipop_selection_pipeline with the test lactase data. After running the following command, I noticed that it did not generate the Fst results and other files as described in the manual.
I am testing the multipop_selection_pipeline with the test lactase data. After running the following command, I noticed that it did not generate the Fst results and other files as described in the manual.
multipop_selection_pipeline -p CEU_ids.txt -p YRI_ids.txt -i CEU_YRI_lactase.vcf --config-file defaults.cfg -a "--imputation" -c 2 --imputation
The multi_population.log contains following info:
2017-06-28 12:01:54,452 fst_calculation_weir command = /software/selectiontools/1.0.1/bin/vcftools --fst-window-size 1000 --fst-window-step 1000 --vcf .../SelectionPipelineTestData/lactase/CEU_YRI_lactase.vcf --weir-fst-pop first_pop.tmp --weir-fst-pop second_pop.tmp
2017-06-28 12:01:54,699 fst_calculation_weir failed to run /software/selectiontools/1.0.1/bin/vcftools --fst-window-size 1000 --fst-window-step 1000 --vcf
.../SelectionPipelineTestData/lactase/CEU_YRI_lactase.vcf --weir-fst-pop first_pop.tmp --weir-fst-pop second_pop.tmp
The fst directory contains the following files:
first_pop.tmp second_pop.tmp stderr.tmp stdout.tmp
Is there any something else I should try?