sanjaynagi / AmpSeeker

A snakemake workflow for amplicon sequencing
https://sanjaynagi.github.io/AmpSeeker/
0 stars 3 forks source link

Make all analyses optional #32

Closed sanjaynagi closed 1 year ago

sanjaynagi commented 1 year ago

(where possible)

controlled in the config.yaml

sanjaynagi commented 1 year ago

Idea to have sections in the config, like -

Bcl-convert:
    True

QualityControl:
    fastp: True
    coverage: True
    qualimap: False
    multiqc: True

Analysis:
    PCA: True
    AlleleFrequencies: True 
    Map: False
sanjaynagi commented 1 year ago

cc @ChabbyTMD