Skip to content

Commit

Permalink
refactor function names in R/blastWrappers.R
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyCodex committed Oct 12, 2024
1 parent e62a71c commit 6500e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/blastWrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' @export
#'
#' @examples
run_deltablast <- function(deltablast_path, db_search_path,
runDeltaBlast <- function(deltablast_path, db_search_path,
db = "refseq", query, evalue = "1e-5",
out, num_alignments, num_threads = 1) {
start <- Sys.time()
Expand Down Expand Up @@ -54,7 +54,7 @@ run_deltablast <- function(deltablast_path, db_search_path,
#' @export
#'
#' @examples
run_rpsblast <- function(rpsblast_path, db_search_path,
runRPSBlast <- function(rpsblast_path, db_search_path,
db = "refseq", query, evalue = "1e-5",
out, num_threads = 1) {
start <- Sys.time()
Expand Down

0 comments on commit 6500e36

Please sign in to comment.