Skip to content

Commit

Permalink
Try again for snakemake catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
semenko committed Dec 4, 2023
1 parent 13592e9 commit c67426e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .snakemake-workflow-catalog.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c67426e

Please sign in to comment.