nservant / HiC-Pro

HiC-Pro: An optimized and flexible pipeline for Hi-C data processing
Other
386 stars 182 forks source link

Error in multiplot #388

Closed rosaak closed 3 years ago

rosaak commented 3 years ago

Hello Nicolas,

...
--------------------------------------------
Thu Dec 10 02:09:37 EST 2020
Run quality checks for all samples ...
Logs: logs/Macro-ko-k2b/make_Rplots.log
make: *** [/home/rxp463/.local/bin/HiC-Pro_2.11.4/scripts/Makefile:181: hic_qc] Error 1

Any suggestions !!!

-- Roshan

nservant commented 3 years ago

Hi Roshan Many thanks for the detailed logs. So for sure, this error has nothing to see with the bin size !! In the header of the Rout file, can you check if it is really using the R version you have in conda. Otherwise, I would suspected either an update in R, and something in the conda. You can simply check by

conda active YOUR_CONDA
R
>> library('labeling')

Otherwise, don't forget that you can still use HiC-Pro in stepwise mode with -s option, just to run the ICE norm for instance. In that case, be sure that the input folder (-i) was defined to your raw count table folder and run HiC-Pro with -s ice_norm Best

rosaak commented 3 years ago

Hi Nicolas,

Installing labeling solved the issue. Thank you for your suggestions.

-- Roshan