Skip to content

Commit

Permalink
Update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
lalo-caballero committed Oct 31, 2023
1 parent f6d7196 commit 30d8a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions man/GCIMS-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/creating-a-workflow-step.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ cutDrift_Dataset <- function(x, dt_from, dt_to) {
Load the dataset:

```{r}
annotations <- read.csv(file.path(samples_directory, "annotations.csv"))
annotations<-create_annotations_table(file.path(getwd(),samples_directory))
dataset <- GCIMSDataset$new(
annotations,
base_dir = samples_directory,
Expand Down

0 comments on commit 30d8a40

Please sign in to comment.