Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

multipop_selection_pipeline stopped at fst calculation #22

@binshuangli

Description

@binshuangli

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions