Hi, dear authors, I have used coolpup a lot previously, but recently it has some problem(maybe a version problem of some packages):
coolpup.py aa.cool bb.bed --outname cc.txt --flank 250000 --local --n_proc 16 --clr_weight_name ""
python3.9/site-packages/coolpuppy/coolpup.py:919: FutureWarning: Series.getitem treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use ser.iloc[pos]
chroffset = self.clr.offset(region[0])
and it been stucked here and I cannot get any output. any suggestions?