-
Notifications
You must be signed in to change notification settings - Fork 79
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
MACS2 Set pValue to -1 and terrifies IDR #75
Comments
AB2955-L1_R1.trim.PE2SE.nodup.pr1.tn5.pf.500K.pval0.01.narrowPeak.gz |
usr/local/envs/bds_atac_py3/bin/idr --samples /gs6/users/shamsaddinisha/jfarber-20160119-E1/VA2.7+CCR6+CCR2+/hg38/peak/macs2/pseudo_reps/rep1/pr1/AB2955-L1_R1.trim.PE2SE.nodup.pr1.tn5.pf.500K.pval0.01.narrowPeak.gz /gs6/users/shamsaddinisha/jfarber-20160119-E1/VA2.7+CCR6+CCR2+/hg38/peak/macs2/pseudo_reps/rep1/pr2/AB2955-L1_R1.trim.PE2SE.nodup.pr2.tn5.pf.500K.pval0.01.narrowPeak.gz --peak-list /gs6/users/shamsaddinisha/jfarber-20160119-E1/VA2.7+CCR6+CCR2+/hg38/peak/macs2/rep1/AB2955-L1_R1.trim.PE2SE.nodup.tn5.pf.500K.pval0.01.narrowPeak.gz --input-file-type narrowPeak --output-file /gs6/users/shamsaddinisha/jfarber-20160119-E1/VA2.7+CCR6+CCR2+/hg38/peak/macs2/idr/pseudo_reps/rep1/VA2.7+CCR6+CCR2+_rep1-pr.unthresholded-peaks.txt --rank p.value --soft-idr-threshold 0.05 --plot --use-best-multisummit-IDR --log-output-file /gs6/users/shamsaddinisha/jfarber-20160119-E1/VA2.7+CCR6+CCR2+/hg38/peak/macs2/idr/pseudo_reps/rep1/VA2.7+CCR6+CCR2+_rep1-pr.IDR0.05.log.txt Traceback (most recent call last): |
ARGUMENTS LIST: qvalue will not be calculated and reported as -1 in the final output.Larger dataset will be scaled towards smaller dataset. |
Hi It seems MACS2 Set pValue for some peaks to -1 and IDR cannot accept that and crashed
have to convert all -1 to 0 and it worked
The text was updated successfully, but these errors were encountered: