Hi, I ran submission (ID: 9650113) in express and it has been scored. When I submitted it to main (submission ID: 9650102) it is giving a validation error "predictions file must be named predictions_1.tsv, and your model must generate predictions_{1..100}.tsv" . Could you please provide the log file so I can know where to look in the code? Also, are there any weird dimensions of the data such as a 1X1 in the main lane that isn't in the express lane? Can you also please check if other prediction files have been generated in "/output/.." Is the main lane checking a different directory than the express? "output/.." instead of "/output/...."? Thanks

Created by SA90
HI SA90, You're getting this error: Error: length(results) == nbr_of_elements is not TRUE Execution halted This has been popping up a bunch and seems to be from when your script assumes the same number and/or names of the samples. I can't show you the whole log but here's a part: These errors pops up a bunch of times: Error in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : The total size of the 10 globals that need to be exported for the future expression (‘{; lapply(seq_along(...future.x_ii), FUN = function(jj) {; ...future.x_jj <- ...future.x_ii[[jj]]; ...future.FUN(...future.x_jj, ...); }); }’) is 523.64 MiB. This exceeds the maximum allowed size of 500.00 MiB (option 'future.globals.maxSize'). The three largest globals are ‘future.call.arguments’ (520.64 MiB of class ‘list’), ‘tcrossprod’ (1.18 MiB of class ‘function’) and ‘diag’ (642.70 KiB of class ‘function’). In addition: Warning messages: 1: In cbind(proteinID, arrayDataError_Trans) : number of rows of result is not a multiple of vector length (arg 1) 2: In split.default(1:NCOL, GROUP) : data length is not a multiple of split variable also this error at the end of the log file:

Validation Error SC1 main- Scored in express page is loading…