diff --git a/.snakemake-workflow-catalog.yml b/.snakemake-workflow-catalog.yml index 91c7741..df5c8d3 100644 --- a/.snakemake-workflow-catalog.yml +++ b/.snakemake-workflow-catalog.yml @@ -1,11 +1,8 @@ # configuration of display in snakemake workflow catalog: https://snakemake.github.io/snakemake-workflow-catalog usage: - mandatory-flags: # optional definition of additional flags - 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 \ No newline at end of file + conda: true + singularity: true + singularity+conda: true + report: false \ No newline at end of file