@@ -1717,7 +1717,7 @@ function(input, output, session) {
1717
1717
}
1718
1718
1719
1719
# Creates new folder to keep the plots organized. Adding date and time helps to avoid overwriting the data
1720
- path_new <- paste0(" ./images/one_sample_plots" , format(Sys.time(),' _%Y% -%m%-%d%__ %H%M%S' ))
1720
+ path_new <- paste0(" ./images/one_sample_plots" , format(Sys.time(),' _%Y-%m-%d__ %H%M%S' ))
1721
1721
1722
1722
dir.create(path_new )
1723
1723
dir.create( paste0(path_new ," /feature_plots" ) )
@@ -3206,7 +3206,7 @@ function(input, output, session) {
3206
3206
}
3207
3207
3208
3208
# Creates new folder to keep the plots organized. Adding date and time helps to avoid overwriting the data
3209
- path_new <- paste0(" ./images/integrated_sample_plots" , format(Sys.time(),' _%Y% -%m%-%d%__ %H%M%S' ))
3209
+ path_new <- paste0(" ./images/integrated_sample_plots" , format(Sys.time(),' _%Y-%m-%d__ %H%M%S' ))
3210
3210
3211
3211
dir.create(path_new )
3212
3212
dir.create( paste0(path_new ," /feature_plots" ) )
@@ -4427,7 +4427,7 @@ function(input, output, session) {
4427
4427
}
4428
4428
4429
4429
# Creates new folder to keep the plots organized. Adding date and time helps to avoid overwriting the data
4430
- path_new <- paste0(" ./images/trajectories_plots" , format(Sys.time(),' _%Y% -%m%-%d%__ %H%M%S' ))
4430
+ path_new <- paste0(" ./images/trajectories_plots" , format(Sys.time(),' _%Y-%m-%d__ %H%M%S' ))
4431
4431
4432
4432
dir.create(path_new )
4433
4433
dir.create( paste0(path_new ," /Dimension_reduction" ) )
@@ -4783,7 +4783,7 @@ function(input, output, session) {
4783
4783
}
4784
4784
4785
4785
# Creates new folder to keep the plots organized. Adding date and time helps to avoid overwriting the data
4786
- path_new <- paste0(" ./images/trajectories_plots" , format(Sys.time(),' _%Y% -%m%-%d%__ %H%M%S' ))
4786
+ path_new <- paste0(" ./images/trajectories_plots" , format(Sys.time(),' _%Y-%m-%d__ %H%M%S' ))
4787
4787
4788
4788
dir.create(path_new )
4789
4789
dir.create( paste0(path_new ," /Dimension_reduction" ) )
0 commit comments