Open AmhedVargas opened 1 year ago
A fresh install of PEAKachu via mamba (conda) gave me some errors due to .append() and .str() methods being altered in most recent pandas library. A simple solution is to install PEAKachu with a downgraded version of pandas, e.g.:
mamba create -c bioconda -n peakachu peakachu pandas==1.4.0
However, it will be good if the code is updated with the most recent pandas library (way faster) or at least specified on the README file.
Cheers,
Amhed
A fresh install of PEAKachu via mamba (conda) gave me some errors due to .append() and .str() methods being altered in most recent pandas library. A simple solution is to install PEAKachu with a downgraded version of pandas, e.g.:
mamba create -c bioconda -n peakachu peakachu pandas==1.4.0
However, it will be good if the code is updated with the most recent pandas library (way faster) or at least specified on the README file.
Cheers,
Amhed