unsupervised_analysis icon indicating copy to clipboard operation
unsupervised_analysis copied to clipboard

enhance Snakemake report using labels

Open sreichl opened this issue 1 year ago • 0 comments

  • see other modules for inspiration (below are only examples)

  • Implement labels → removes long paths and makes reports much cleaner!

    labels={
            "data": "{gene}",
            "type": "genome track",
            "misc": "ymax {}".format(ymax),
    }
    
  • Implement the generic category structure

    category="{}_{}".format(config["project_name"], module_name),
    
  • https://snakemake.readthedocs.io/en/stable/snakefiles/reporting.html#defining-file-labels

sreichl avatar May 25 '24 14:05 sreichl