Skip to content

Commit

Permalink
Update flywire_googledrive.R
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Jan 6, 2021
1 parent 8c1736e commit e09ef57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/flywire_googledrive.R
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ matches_update <- function(matching_sheet = options()$hemibrainr_matching_gsheet
match.field = match.arg(match.field)
priority = match.arg(priority)
matches = hemibrain_matches(selected_file = matching_sheet, priority = priority)
matches = subset(matches, ! matches$quality %in% "NBLAST")
if(sum(selected_sheets%in%c(options()$hemibrainr_matching_gsheet,matching_sheet))>1){
stop("selected_sheets should not indicate master matching sheets.
I.e. in options()$hemibrainr_matching_gsheet.")
Expand Down

0 comments on commit e09ef57

Please sign in to comment.