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
Describe the bug
Running snakemake with argument sdm: conda apptainer in profile/config.yml (I also tried with quotes, nested quotes, comma) in the config file leads to the following error: slurm_script: error: argument --software-deployment-method/--deployment-method/--deployment/--sdm: invalid choice: 'conda apptainer' (choose from 'apptainer', 'conda', 'env-modules
If I run it with --sdm conda apptainer as command line argument, it works. sdm: apptainer and sdm: conda also work in profile/config.yml, but not the combination.
The text was updated successfully, but these errors were encountered:
Hm, definitively not related to the plugin code, as software deployment works in Snakemake's core. @johanneskoester a shortcoming whilst parsing, perhaps?
Software Versions
snakemake 8.20.4
snakemake-executor-plugin-slurm 0.10.2
snakemake-executor-plugin-slurm-jobstep 0.2.1
slurm 23.02.7
Describe the bug
Running snakemake with argument
sdm: conda apptainer
inprofile/config.yml
(I also tried with quotes, nested quotes, comma) in the config file leads to the following error:slurm_script: error: argument --software-deployment-method/--deployment-method/--deployment/--sdm: invalid choice: 'conda apptainer' (choose from 'apptainer', 'conda', 'env-modules
If I run it with
--sdm conda apptainer
as command line argument, it works.sdm: apptainer
andsdm: conda
also work inprofile/config.yml
, but not the combination.The text was updated successfully, but these errors were encountered: