Skip to content

Commit

Permalink
merge main into this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Braisted committed Jun 9, 2023
2 parents c9a69da + b3696a3 commit 5335926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ReturnAnalytes_InputPathways.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' @export
getAnalyteFromPathway <- function(pathway, match="exact", analyte_type="both", max_pathway_size = Inf, names_or_ids="names") {
now <- proc.time()
print("fired")
print("fired!")
if(is.character(pathway)){
if(grepl("\n",pathway)[1]){
list_pathway <- strsplit(pathway,"\n")
Expand Down

0 comments on commit 5335926

Please sign in to comment.