diff --git a/.snakemake-workflow-catalog.yml b/.snakemake-workflow-catalog.yml index 88b8332..6929a1b 100644 --- a/.snakemake-workflow-catalog.yml +++ b/.snakemake-workflow-catalog.yml @@ -3,7 +3,7 @@ usage: desc: # describe your flags here in a few sentences (they will be inserted below the example commands) flags: # put your flags here software-stack-deployment: # definition of software deployment method (at least one of conda, singularity, or singularity+conda) - conda: true # whether pipeline works with --use-conda - singularity: true # whether pipeline works with --use-singularity - singularity+conda: true # whether pipeline works with --use-singularity --use-conda - report: true # add this to confirm that the workflow allows to use 'snakemake --report report.zip' to generate a report containing all results and explanations + conda: false # whether pipeline works with --use-conda + singularity: false # whether pipeline works with --use-singularity + singularity+conda: false # whether pipeline works with --use-singularity --use-conda + report: false # add this to confirm that the workflow allows to use 'snakemake --report report.zip' to generate a report containing all results and explanations