v1.3.1
A simple proportion calculation done in a Nextflow Channel resulted in a 'Division undefined' error caused by a 0/0 calculation. This commit includes for the channels in question a check and inserts a 0 if one of the two parameters are 0
A simple proportion calculation done in a Nextflow Channel resulted in a 'Division undefined' error caused by a 0/0 calculation. This commit includes for the channels in question a check and inserts a 0 if one of the two parameters are 0