Skip to content

Commit

Permalink
cleanup the cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanevski committed Jul 27, 2023
1 parent fc5d64a commit b573569
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vignettes/mistyDataFormats.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,6 @@ sessionInfo()
```

```{r cleanup, include=FALSE}
if (cleanup) {
unlink(c("visium_anndata.h5ad", "visium_seurat.rds", "visium_spe.rds", "omnipathr-log"),
unlink(c("visium_anndata.h5ad", "visium_seurat.rds", "visium_spe.rds", "omnipathr-log", "vignette_model_footprints"),
recursive = TRUE)
}
unlink("vignette_model_footprints", recursive = TRUE)
```

0 comments on commit b573569

Please sign in to comment.