adjust quitting options
In a few functions, there are statements to quit R quit(save='no', status=1)
, e.g. in select.samples(), if non-matching parameters have been supplied.
If called with non-matching parameters in Rstudio, the session is ended and everything is lost. Should be adjusted in all functions.