Currently the SV chunks don't run only when the SV file is empty. When the genes in there are not expressed, it causes issues with the exprTable which tries to take in a NULL genes object. Handling that here.
Fixes #172. Tested locally on the sample hitting the bug.
Currently the SV chunks don't run only when the SV file is empty. When the genes in there are not expressed, it causes issues with the exprTable which tries to take in a NULL
genes
object. Handling that here.Fixes #172. Tested locally on the sample hitting the bug.