Skip to content

Commit a2849c3

Browse files
committed
add mutrun count hint to top-level metadata, for use later
1 parent 1d8386c commit a2849c3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

core/slim_globals.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,6 +1918,10 @@ const std::string gSLiM_tsk_metadata_JSON_schema_SOURCE = R"V0G0N({
19181918
],
19191919
"description": "The model type used for the last part of this simulation (WF or nonWF)."
19201920
},
1921+
"mutrun_count_hint": {
1922+
"type": "integer",
1923+
"description": "An optional hint regarding the number of mutation runs to use in SLiM; for SLiM internal use only."
1924+
},
19211925
"name": {
19221926
"type": "string",
19231927
"description": "The SLiM species name represented by this tree sequence."

0 commit comments

Comments
 (0)