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
ifnot"chr"ins: raiseKnownException("Please provide at least the chromosome for each region (and optionally the start and end coordinates, otherwise figeno will assume than the region spans the whole chromosome).")
91
91
ifs["chr"]==""ors["chr"]=="chr"ors["chr"] isNone: raiseKnownException("Please provide at least the chromosome for each region (and optionally the start and end coordinates, otherwise figeno will assume than the region spans the whole chromosome).")
warnings.append("No balancing weights were found for file "+self.file+". Figeno will show the raw, unnormalized data. If you want to show normalized data, please run: \"cooler balance "+self.file+"\" and re-generate the figure."\
70
+
" See https://cooler.readthedocs.io/en/latest/cli.html#cooler-balance for more information and options.")
ifnotregion1.chrinc.chromnames: raiseKnownException("Could not find chromosome "+region1.chr+" in the .cool file. Please make sure that you specified the correct chromosome name (the chr prefix can be omitted). "\
246
+
"Only the following chromosome names were found in the .cool file: "+", ".join(c.chromnames))
0 commit comments