Skip to content
Snippets Groups Projects

User configurable hardware resources

Merged Manavalan Gajapathy requested to merge qualimap_bamqc-cluster-config into master
All threads resolved!
1 file
+ 10
9
Compare changes
  • Side-by-side
  • Inline
+ 10
9
@@ -186,17 +186,18 @@ snakemake rules.
@@ -186,17 +186,18 @@ snakemake rules.
### Set up workflow config file
### Set up workflow config file
QuaC requires a workflow config file in yaml format ([`configs/workflow.yaml`](./configs/workflow.yaml)), which provides filepaths to necessary
QuaC requires a workflow config file in yaml format ([`configs/workflow.yaml`](./configs/workflow.yaml)), which provides filepaths to necessary
dependencies required by certain QC tools. In addition, hardware resources can be configured (refer to [`configs/workflow.yaml`](./configs/workflow.y) for more info) format should look like:
dataset dependencies required by certain QC tools. In addition, hardware resources can be configured (refer to [`configs/workflow.yaml`](./configs/workflow.y) for more info). File format should look like:
```yaml
```yaml
ref: "path to ref genome path"
datasets:
somalier:
ref: "path to ref genome path"
sites: "path to somalier's site file"
somalier:
labels_1kg: "path to somalier's ancestry-labels-1kg file"
sites: "path to somalier's site file"
somalier_1kg: "dirpath to somalier's 1kg-somalier files"
labels_1kg: "path to somalier's ancestry-labels-1kg file"
verifyBamID:
somalier_1kg: "dirpath to somalier's 1kg-somalier files"
svd_dat_wgs: "path to WGS resources .dat files"
verifyBamID:
svd_dat_exome: "path to exome resources .dat files"
svd_dat_wgs: "path to WGS resources .dat files"
 
svd_dat_exome: "path to exome resources .dat files"
#### hardware resources ####
#### hardware resources ####
resources:
resources:
Loading