Closed rosaak closed 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
Hi Nicolas,
Installing labeling solved the issue. Thank you for your suggestions.
-- Roshan
Hello Nicolas,
BIN_SIZE = 200000 1000000
.BIN_SIZE 5000 10000
line 181 points to running the R script via
make_plots.sh
looking at the log
logs/Macro-ko-k2b/plot_mapping_portion.Rout
shows that there is aloadNamespace error
and no package called labeling
tail of plot_mapping_portion.Rout
The package labeling is already installed in the conda env
Because of this error the step2 script doesn't make any pdfs and no ice normalization files.
But it created the raw contact matrix for 5000 and 10000
Is this error because of the bin size?
Any suggestions !!!
-- Roshan