MACS
MACS copied to clipboard
Error with --nolamda option enabled
Greetings,
I am facing some troubles when I am using --nolamda option:
macs2 callpeak -t CB9TUACXX_OATAC_TAS_17s005511-1-1_lane6_1_sequence.dup.bed -f BED --nomodel --nolambda --keep-dup all --shift 37 --extsize 73 -n peak_calling/nolambda_out
...
INFO @ Wed, 15 Nov 2017 14:44:10: 50000000
INFO @ Wed, 15 Nov 2017 14:44:12: 51000000
INFO @ Wed, 15 Nov 2017 14:44:14: 52000000
INFO @ Wed, 15 Nov 2017 14:44:16: 53000000
INFO @ Wed, 15 Nov 2017 14:44:19: 54000000
INFO @ Wed, 15 Nov 2017 14:44:21: 55000000
INFO @ Wed, 15 Nov 2017 14:44:23: 56000000
INFO @ Wed, 15 Nov 2017 14:44:26: #1 tag size is determined as 49 bps
INFO @ Wed, 15 Nov 2017 14:44:26: #1 tag size = 49
INFO @ Wed, 15 Nov 2017 14:44:26: #1 total tags in treatment: 56122595
INFO @ Wed, 15 Nov 2017 14:44:26: #1 finished!
INFO @ Wed, 15 Nov 2017 14:44:26: #2 Build Peak Model...
INFO @ Wed, 15 Nov 2017 14:44:26: #2 Skipped...
INFO @ Wed, 15 Nov 2017 14:44:26: #2 Sequencing ends will be shifted towards 3' by 37 bp(s)
INFO @ Wed, 15 Nov 2017 14:44:26: #2 Use 73 as fragment length
INFO @ Wed, 15 Nov 2017 14:44:26: #3 Call peaks...
INFO @ Wed, 15 Nov 2017 14:44:26: # local lambda is disabled!
INFO @ Wed, 15 Nov 2017 14:44:26: #3 !!!! DYNAMIC LAMBDA IS DISABLED !!!!
INFO @ Wed, 15 Nov 2017 14:44:26: #3 Pre-compute pvalue-qvalue table...
Traceback (most recent call last):
File "/usr/local/bin/macs2", line 614, in
while when I do not enable it, the program is run with no errors.
Any help would be appreciated.
I meet the same problem in MACS2-2.1.0.20150420
I've also encountered this problem. Is there a known solution?
Not yet from my side..
2018-07-11 23:52 GMT+03:00 OscarBrock [email protected]:
I've also encountered this problem. Is there a known solution?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/taoliu/MACS/issues/221#issuecomment-404305397, or mute the thread https://github.com/notifications/unsubscribe-auth/Ae8nwCLgfM88A-ex1Wbvbj9EEMawN_Uaks5uFmV-gaJpZM4Qe9rX .
Hi all,
I get the same error on MACS2. From looking around the web, this seems an obscure issue from numpy - many people reported fixing it by changing to different python/numpy/numerical libraries installation.
In my case this happened in a cluster environment with system-installed libraries. I then used conda with python 3.7 and macs2 from bioconda and it worked.
@Heroico Right. This is one of the major updates in recent macs2 releases -- to test under different environments. To install macs2 from bioconda definitely will make life easier/happier.