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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ Below is a summary of how to run the pipeline. See [here](https://uclahs-cds.at
47
47
>
48
48
1. Copy and edit the [input config file](config/template.config)
49
49
> 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:
52
52
53
53
```bash
54
54
nextflow run path/to/main.nf -config path/to/input.config -params-file input.yaml`
@@ -165,7 +165,7 @@ input:
165
165
|`dataset_id`| yes | string | The name/ID of the dataset |
166
166
|`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 |
167
167
|`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.|
|`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. |
171
171
@@ -305,7 +305,7 @@ Duration: 9h 21m 23s
305
305
306
306
307
307
#### 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
0 commit comments