Open
Description
In report for all-vs-all comparison filenames are used as label. However label is stripped on first dot.
For example:
chr8_all_interactions_res0.0328_ccds_202.bed
is stripped to:
chr8_all_interactions_res0
instead of:
chr8_all_interactions_res0.0328_ccds_202
Bug is probably in
Line 47 in 7efb44e
Consider using this:
https://docs.python.org/3.7/library/os.path.html#os.path.splitext