-
Notifications
You must be signed in to change notification settings - Fork 10
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
Illegal instruction error on RATTLE correct #39
Comments
Hi, Does the CPUs support sse4.1? RATTLE sub-module spoa has this error "Illegal instruction (core dumped)" with some old processors. Eileen |
Hi Eileen, The CUPs support both see4.1 and 4.2 |
Hi,
Thanks, |
Hi, Apologies, there was a typo introduced when I simplified my file names The full error (with the verbose option) I'm getting is
I get the same error with the example dataset
|
Hi, Try to replace
Eileen |
Hi Eileen, I made the changes but it still gives the same error with the example dataset |
Hi, What operation system and version you are using? And try to remove the previous version and reinstall RATTLE with the following command
Eileen |
I'm experiencing an Illegal instruction error when attempting to run RATTLE correct. The error is consistent when using different fastq files with the only difference being the number of reads reported to be processed (ranges from 30-38). I'm running RATTLE on a HPC system using Intel(R) Xeon(R) E5-2695 v4 CPUs. Can I please get instructions on how to correct this error.
The commands I have used are:
./rattle cluster -i data.fastq -t 4 --iso -o ./
./rattle extract_clusters -c lusters.out -o ./clusters -i data.fastq --fastq
./rattle correct -c clusters.out -o ./clusters -i data.fastq --verbose
The text was updated successfully, but these errors were encountered: