Skip to content

Commit b97d749

Browse files
authored
Merge pull request #1169 from nextstrain/mlr-lineage-fitness
Include MLR lineage fitness
2 parents d2b174e + f088d49 commit b97d749

14 files changed

+188
-25059
lines changed

defaults/auspice_config.json

+2-12
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,8 @@
3636
"type": "continuous"
3737
},
3838
{
39-
"key": "logistic_growth",
40-
"title": "Logistic growth",
41-
"type": "continuous"
42-
},
43-
{
44-
"key": "current_frequency",
45-
"title": "Current frequency",
46-
"type": "continuous"
47-
},
48-
{
49-
"key": "mutational_fitness",
50-
"title": "Mutational fitness",
39+
"key": "mlr_lineage_fitness",
40+
"title": "MLR lineage fitness",
5141
"type": "continuous"
5242
},
5343
{

0 commit comments

Comments
 (0)
close