@@ -6131,14 +6131,16 @@ server <- function(input, output, session) {
6131
6131
title = "Pending Multi Typing",
6132
6132
type = "warning",
6133
6133
position = "top-end",
6134
- timer = 6000
6134
+ timer = 6000,
6135
+ width = "500px"
6135
6136
)
6136
6137
} else if(readLines(paste0(getwd(), "/execute", "/progress.fifo"))[1] != "0") {
6137
6138
show_toast(
6138
6139
title = "Pending Single Typing",
6139
6140
type = "warning",
6140
6141
position = "top-end",
6141
- timer = 6000
6142
+ timer = 6000,
6143
+ width = "500px"
6142
6144
)
6143
6145
} else {
6144
6146
showModal(
@@ -8834,7 +8836,7 @@ server <- function(input, output, session) {
8834
8836
title = "Invalid scheme folder",
8835
8837
type = "warning",
8836
8838
position = "top-end",
8837
- width = "350px ",
8839
+ width = "500px ",
8838
8840
timer = 4000
8839
8841
)
8840
8842
}
@@ -9417,7 +9419,7 @@ server <- function(input, output, session) {
9417
9419
title = "Max. 10 characters",
9418
9420
type = "warning",
9419
9421
position = "top-end",
9420
- width = "400px ",
9422
+ width = "500px ",
9421
9423
timer = 6000
9422
9424
)
9423
9425
} else {
@@ -9426,7 +9428,7 @@ server <- function(input, output, session) {
9426
9428
title = "Min. 1 character",
9427
9429
type = "error",
9428
9430
position = "top-end",
9429
- width = "330px ",
9431
+ width = "500px ",
9430
9432
timer = 6000
9431
9433
)
9432
9434
} else {
@@ -9435,7 +9437,7 @@ server <- function(input, output, session) {
9435
9437
title = "Variable name already existing",
9436
9438
type = "warning",
9437
9439
position = "top-end",
9438
- width = "400px ",
9440
+ width = "500px ",
9439
9441
timer = 6000
9440
9442
)
9441
9443
} else {
@@ -9493,7 +9495,7 @@ server <- function(input, output, session) {
9493
9495
title = paste0("Variable ", trimws(input$new_var_name), " added"),
9494
9496
type = "success",
9495
9497
position = "top-end",
9496
- width = "370px ",
9498
+ width = "500px ",
9497
9499
timer = 6000
9498
9500
)
9499
9501
@@ -9505,7 +9507,7 @@ server <- function(input, output, session) {
9505
9507
title = "No custom variables",
9506
9508
type = "error",
9507
9509
position = "top-end",
9508
- width = "330px ",
9510
+ width = "500px ",
9509
9511
timer = 6000
9510
9512
)
9511
9513
} else {
@@ -9541,7 +9543,7 @@ server <- function(input, output, session) {
9541
9543
title = paste0("Variable ", input$del_which_var, " removed"),
9542
9544
type = "warning",
9543
9545
position = "top-end",
9544
- width = "370px ",
9546
+ width = "500px ",
9545
9547
timer = 6000
9546
9548
)
9547
9549
@@ -9753,7 +9755,8 @@ server <- function(input, output, session) {
9753
9755
title = "Database successfully saved",
9754
9756
type = "success",
9755
9757
position = "top-end",
9756
- timer = 4000
9758
+ timer = 4000,
9759
+ width = "500px"
9757
9760
)
9758
9761
})
9759
9762
@@ -9763,7 +9766,8 @@ server <- function(input, output, session) {
9763
9766
title = "No entry selected",
9764
9767
type = "warning",
9765
9768
position = "top-end",
9766
- timer = 4000
9769
+ timer = 4000,
9770
+ width = "500px"
9767
9771
)
9768
9772
} else {
9769
9773
if( (length(input$select_delete) - nrow(DF1$data) ) == 0) {
@@ -9857,14 +9861,16 @@ server <- function(input, output, session) {
9857
9861
title = "Entries deleted",
9858
9862
type = "success",
9859
9863
position = "top-end",
9860
- timer = 4000
9864
+ timer = 4000,
9865
+ width = "500px"
9861
9866
)
9862
9867
} else {
9863
9868
show_toast(
9864
9869
title = "Entry deleted",
9865
9870
type = "success",
9866
9871
position = "top-end",
9867
- timer = 4000
9872
+ timer = 4000,
9873
+ width = "500px"
9868
9874
)
9869
9875
}
9870
9876
})
@@ -10241,7 +10247,8 @@ server <- function(input, output, session) {
10241
10247
title = "Download successful",
10242
10248
type = "success",
10243
10249
position = "top-end",
10244
- timer = 5000
10250
+ timer = 5000,
10251
+ width = "500px"
10245
10252
)
10246
10253
10247
10254
showModal(
@@ -12825,14 +12832,16 @@ server <- function(input, output, session) {
12825
12832
title = "Missing data",
12826
12833
type = "error",
12827
12834
position = "top-end",
12828
- timer = 6000
12835
+ timer = 6000,
12836
+ width = "500px"
12829
12837
)
12830
12838
} else if(nrow(DF1$allelic_profile_true) < 3) {
12831
12839
show_toast(
12832
12840
title = "Min. of 3 entries required for visualization",
12833
12841
type = "error",
12834
12842
position = "top-end",
12835
- timer = 6000
12843
+ timer = 6000,
12844
+ width = "500px"
12836
12845
)
12837
12846
} else {
12838
12847
@@ -12914,7 +12923,7 @@ server <- function(input, output, session) {
12914
12923
title = "Computation might take a while",
12915
12924
type = "warning",
12916
12925
position = "top-end",
12917
- width = "400px ",
12926
+ width = "500px ",
12918
12927
timer = 10000
12919
12928
)
12920
12929
}
@@ -13380,7 +13389,7 @@ server <- function(input, output, session) {
13380
13389
title = "Wrong file type (only fasta/fna/fa)",
13381
13390
type = "error",
13382
13391
position = "top-end",
13383
- width = "400px ",
13392
+ width = "500px ",
13384
13393
timer = 6000
13385
13394
)
13386
13395
}
@@ -13410,7 +13419,8 @@ server <- function(input, output, session) {
13410
13419
title = "Pending Multi Typing",
13411
13420
type = "warning",
13412
13421
position = "top-end",
13413
- timer = 6000
13422
+ timer = 6000,
13423
+ width = "500px"
13414
13424
)
13415
13425
} else {
13416
13426
if(!is.null(DF1$data)) {
@@ -13448,7 +13458,8 @@ server <- function(input, output, session) {
13448
13458
title = "Typing Initiated",
13449
13459
type = "success",
13450
13460
position = "top-end",
13451
- timer = 12000
13461
+ timer = 12000,
13462
+ width = "500px"
13452
13463
)
13453
13464
13454
13465
### Run KMA Typing
@@ -13478,10 +13489,10 @@ server <- function(input, output, session) {
13478
13489
br(), br(),
13479
13490
column(width = 1),
13480
13491
column(
13481
- width = 2 ,
13492
+ width = 3 ,
13482
13493
h3(p("Pending Single Typing ..."), style = "color:white")
13483
13494
),
13484
- br(), br(), br(),
13495
+ br(), br(), br(),
13485
13496
fluidRow(
13486
13497
column(width = 1),
13487
13498
column(
@@ -13637,7 +13648,8 @@ server <- function(input, output, session) {
13637
13648
title = "Metadata declared",
13638
13649
type = "success",
13639
13650
position = "top-end",
13640
- timer = 3000
13651
+ timer = 3000,
13652
+ width = "500px"
13641
13653
)
13642
13654
13643
13655
# Render Start Typing UI
@@ -13736,7 +13748,8 @@ server <- function(input, output, session) {
13736
13748
title = "Single Typing finalized",
13737
13749
type = "success",
13738
13750
position = "top-end",
13739
- timer = 8000
13751
+ timer = 8000,
13752
+ width = "500px"
13740
13753
)
13741
13754
typing_reactive$single_end <- TRUE
13742
13755
}
@@ -14020,7 +14033,8 @@ server <- function(input, output, session) {
14020
14033
title = "Metadata declared",
14021
14034
type = "success",
14022
14035
position = "top-end",
14023
- timer = 3000
14036
+ timer = 3000,
14037
+ width = "500px"
14024
14038
)
14025
14039
14026
14040
output$start_multi_typing_ui <- renderUI({
@@ -14140,7 +14154,8 @@ server <- function(input, output, session) {
14140
14154
title = "Execution cancelled",
14141
14155
type = "warning",
14142
14156
position = "top-end",
14143
- timer = 6000
14157
+ timer = 6000,
14158
+ width = "500px"
14144
14159
)
14145
14160
14146
14161
# Kill multi typing and reset logfile
@@ -14198,7 +14213,8 @@ server <- function(input, output, session) {
14198
14213
title = "Pending Single Typing",
14199
14214
type = "warning",
14200
14215
position = "top-end",
14201
- timer = 6000
14216
+ timer = 6000,
14217
+ width = "500px"
14202
14218
)
14203
14219
} else {
14204
14220
if (any(!grepl("\\.fasta|\\.fna|\\.fa", str_sub(typing_reactive$genome_selected$Files[which(typing_reactive$genome_selected$Include == TRUE)], start = -6)))) {
@@ -14207,8 +14223,8 @@ server <- function(input, output, session) {
14207
14223
title = "Wrong file type (include only fasta/fna/fa)",
14208
14224
type = "error",
14209
14225
position = "top-end",
14210
- width = "400px" ,
14211
- timer = 6000
14226
+ timer = 6000 ,
14227
+ width = "500px"
14212
14228
)
14213
14229
} else {
14214
14230
showModal(
@@ -14242,7 +14258,8 @@ server <- function(input, output, session) {
14242
14258
title = "Multi Typing started",
14243
14259
type = "success",
14244
14260
position = "top-end",
14245
- timer = 6000
14261
+ timer = 6000,
14262
+ width = "500px"
14246
14263
)
14247
14264
14248
14265
typing_reactive$final <- FALSE
@@ -14354,7 +14371,8 @@ server <- function(input, output, session) {
14354
14371
title = "Multi Typing finalized",
14355
14372
type = "success",
14356
14373
position = "top-end",
14357
- timer = 8000
14374
+ timer = 8000,
14375
+ width = "500px"
14358
14376
)
14359
14377
typing_reactive$final <- TRUE
14360
14378
}
0 commit comments