You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I updated to the last version of MACS3 (3.0.2) and now I get this error whenever I run the program: /tmp/slurmd/job1000362/slurm_script: line 105: 138001 Illegal instruction (core dumped) macs3 callpeak -t ${bamFiles[@]} --outdir ${PEAK_DIR}/MACS/BAMPE/group -n ${GROUP} -f BAMPE -g 2.9e9 -q 5e-2 --keep-dup all --nomodel --broad --broad-cutoff 5e-2
To Reproduce
The command line I am using is: macs3 callpeak -t ${bamFiles[@]} --outdir ${PEAK_DIR}/MACS/BAMPE/group -n ${GROUP} -f BAMPE -g 2.9e9 -q 5e-2 --keep-dup all --nomodel --broad --broad-cutoff 5e-2
Expected behavior
This command line was working with MACS3 v3.0.0 until I got the same error as in issue #[637] and I updated to the latest version.
System (please complete the following information):
OS: Red Hat Enterprise Linux 9.4 (Plow)
Python version 3.9.6
MACS Version 3.0.2 and 3.0.1
The text was updated successfully, but these errors were encountered:
It may happen if MACS3 was compiled and installed on the node of a certain type of CPU but executed on the node of a different kind of CPU. I would suggest you double-check if this is the case since you are using SLURM. Perhaps specifically ask for certain nodes with the same CPU architecture as the one when MACS3 was installed.
Another suggestion is that you can try to disable all optimization of MACS3 codes in setup.py and reinstall it again. To do so, please download the source code then in the setup.py script in L57:
Describe the bug
I updated to the last version of MACS3 (3.0.2) and now I get this error whenever I run the program: /tmp/slurmd/job1000362/slurm_script: line 105: 138001 Illegal instruction (core dumped) macs3 callpeak -t ${bamFiles[@]} --outdir ${PEAK_DIR}/MACS/BAMPE/group -n ${GROUP} -f BAMPE -g 2.9e9 -q 5e-2 --keep-dup all --nomodel --broad --broad-cutoff 5e-2
To Reproduce
The command line I am using is: macs3 callpeak -t ${bamFiles[@]} --outdir ${PEAK_DIR}/MACS/BAMPE/group -n ${GROUP} -f BAMPE -g 2.9e9 -q 5e-2 --keep-dup all --nomodel --broad --broad-cutoff 5e-2
Expected behavior
This command line was working with MACS3 v3.0.0 until I got the same error as in issue #[637] and I updated to the latest version.
System (please complete the following information):
The text was updated successfully, but these errors were encountered: