Skip to content

Commit

Permalink
Resolves Issue-114:
Browse files Browse the repository at this point in the history
Adding a blank commit to link PR to the issue
  • Loading branch information
Klangina committed Oct 28, 2024
1 parent 84b8079 commit 42f7213
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/cleanup.R
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@ cleanGeneDescription <- function(prot, column) {
#' }
selectLongestDuplicate <- function(prot, column) {
col <- rlang::sym(column)

prot <- prot %>%
mutate(row.orig = seq_len(n()))
# Get list of duplicates
Expand Down

0 comments on commit 42f7213

Please sign in to comment.