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?