Skip to content

Commit

Permalink
Removed qfailmesage
Browse files Browse the repository at this point in the history
Now not really helpful because the query result
returns the message indicating the failure reason.
  • Loading branch information
daynefiler committed Dec 8, 2021
1 parent eae66da commit 11694cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ apiUrl <- function() {
getOption("gnomadr.apiurl", "https://gnomad.broadinstitute.org/api")
}

qfailmessage <-
c("Query failed. This is likely due to the size of the query. At this time ",
"the gnomAD API has very low query limits. This package is designed to ",
"accomodate large queries in the event gnomAD increases query limits in ",
"the future.")

#' @name gnomad-ids
#' @title gnomAD IDs and associated helper functions
#' @title Validate/associate reference genome build ID and gnomAD data set ID
Expand Down

0 comments on commit 11694cb

Please sign in to comment.