Closed dummai closed 6 years ago
If the pipeline is run without any *.bed, it will return an error, " 'Namespace' object has no attribute 'regions38' ".
The error may be bypassed by adding an empty *.bed file. $ echo "" > sample_name.bed
I've added a check to handle when there is no bed file present. Ran a quick test and it seems to be working. Will close for now.
If the pipeline is run without any *.bed, it will return an error, " 'Namespace' object has no attribute 'regions38' ".
The error may be bypassed by adding an empty *.bed file. $ echo "" > sample_name.bed