All other functions that have a contig param use base_params.contig.
cnv_discordant_read_calls is the only function that uses base_params.contigs.
I suggest we rename the param to contigs and update internal usage accordingly, but this would mean a breaking change.
This could be done while fixing #660