Open espenhgn opened 8 hours ago
Hi,
Thanks for raising the issue.
You should build the genopred environment using the pipeline/envs/pipeline.yaml. For example,
conda env create -f GenoPred/pipeline/envs/pipeline.yaml
You could also use mamba here of course.
This will download the required dependencies, including snakemake. This is the environment that the pipeline was tested in.
There are more instructions of how to setup the pipeline here: https://opain.github.io/GenoPred/pipeline_readme.html#Installation
Let me know if you still run into issues.
Ollie
Hi @opain; thanks for this great resource.
I tried to retrace some steps here for fetching all dependencies for use with an offline HPC resource; and encountered some issues which I think is mainly due to the current version of Snakemake introducing some new features:
Downgrading results in other (string joining?) issues:
Tested the above with different versions of GenoPred, v2.2.9, v.2.2.9, v2.2.11, master@2797a7a8499180919be7b96115da6882062cd917, and see the same thing.
Which version of Snakemake have you tested/developed GenoPred with?