diff --git a/.snakemake-workflow-catalog.yml b/.snakemake-workflow-catalog.yml index fb871bc..6150272 100644 --- a/.snakemake-workflow-catalog.yml +++ b/.snakemake-workflow-catalog.yml @@ -1,11 +1,6 @@ -# 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: false # whether pipeline works with --use-singularity # false, because untested - singularity+conda: false # whether pipeline works with --use-singularity --use-conda # false, because singularity untested - 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 + software-stack-deployment: + conda: true + singularity: false + singularity+conda: false + report: true