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
I've been trying to run the new release of the pipeline, but unfortunately have not been able to get it to work at all this time. I can download and install Snakemake fine and follow the instructions exactly in the sci-rocket docs, and I have a Slurm-specific Snakemake configuration that has worked perfectly for me before (I have even remade it a few times to try and fix it but it hasn't worked). Now when I try to run the snakemake --use-conda --profile <profile_name> --configfile <path_config> command, I get the error:
It seems it is not recognising the Slurm config properly but I am not sure how to fix it given that the exact same configuration has worked perfectly many times before, and I'm downloading the Slurm template with cookiecutter (as before).
I notice that the commands for installing sci-rocket are different from what they used to be. Now you are using Micromamba to create a Snakemade enivornment, where before I used the command micromamba create --prefix /g/dorrity/bin/condaEnvs/sci-rocket -f workflow/envs/sci-rocket.yaml to create a sci-rocket environment. I am guessing this is where my problem is. Do you perhaps have any insight into what might be going wrong? Any ideas would be appareciated!
Best,
Jess
The text was updated successfully, but these errors were encountered:
Ah. According to this issue on the Snakemake-Profiles repo, It seems there has been an update to Snakemake but not yet the profiles. So they're currently incompatible. Nothing to do with sci-rocket after all! I will either just wait until that's been fixed or use an older version of Snakemake and try again. Sorry for wasting your time!
Hi Job,
I've been trying to run the new release of the pipeline, but unfortunately have not been able to get it to work at all this time. I can download and install Snakemake fine and follow the instructions exactly in the sci-rocket docs, and I have a Slurm-specific Snakemake configuration that has worked perfectly for me before (I have even remade it a few times to try and fix it but it hasn't worked). Now when I try to run the
snakemake --use-conda --profile <profile_name> --configfile <path_config>
command, I get the error:It seems it is not recognising the Slurm config properly but I am not sure how to fix it given that the exact same configuration has worked perfectly many times before, and I'm downloading the Slurm template with cookiecutter (as before).
I notice that the commands for installing sci-rocket are different from what they used to be. Now you are using Micromamba to create a Snakemade enivornment, where before I used the command
micromamba create --prefix /g/dorrity/bin/condaEnvs/sci-rocket -f workflow/envs/sci-rocket.yaml
to create a sci-rocket environment. I am guessing this is where my problem is. Do you perhaps have any insight into what might be going wrong? Any ideas would be appareciated!Best,
Jess
The text was updated successfully, but these errors were encountered: