File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -411,8 +411,8 @@ tsk_strerror_internal(int err)
411411 ret = "Must have at least one allele when specifying an allele map" ;
412412 break ;
413413 case TSK_ERR_MUST_IMPUTE_NON_SAMPLES :
414- ret = "Cannot generate genotypes for non-samples unless missing data "
415- "imputation is enabled " ;
414+ ret = "Cannot generate genotypes for non-samples when isolated nodes are "
415+ "considered as missing " ;
416416 break ;
417417 case TSK_ERR_ALLELE_NOT_FOUND :
418418 ret = "An allele was not found in the user-specified allele map" ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ statistics API in use.
2323
2424.. warning :: :ref:`sec_data_model_missing_data` is not currently
2525 handled correctly by site statistics defined here, as we always
26- impute missing data to be equal to the ancestral state. Later
26+ assign missing data to be equal to the ancestral state. Later
2727 versions will add this behaviour as an option and will account
2828 for the presence of missing data by default.
2929
You can’t perform that action at this time.
0 commit comments