MultiBigwigSummary of deepTools keeps on running for a long time
1
0
Entering edit mode
3.2 years ago

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

ChIP-Seq multibigwigsummary deeptools ubuntu • 1.2k views
ADD COMMENT
1
Entering edit mode
2.4 years ago
Al Murphy ▴ 30

Hard to say how long it should run especially since you don't give the spec of your machine but one thing that will increase runtime is -bs 100 which averages the genome in 100bp bins. The default of 10,000bps would run significantly faster

ADD COMMENT
1
Entering edit mode

one could also up the number of threads via the -p option to increase throughput

ADD REPLY

Login before adding your answer.

Traffic: 2326 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6