zavolanlab / zarp

The Zavolab Automated RNA-seq Pipeline

Home Page:https://zavolanlab.github.io/zarp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: create .snakemake-workflow-catalog.yml

ninsch3000 opened this issue · comments

Is your feature request related to a problem? Please describe.
For snakemake workflow catalogue visibility

Describe the solution you'd like
create the file, checkout instructions https://snakemake.github.io/snakemake-workflow-catalog/?rules=true

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
                

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.