Skip to content

Commit fc09504

Browse files
maxulysseasp8200
andauthored
Apply suggestions from code review
Co-authored-by: Anders Sune Pedersen <37172585+asp8200@users.noreply.github.com>
1 parent fc50739 commit fc09504

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/usage.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -846,8 +846,7 @@ For targeted data analysis, this is overshooting by a lot. In this case resource
846846
847847
## Spark related issues
848848
849-
If you have problems running processes that make use of Spark such as `MarkDuplicates`.
850-
You are probably experiencing issues with the limit of open files in your system.
849+
If you have problems running processes that make use of Spark such, for instance, as `MarkDuplicates`, then that might be due to a limit on the number of simultaneously open files on your system.
851850
You can check your current limit by typing the following:
852851
853852
```bash
@@ -888,9 +887,9 @@ Currently, when running spark-based tools in combination with docker, it is requ
888887
889888
Sarek can process UMI-reads, using [fgbio](http://fulcrumgenomics.github.io/fgbio/tools/latest/) tools.
890889
891-
In order to use reads containing UMI tags as your initial input, you need to include `--umi_read_structure [structure]` in your parameters.
890+
In order to use reads containing UMI tags as your initial input, you need to include `--umi_read_structure <UMI_string>` in your parameters.
892891
893-
This will enable pre-processing of the reads and UMI consensus reads calling, which will then be used to continue the workflow from the mapping steps. For post-UMI processing depending on the experimental setup, duplicate marking and base quality recalibration can be skipped with [`--skip_tools`].
892+
This will enable pre-processing of the reads and UMI consensus reads calling, which will then be used to continue the workflow from the mapping steps. For post-UMI processing depending on the experimental setup, duplicate marking and base quality recalibration can be skipped with `--skip_tools`.
894893
895894
### UMI Read Structure
896895

0 commit comments

Comments
 (0)