Skip to content

Commit

Permalink
Merge pull request #129 from maxplanck-ie/KS
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
katsikora authored Jun 17, 2024
2 parents 8691f83 + 21178cf commit 22327e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmd/14_FirstSteps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ eval_scratch<-dir.exists("/scratch/local")
```

```{r run-mpi, echo=FALSE,eval=eval_scratch}
```{r run-mpi, echo=FALSE,eval=eval_scratch}
wdir<-paste0("/scratch/local/",system('echo $USER',intern=TRUE),"/Rseurat/")
system(paste0('mkdir -p ',wdir))
setwd(wdir)
Expand Down

0 comments on commit 22327e6

Please sign in to comment.