RangeShifter / RScore

RangeShifter's core simulation code
GNU General Public License v3.0
0 stars 0 forks source link

Translocation #24

Closed JetteReeg closed 6 months ago

JetteReeg commented 6 months ago

minSteps and maxSteps were not references as stage-sex matrix and parameter output was not sex and stage dependent:

@TheoPannetier: I am unsure about the input from the batch side. In R the input is a vector of the size NSexes*NStages.

(the other commits just refer to changes in links within Readme and Contributing files.)

TheoPannetier commented 6 months ago

Oddly enough, the batch interface seems to allow this already (see https://github.com/RangeShifter/RangeShifter_batch/blob/29f1935905f3b56cdc39ace54bc34182a9228d4e/src/BatchMode.cpp#L5076 onwards), but the possibility of sex-dependent/stage-dependent step requirements are not mentioned anywhere in the doc. So integrating in the next release should only take a doc update!