Skip to content

Commit

Permalink
[skip CI] update snakemake-workflow-catalog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscozorrilla authored Jan 27, 2023
1 parent 06247ac commit 284b886
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .snakemake-workflow-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 284b886

Please sign in to comment.