Would it be possible to change this into a warning instead of error:
|
outError("It makes no sense to perform bootstrap with less than 4 sequences."); |
Background: When looping over many datasets we want to perform bootstrap in general but some datasets might have less than 4 sequences. We could implement this on our side (but this would be needed for all sorts of input formats and I guess this would be easier done here).
Would it be possible to change this into a warning instead of error:
iqtree3/main/phyloanalysis.cpp
Line 5364 in 76bf0b1
Background: When looping over many datasets we want to perform bootstrap in general but some datasets might have less than 4 sequences. We could implement this on our side (but this would be needed for all sorts of input formats and I guess this would be easier done here).