Skip to content

Commit

Permalink
Singularity+conda support
Browse files Browse the repository at this point in the history
  • Loading branch information
DrYak committed Jun 7, 2024
1 parent d840e80 commit c895b7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .snakemake-workflow-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ usage:
software-stack-deployment:
conda: true
singularity: false
singularity+conda: false
singularity+conda: true
report: false
2 changes: 2 additions & 0 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
container: "docker://snakemake/snakemake:v7.32.4"

import logging

LOGGER = logging.getLogger("snakemake.logging")
Expand Down

0 comments on commit c895b7d

Please sign in to comment.