Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

HPC snakemake upgrade incompatibility #371

Closed
skchronicles opened this issue Nov 19, 2018 · 1 comment
Closed

HPC snakemake upgrade incompatibility #371

skchronicles opened this issue Nov 19, 2018 · 1 comment
Assignees

Comments

@skchronicles
Copy link
Collaborator

Snakemake Version Incompatibility: REVERT 5.1.3

Changes were made to module load ccbrpipeliner, master and activeDev branch

HPC upgraded the version of snakemake that is loaded when running module load snakemake/3.5.
Previously, snakemake version 5.1.3 was loaded. Now, snakemake version 5.3.0 is loaded.
This is problematic due to the base command we are using. We are using the -T switch which is no longer supported in the newer version.

Adding explicit module load snakemake/5.1.3 statements after module loading python 3.5 to the following files.

  • submit_slurm.template
  • pipeline_ctrl.sh
  • slurm.template
  • ccbrpipe.sh
@skchronicles
Copy link
Collaborator Author

Changed implicit loading of snakemake to an explicit module load

module load snakemake/5.1.3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant