Skip to content

Commit 91edca3

Browse files
Update 03-rrna-filtering.qmd
1 parent 37a484f commit 91edca3

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

docs/lesson03-qc-pre-processing/03-rrna-filtering.qmd

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,14 @@ The reads are our trimmed FASTQ files. Since our reads are paired, we have to gi
225225

226226
We'll also use some other optional arguments to customise the command and make our output easier to work with later:
227227

228-
- `--workdir` tells SortMeRNA to put all outputs in a directory of our choice
229-
- `--threads` tells it how many cores/processors to use
230-
- `--aligned` tells it what we want the file containing aligned (i.e. rRNA) reads to be called
231-
- `--other` tells it what we want unaligned (i.e. non-rRNA) reads to be called
232-
- `--fastx` tells it we want our output files in fastq format
233-
- `--paired-out` tells it that if one read in a pair is aligned and the other is not, both reads in the pair should be classed as unaligned
228+
| flag/option | meaning |
229+
|------------------------------------|------------------------------------|
230+
| `--workdir` | tells SortMeRNA to put all outputs in a directory of our choice |
231+
| `--threads` | tells it how many cores/processors to use |
232+
| `--aligned` | tells it what we want the file containing aligned (i.e. rRNA) reads to be called |
233+
| `--other` | tells it what we want unaligned (i.e. non-rRNA) reads to be called |
234+
| `--fastx` | tells it we want our output files in fastq format |
235+
| `--paired-out` | tells it that if one read in a pair is aligned and the other is not, both reads in the pair should be classed as unaligned |
234236

235237
```{=html}
236238
<!--

0 commit comments

Comments
 (0)