You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.warning(f"RuntimeError happened when accessing {chrom}:{start}-{end}, it's probably due to at least one chromatin track bigwig doesn't have information in this region")
565
565
raiseBigWigInaccessible(chrom, start, end)
566
+
exceptKeyError:
567
+
#logger.warning(e)
568
+
logger.warning("KeyError happened when accessing {chrom}:{start}-{end}, it's probably due to at least one chromatin track bigwig doesn't have information in this region")
569
+
raiseBigWigInaccessible(chrom, start, end)
566
570
chroms_array=np.vstack(chroms_array) # create the chromatin track array, shape (num_tracks, length)
logger.warning(f"RuntimeError happened when accessing {chrom}:{start}-{end}, it's probably due to at least one chromatin track bigwig doesn't have information in this region")
589
593
raiseBigWigInaccessible(chrom, start, end)
594
+
exceptKeyError:
595
+
logger.warning(f"KeyError happened when accessing {chrom}:{start}-{end}, it's probably due to at least one chromatin track bigwig doesn't have information in this region")
0 commit comments