Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Waschina committed Jul 9, 2024
1 parent ea10c72 commit 647574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/io.R
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ writeSBMLmod <- function(model, file_path = NULL) {
if(any(grepl("\\.",model@allGenes))) {
model@allGenes <- gsub("\\.","_",model@allGenes)
model@genes <- lapply(model@genes, FUN = function(x) gsub("\\.","_",x))
warning("Some gene IDs contain dots ('.'). Replacing them with underscores ('_').")
# warning("Some gene IDs contain dots ('.'). Replacing them with underscores ('_').")
}


Expand Down

0 comments on commit 647574b

Please sign in to comment.