Skip to content

Commit e438416

Browse files
committed
chore(main): updated workflow-catalog.yml
1 parent 9f86cd2 commit e438416

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Diff for: .snakemake-workflow-catalog.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# configuration of display in snakemake workflow catalog: https://snakemake.github.io/snakemake-workflow-catalog
22

33
usage:
4-
mandatory-flags: # optional definition of additional flags
5-
desc: # describe your flags here in a few sentences (they will be inserted below the example commands)
6-
flags: # put your flags here
74
software-stack-deployment: # definition of software deployment method (at least one of conda, singularity, or singularity+conda)
8-
conda: true # whether pipeline works with --use-conda
9-
singularity: true # whether pipeline works with --use-singularity
10-
singularity+conda: true # whether pipeline works with --use-singularity --use-conda
11-
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
5+
conda: true
6+
singularity: true
7+
singularity+conda: true
8+
report: false

0 commit comments

Comments
 (0)