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-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,8 +133,11 @@ All of the following variables are pre-defined in [config.yaml](/config/config.y
133
133
- `COORDINATES_JSON`: path of a JSON file containing genome feature coordinates for data visualization.
134
134
- `GENETIC_CODE_JSON`: path of a JSON file containing a genetic code for gene translation.
135
135
- `TREE_MODEL`: substitution model used by IQTREE (see [docs](http://www.iqtree.org/doc/Substitution-Models)).
136
-
- `UFBOOT_REPS`: ultrafast bootstrap replicates for IQTREE (see [UFBoot](https://doi.org/10.1093/molbev/msx281)).
137
-
- `SHALRT_REPS`: Shimodaira–Hasegawa approximate likelihood ratio test bootstrap replicates for IQTREE (see [SH-aLRT](https://doi.org/10.1093/sysbio/syq010)).
136
+
- `UFBOOT` & `SHALRT`: settings for ultrafast bootstrap (see [UFBoot](https://doi.org/10.1093/molbev/msx281))
137
+
and Shimodaira–Hasegawa approximate likelihood ratio test bootstrap
138
+
(see [SH-aLRT](https://doi.org/10.1093/sysbio/syq010)) in IQTREE runs:
139
+
- `REPS`: number of replicates.
140
+
- `THRESHOLD`: value cutoff for visualization.
138
141
- `VC`: variant calling configuration:
139
142
- `MAX_DEPTH`: maximum depth at a position for `samtools mpileup` (option `-d`).
140
143
- `MIN_QUALITY`: minimum base quality for `samtools mpileup` (option `-Q`).
0 commit comments