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: config/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,14 +140,14 @@ All of the following variables are pre-defined in [config.yaml](/config/config.y
140
140
- `REPS`: number of replicates.
141
141
- `THRESHOLD`: value cutoff for visualization.
142
142
- `VC`: variant calling configuration:
143
-
- `MAX_DEPTH`: maximum depth at a position for `samtools mpileup` (option `-d`).
144
-
- `MIN_QUALITY`: minimum base quality for `samtools mpileup` (option `-Q`).
145
-
- `IVAR_QUALITY`: minimum base quality for `ivar variants` (option `-q`).
146
-
- `IVAR_FREQ`: minimum frequency threshold for `ivar variants` (option `-t`).
147
-
- `IVAR_DEPTH`: minimum read depth for `ivar variants` (option `-m`).
143
+
- `MIN_QUALITY`: minimum base quality for `ivar variants` (option `-q`).
144
+
- `MIN_FREQ`: minimum frequency threshold for `ivar variants` (option `-t`).
145
+
- `MIN_DEPTH`: minimum read depth for `ivar variants` (option `-m`).
146
+
- `MAX_DEPTH`: maximum read depth for `samtools mpileup` (option `-d`).
148
147
- `DEMIX`: demixing configuration (uses [Freyja](https://github.com/andersen-lab/Freyja), see also [its docs](https://andersen-lab.github.io/Freyja/index.html)):
149
148
- `PATHOGEN`: pathogen of interest for `freyja update` (option `--pathogen`); must be 'SARS-CoV-2'.
150
149
- `MIN_QUALITY`: minimum quality for `freyja variants` (option `--minq`).
150
+
- `MAX_DEPTH`: maximum read depth for `samtools mpileup` (option `-d`).
151
151
- `COV_CUTOFF`: minimum depth to calculate the reported "coverage" (percent of sites with that depth) for `freyja demix` (option `--covcut`).
0 commit comments