We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I am frequently running into a problem with Obtain_rank_score.R where the script crashes giving exit code 255 and error message below.
Obtain_rank_score.R
assertion !pthread_create(&thr->thrH, &attr, rout, arg) failed, line 119 of file /mnt/storage/home/XXXX/scratch/R-Lang/ATLAS-Build/../ATLAS//src/threads/ATL_thread_start.c
When I re-run the command with the same arguments all works fine so I know it is not the data but seems to be something with multithreading?
Here is the command
Rscript ~/apps/QUAIL/Obtain_rank_score.R --pheno data/phenotypes_quail_pheno.txt --covar data/phenotypes_quail_covar.txt --output data/pheno_rank_score.txt --num_levels 2000 --num_cores 1
Any ideas how to fix?
Thanks Matt
The text was updated successfully, but these errors were encountered:
This issue is discussed here and is related to ATLAS
Sorry, something went wrong.
No branches or pull requests
Hi
I am frequently running into a problem with
Obtain_rank_score.R
where the script crashes giving exit code 255 and error message below.When I re-run the command with the same arguments all works fine so I know it is not the data but seems to be something with multithreading?
Here is the command
Any ideas how to fix?
Thanks
Matt
The text was updated successfully, but these errors were encountered: