Skip to content
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

*** caught illegal operation *** address 0x7f6a05863117, cause 'illegal operand' #13

Open
XinheG opened this issue Aug 29, 2024 · 1 comment

Comments

@XinheG
Copy link

XinheG commented Aug 29, 2024

Hello,

I have encountered with a strange error about illegal operation when trying to use scibet for cell annotations, it seems something is wrong with the DsGene function, even I have already limited the number of threads to 1:

***** caught illegal operation ***
address 0x7f6a05863117, cause 'illegal operand'

Traceback:
1: DsGene(expr, labels_in, FALSE, k, a, n_threads)
2: Learn(train, NULL, k, 0)
3: scibet::SciBet(exp, test)
4: scibet(test, train, label_train, ...)**

It is wierd that this error only occurs when I try to hang up this analysis as background task using command like below:

nohup Rscript cell_anno.R &

, and when I try to do the annotations line by line in the R studio, this error disappears.

Could anyone tell me why? It would really be helpful.

Sincerely yours.

@zkk-967
Copy link

zkk-967 commented Aug 30, 2024

I think this is a good question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants