Skip to content
Snippets Groups Projects

Explicit conda env

Closed Manavalan Gajapathy requested to merge explicit_conda_env into flexible_input_reqts
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -186,7 +186,7 @@ snakemake rules.
### 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
dependencies required by certain QC tools. In addition, hardware resources can be configured using this file (refer to [`configs/workflow.yaml`](./configs/workflow.y)) format should look like:
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:
```yaml
ref: "path to ref genome path"
Loading