Hello, I am on step peak calling using macs2. However, I am getting this error: from MACS2.Constants import * ModuleNotFoundError: No module named 'MACS2'
However, macs is already installed. Please suggest what should I do.
Hello, I am on step peak calling using macs2. However, I am getting this error: from MACS2.Constants import * ModuleNotFoundError: No module named 'MACS2'
However, macs is already installed. Please suggest what should I do.
This error might be related to the path where it is installed. Have a look at the thread: https://github.com/macs3-project/MACS/issues/132
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Maybe the path in which the program is looking for modules is not the same path in which your module is actually installed?
I’m unsure about Mac, but I recently did some peakcalling using ChipSeeker and ChipPeakAnno, which are packages in R. I used a bed file.
This does not answer OP's question. Please do not add answers unless they actually do answer the question.