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
Deprecate logistic_growth coloring and remove it from the workflow
The logistic growth analysis used frequencies of strains in the tree to estimate logistic growth rates. However, analyses at nextstrain.org/sars-cov-2/forecasts use all the available sequence data and provide a more sophisticated estimate of growth rate accounting for competition between circulating viruses. These updated results are available in the `mlr_lineage_fitness` analysis. The `mlr_lineage_fitness` results should be substantially more accurate.
Copy file name to clipboardExpand all lines: docs/src/reference/change_log.md
+2
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ We also use this change log to document new features that maintain backward comp
7
7
8
8
- 23 January 2025: Include a new `mlr_lineage_fitness` coloring. This uses live estimates of lineage fitness from [nextstrain.org/sars-cov-2/forecasts](https://nextstrain.org/sars-cov-2/forecasts) to provide a strain-level coloring to the tree. The lineage fitness estimates are automatically updated as new data comes in and so this coloring should stay current. [PR 1169](https://github.com/nextstrain/ncov/pull/1169)
9
9
10
+
- 23 January 2025: Deprecate previous fitness-related colorings of `mutational_fitness`, `logistic_growth` and `current_frequency` (used by logistic growth). The new `mlr_lineage_fitess` should be more accurate / more current than these previous approaches. [PR 1169](https://github.com/nextstrain/ncov/pull/1169)
11
+
10
12
## v15 (5 December 2024)
11
13
12
14
- 5 December 2024: Remove `run_pangolin` configuration option from the workflow, since the pangoLEARN tool that this enabled has been deprecated. [PR 1164](https://github.com/nextstrain/ncov/pull/1164)
Copy file name to clipboardExpand all lines: docs/src/reference/workflow-config-file.rst
-40
Original file line number
Diff line number
Diff line change
@@ -1097,46 +1097,6 @@ inertia
1097
1097
- Unused
1098
1098
1099
1099
1100
-
logistic_growth
1101
-
---------------
1102
-
1103
-
- type: object
1104
-
- description: Parameters for estimation of logistic clade growth based on logit-transformed clade frequencies.
1105
-
- Valid attributes:
1106
-
1107
-
.. contents::
1108
-
:local:
1109
-
1110
-
delta_pivots
1111
-
~~~~~~~~~~~~
1112
-
1113
-
- type: integer
1114
-
- description: Calculate logistic growth over the last N pivots which corresponds to N times the amount of time represented by the ``pivot_interval_units`` in the frequencies configuration.
1115
-
- default: ``6``
1116
-
1117
-
min_tips
1118
-
~~~~~~~~
1119
-
1120
-
- type: integer
1121
-
- description: The minimum number of tips a clade must have before its logistic growth is calculated.
1122
-
- default: ``50``
1123
-
1124
-
min_frequency
1125
-
~~~~~~~~~~~~~
1126
-
1127
-
- type: float
1128
-
- description: The minimum current frequency for a clade to have its logistic growth calculated.
1129
-
- default: ``0.000001``
1130
-
1131
-
max_frequency
1132
-
~~~~~~~~~~~~~
1133
-
1134
-
- type: float
1135
-
- description: The maximum current frequency for a clade to have its logistic growth calculated.
0 commit comments