From f62f69da68ec69c4ee8d40ab38b0f1840ef351b6 Mon Sep 17 00:00:00 2001 From: Klangina Date: Tue, 29 Oct 2024 01:11:18 +0530 Subject: [PATCH] Resolves Issue #114: Adding a blank commit to link PR to the issue --- R/cleanup.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/cleanup.R b/R/cleanup.R index f7bf9eb9..ba93a8b8 100755 --- a/R/cleanup.R +++ b/R/cleanup.R @@ -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