-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stuck at pre-compute #86
Comments
@duyphamuab, do you mind send me the Trial.bam file? I will try to reproduce this issue. |
Please see the attached file for trial.bam.gz
@duyphamuab, do you mind send me the Trial.bam file? I will try to reproduce this issue.— |
@duyphamuab I can't see your attachment. Could you pass it to me using dropbox? You can send it to my gmail address. Open ChangeLog file and you will see my address. |
hangs forever. Fixed by editting 'ndarray' -> 'array'.
Fixed. It turns out I wrongly used 'ndarray' to initialize a new Numpy array. Should use 'array' function instead. Thanks for the report! |
Thanks! |
I got exactly the same problem. |
I still this problem with version macs2 2.1.1.20160309. How can I fix this? thanks |
@gireeshkbogu Still have the same problem? Could you provide some detail? Also make sure the correct version is used. Sometimes, old version (e.g. old MACS2 libraries) and new version (e.g. new MACS2 executables) may be incorrectly mixed. |
I too am getting stalling at the same point. I am using a BED file (converted from a BAM file) with about 38 million lines. I am running the default parameters, however, when I use |
I continue to get this issue. This time I am using normal bam files. |
Hi,
I use macs2 2.1.0.20150420 version on ubuntu14.04. I have MACS2 installed on virtualenv. It takes forever (i am not sure it will end) at #3 pre-compute pvalue-qvalue table (if i remove --nolambda flag then it runs just fine).
can you help? Thanks,
Duy
This is what I did:
Command line: callpeak -t trial.bam -g mm --nomodel --nolambda --outdir /home/duypham/Desktop/trial/
ARGUMENTS LIST:
name = NA
format = AUTO
ChIP-seq file = ['trial.bam']
control file = None
effective genome size = 1.87e+09
band width = 300
model fold = [5, 50]
qvalue cutoff = 5.00e-02
Larger dataset will be scaled towards smaller dataset.
Range for calculating regional lambda is: 10000 bps
Broad region calling is off
INFO @ Fri, 03 Jul 2015 10:55:36: #1 read tag files...
INFO @ Fri, 03 Jul 2015 10:55:36: #1 read treatment tags...
INFO @ Fri, 03 Jul 2015 10:55:36: Detected format is: BAM
INFO @ Fri, 03 Jul 2015 10:55:36: * Input file is gzipped.
INFO @ Fri, 03 Jul 2015 10:55:36: #1 tag size is determined as 51 bps
INFO @ Fri, 03 Jul 2015 10:55:36: #1 tag size = 51
INFO @ Fri, 03 Jul 2015 10:55:36: #1 total tags in treatment: 1260
INFO @ Fri, 03 Jul 2015 10:55:36: #1 user defined the maximum tags...
INFO @ Fri, 03 Jul 2015 10:55:36: #1 filter out redundant tags at the same location and the same strand by allowing at most 1 tag(s)
INFO @ Fri, 03 Jul 2015 10:55:36: #1 tags after filtering in treatment: 1224
INFO @ Fri, 03 Jul 2015 10:55:36: #1 Redundant rate of treatment: 0.03
INFO @ Fri, 03 Jul 2015 10:55:36: #1 finished!
INFO @ Fri, 03 Jul 2015 10:55:36: #2 Build Peak Model...
INFO @ Fri, 03 Jul 2015 10:55:36: #2 Skipped...
INFO @ Fri, 03 Jul 2015 10:55:36: #2 Use 200 as fragment length
INFO @ Fri, 03 Jul 2015 10:55:36: #3 Call peaks...
INFO @ Fri, 03 Jul 2015 10:55:36: # local lambda is disabled!
INFO @ Fri, 03 Jul 2015 10:55:36: #3 !!!! DYNAMIC LAMBDA IS DISABLED !!!!
INFO @ Fri, 03 Jul 2015 10:55:36: #3 Pre-compute pvalue-qvalue table...
The text was updated successfully, but these errors were encountered: