Skip to content

Commit 57f60b0

Browse files
standardized work_dir description and minor edits
1 parent 5149f4c commit 57f60b0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Changed
2020

21-
- Removed cluster paths from README
21+
- Remove cluster paths from README
2222
- Avoid VAF divide by zero error
2323
- Switch to generalized resource handling
2424
- Update NFTest paths

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Below is a summary of how to run the pipeline. See [here](https://uclahs-cds.at
4747
>
4848
1. Copy and edit the [input config file](config/template.config)
4949
> Make sure the reference .fa file in config file matches the reference genome in the input BAM files.
50-
2. Copy and edit the [input YAML](input/call-sSNV-template.yaml)
51-
3. The pipeline can be executed locally using the command below:
50+
1. Copy and edit the [input YAML](input/call-sSNV-template.yaml)
51+
1. The pipeline can be executed locally using the command below:
5252

5353
```bash
5454
nextflow run path/to/main.nf -config path/to/input.config -params-file input.yaml`
@@ -165,7 +165,7 @@ input:
165165
| `dataset_id` | yes | string | The name/ID of the dataset |
166166
| `exome` | yes | boolean | The option will be used by `Strelka2` and `MuSE`. When `true`, it will add the `--exome` option to Manta and Strelka2, and `-E` option to MuSE |
167167
| `save_intermediate_files` | yes | boolean | Whether to save intermediate files |
168-
| `work_dir` | no | string | The path of working directory for Nextflow, storing intermediate files and logs. The default is `/scratch` |
168+
| `work_dir` | no | string | The path of working directory for Nextflow, storing intermediate files and logs. The path to a temporary working directory for Nextflow, storing intermediate files and logs. It is recommended to use fast, local storage with high I/O performance. |
169169
| `docker_container_registry` | no | string | Registry containing tool Docker images, optional. Default: `ghcr.io/uclahs-cds` |
170170
| `base_resource_update` | optional | namespace | Namespace of parameters to update base resource allocations in the pipeline. Usage and structure are detailed in `template.config` and below. |
171171

@@ -305,7 +305,7 @@ Duration: 9h 21m 23s
305305

306306

307307
#### Strelka2
308-
Strelka2's runtime will be significantly improved when using `--callRegions` option to exclude the non-canoincal regions of the genome, here are results from a typical BAM pair
308+
Strelka2's runtime will be significantly improved when using `--callRegions` option to exclude the non-canonincal regions of the genome. Here are results from a typical BAM pair
309309
310310
##### without `--callRegions`:
311311

0 commit comments

Comments
 (0)