elsasserlab / labcode

Utils to perform frequent data analyses in the lab.
GNU General Public License v3.0
0 stars 1 forks source link

file input explicitly tested #44

Closed cnluzon closed 4 years ago

cnluzon commented 4 years ago

Now inputs for bw_bed and bw_bins are explicitly tested for file existence, so the error you get is more intuitive. Unit tests have been included for this.

fixes #42