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

Mistake Locks R Terminal #75

Open
DarioS opened this issue Apr 4, 2024 · 1 comment
Open

Mistake Locks R Terminal #75

DarioS opened this issue Apr 4, 2024 · 1 comment

Comments

@DarioS
Copy link

DarioS commented Apr 4, 2024

I notice a few times that if I make a mistake, the error message will be printed immediately but I won't be able to use the terminal for a few minutes and the process can't be interrupted. R has to be forcefully terminated.

> assay(fibroSCE, "merged") <- altExps(fibroSCE) # Intended to write altExp(fibroSCE, "merged")
Error in `assays<-`(`*tmp*`, withDimnames = withDimnames, ..., value = `*vtmp*`) : 
  please use 'assay(x, withDimnames=FALSE)) <- value' or 'assays(x,

It is doing something, but not clear what.

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND   
2605798 dario     20   0   99.7g  83.7g 153432 R 100.0  11.1 160:09.35 rsession

In case it helps, I was trying to move something from main experiment to assay section, to make it useful for plotting.

reducedDimNames(2): PCA UMAP
mainExpName: merged
altExpNames(2): RNA SCT
@LTLA
Copy link
Collaborator

LTLA commented Apr 5, 2024

I have no idea. SCE's not doing any extra error handling for assay<-, AFAIK.

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