You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm this file is needed for RARE-X challenge
[ ] Do we need to resubmit models?
Determine what this code block is checking: tasks <- list(task1 = list(old_eval = "9615023", new_eval = "9615324"), task2 = list(old_eval = "9615024", new_eval = "9615302")) admin_names <- c("scRNA-seq and scATAC-seq Data Analysis DREAM Challenge Organizers", "rchai")
Remove remnants of task 1 from the code
Determine what this code block is checking and whether its needed since the get_scores function in synapse_funcs.R already computes top performer: eval_id <- tasks[[task]]$old_eval task_sub_df <- get_ranked_submissions(syn, view_id, eval_id, phase)
The text was updated successfully, but these errors were encountered:
[ ] Do we need to resubmit models?
tasks <- list(task1 = list(old_eval = "9615023", new_eval = "9615324"),
task2 = list(old_eval = "9615024", new_eval = "9615302"))
admin_names <- c("scRNA-seq and scATAC-seq Data Analysis DREAM Challenge Organizers", "rchai")
eval_id <- tasks[[task]]$old_eval
task_sub_df <- get_ranked_submissions(syn, view_id, eval_id, phase)
The text was updated successfully, but these errors were encountered: