Hi all,
I have macs2 installed on my Mac but have encountered this error that I cannot seem to resolve. I run this command to call peaks for my ATAC-seq data:
macs2 callpeak -t filename.sam --broad --broad-cutoff 0.1 -g 2.7e9 -n yourprefix -B --nomodel > 'yourprefix.log'
But get the following error:
File "/Users/Downloads/MACS2-2.1.2/bin/macs2", line 622, in <module> main() File "/Users/Downloads/MACS2-2.1.2/bin/macs2", line 57, in main run( args ) File "/Users/miniconda3/lib/python3.8/site-packages/MACS2/callpeak_cmd.py", line 48, in run options = opt_validate( args ) File "//miniconda3/lib/python3.8/site-packages/MACS2/OptValidator.py", line 121, in opt_validate if options.d_min < 0: AttributeError: 'Namespace' object has no attribute 'd_min'
Any help would be much appreciated!
Thanks in advance!