I am trying to generate a merged bigwig file using multiBigwigSummary for using in the plotCorrelation tool in deepTools. However, the 8 files are running in this program for almost 5hours. How long does it usually take to generate the output file using this command in deeptools usually? I am extremely new to coding and computational biology. Need a little help on how to generate a fast efficient converged file for usage in plotCorrelation in the next step. The code which I used in Ubuntu terminal is as follows- $multiBigwigSummary bins -bs 100 -b input_CNT.bw input_ALP.bw H3K9ac_CNT.bw (8 such file names in all) -o mbs.npz
one could also up the number of threads via the
-p
option to increase throughput