You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,18 +185,24 @@ snakemake rules.
185
185
186
186
### Set up workflow config file
187
187
188
-
QuaC requires a workflow config file in yaml format (`configs/workflow.yaml`), which provides filepaths to necessary
189
-
dependencies required by certain QC tools. Their format should look like:
188
+
QuaC requires a workflow config file in yaml format ([`configs/workflow.yaml`](./configs/workflow.yaml)), which provides filepaths to necessary
189
+
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:
190
190
191
191
```yaml
192
-
ref: "path to ref genome path"
193
-
somalier:
194
-
sites: "path to somalier's site file"
195
-
labels_1kg: "path to somalier's ancestry-labels-1kg file"
196
-
somalier_1kg: "dirpath to somalier's 1kg-somalier files"
197
-
verifyBamID:
198
-
svd_dat_wgs: "path to WGS resources .dat files"
199
-
svd_dat_exome: "path to exome resources .dat files"
192
+
datasets:
193
+
ref: "path to ref genome path"
194
+
somalier:
195
+
sites: "path to somalier's site file"
196
+
labels_1kg: "path to somalier's ancestry-labels-1kg file"
197
+
somalier_1kg: "dirpath to somalier's 1kg-somalier files"
198
+
verifyBamID:
199
+
svd_dat_wgs: "path to WGS resources .dat files"
200
+
svd_dat_exome: "path to exome resources .dat files"
201
+
202
+
#### hardware resources ####
203
+
resources:
204
+
...
205
+
...
200
206
```
201
207
202
208
#### Prepare verifybamid datasets for exome analysis
0 commit comments