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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,10 +141,16 @@ All of the following variables are pre-defined in [config.yaml](/config/config.y
141
141
- `IVAR_QUALITY`: minimum base quality for `ivar variants` (option `-q`).
142
142
- `IVAR_FREQ`: minimum frequency threshold for `ivar variants` (option `-t`).
143
143
- `IVAR_DEPTH`: minimum read depth for `ivar variants` (option `-m`).
144
-
- `DEMIX`: demixing configuration:
144
+
- `DEMIX`: demixing configuration (uses [Freyja](https://github.com/andersen-lab/Freyja), see also [its docs](https://andersen-lab.github.io/Freyja/index.html)):
145
+
- `PATHOGEN`: pathogen of interest for `freyja demix` (option `--pathogen`).
145
146
- `MIN_QUALITY`: minimum quality for `freyja variants` (option `--minq`).
146
-
- `COV_CUTOFF`: minimum depth for `freyja demix` (option `--covcut`).
147
+
- `COV_CUTOFF`: minimum depth to calculate coverage for `freyja demix` (option `--covcut`).
0 commit comments