Skip to content

Commit 21e6e8c

Browse files
committed
Fix typos repoted by @ashildv
1 parent 0fa9c7a commit 21e6e8c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ wildcards (`*`) e.g.:
368368
7. For input BAM files you should provide a small decoy reference genome with
369369
pre-made indices, e.g. the human mtDNA or phiX genome, for the mandatory
370370
parameter `--fasta` in order to avoid long computational time for generating
371-
the index files of the reference genome, even if you do not actual need a
371+
the index files of the reference genome, even if you do not actually need a
372372
reference genome for any downstream analyses.
373373

374374
##### TSV Input Method
@@ -463,7 +463,7 @@ will have the following effects:
463463
- After mapping, and prior BAM filtering, BAM files with different
464464
`SeqType` (but with all other metadata columns the same) will be merged
465465
together for each **Library**.
466-
- After duplicate removal, BAM files with `Library_ID`s with the same
466+
- After duplicate removal, BAM files with different `Library_ID`s but with the same
467467
`Sample_Name` and the same `UDG_Treatment` will be merged together.
468468
- If BAM trimming is turned on, all post-trimming BAMs (i.e. non-UDG and
469469
half-UDG ) will be merged with UDG-treated (untreated) BAMs, if they have the
@@ -490,7 +490,7 @@ Note the following important points and limitations for setting up:
490490
- You should provide a small decoy reference genome with pre-made indices, e.g.
491491
the human mtDNA or phiX genome, for the mandatory parameter `--fasta` in
492492
order to avoid long computational time for generating the index files of the
493-
reference genome, even if you do not actual need a reference genome for any
493+
reference genome, even if you do not actually need a reference genome for any
494494
downstream analyses.
495495
- nf-core/eager will only merge multiple _lanes_ of sequencing runs with the
496496
same single-end or paired-end configuration
@@ -547,7 +547,7 @@ Default: `'none'`.
547547
> **Tip**: You should provide a small decoy reference genome with pre-made indices, e.g.
548548
> the human mtDNA genome, for the mandatory parameter `--fasta` in order to
549549
> avoid long computational time for generating the index files of the reference
550-
> genome, even if you do not actual need a reference genome for any downstream
550+
> genome, even if you do not actually need a reference genome for any downstream
551551
> analyses.
552552
553553
#### `--single_stranded`

0 commit comments

Comments
 (0)