Skip to content

Commit 7b7e806

Browse files
authored
Merge pull request #16 from biosustain/15-typo-on-04_group-comparison_tutorial
✏️ fixed typo at results path definition
2 parents 3ddfb24 + d758742 commit 7b7e806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/04_Group-comparison_tutorial.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ abundance <- abundance[rownames(metadata), ]
103103
## Creating a directory for the related results
104104

105105
```{r}
106-
results_dir <- paste0(training_dir, "results/report/04_Group-comparison")
106+
results_dir <- paste0(training_dir, "results/report/04_Group-comparison/")
107107
108108
dir.create(results_dir, recursive = TRUE, showWarnings = FALSE)
109109
```

0 commit comments

Comments
 (0)