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 trying to run multipop_selection_pipeline on my data set and encountering the following error on executing the run:
--imputation
Traceback (most recent call last):
File "/usr/bin/multipop_selection_pipeline", line 9, in
load_entry_point('selectionTools==1.1.1', 'console_scripts', 'multipop_selection_pipeline')()
File "/usr/lib/python2.7/site-packages/selectionTools-1.1.1-py2.7.egg/selection_pipeline/multipipeline.py", line 369, in main
fst_vcf(options.vcf_input, config, options, populations)
File "/usr/lib/python2.7/site-packages/selectionTools-1.1.1-py2.7.egg/selection_pipeline/multipipeline.py", line 283, in fst_vcf
options.chromosome + p + s + '.weir.fst')
OSError: [Errno 2] No such file or directory
I am running it on Scientific Linux release 7.2 and the installation was successful.
Is there something I am missing?