Closed pavelToman closed 2 months ago
Hi @pavelToman
Thank you for opening an issue. I'm not sure why it is not working for you. The solution you suggest is also the solution I would try ...
Can you share some minimal example on how you are setting up the code? For me everything is running fine in a fresh install (using conda environments).
All the best,
Seppe
Hello @SeppeDeWinter,
in EasyBuild I can not use conda, so everything must be build/install from sources.
Scenicplus is installed by pip install
.
Another problem is with the version of dependencies - for some of them I can choose the version and let them be installed by pip (exts_list), but for the more complex dependencies I need use the version that is already in EasyBuild (dependencies/builddependencies).
For a details you can look at the easyconfig for scenicplus, I created. It works now :) https://github.com/easybuilders/easybuild-easyconfigs/pull/21085/files#diff-c515894f8b692c541bf867a0783639ee9c81e8e24c20a6163299fcda2cc5a53b
Hello, I am working for University in Gent, we are using EasyBuild to provide researchers scientific software on HPC. I am working on scenicplus to be installed on HPC.
Describe the bug After installation there are missing files
config.yaml
andSnakefile
in snakemake dir.To Reproduce run
scenicplus init_snakemake --out_dir test/
Error output
Expected behavior During installation the files should be copied.
Version (please complete the following information):
Additional context Seems it is caused by the migration to pyproject.toml. There are missing something like:
to make the non python files to be copied. I tried these but still not working.