Skip to content

Commit 39b6f22

Browse files
committed
fix download path folder
1 parent dc23fb8 commit 39b6f22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

visium/download-test-data.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Set working directory to this folder directory
2-
library(rstudioapi)
3-
setwd(fs::path_dir(getSourceEditorContext()$path))
2+
setwd("visium")
43

54
library(curl)
65
# Optional: increase timeout (default is 60 sec, here set to 300 sec = 5 min)

0 commit comments

Comments
 (0)