mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 06:02:01 +02:00
support for old rsi arguments
This commit is contained in:
@ -1366,8 +1366,10 @@ microorganisms <- taxonomy
|
||||
# https://lpsn.dsmz.de/species/stenotrophomonas-maltophilia
|
||||
|
||||
# all MO's to keep as 'accepted', not as 'synonym':
|
||||
to_restore <- c("Stenotrophomonas maltophilia",
|
||||
"Moraxella catarrhalis")
|
||||
to_restore <- c(
|
||||
"Stenotrophomonas maltophilia",
|
||||
"Moraxella catarrhalis"
|
||||
)
|
||||
all(to_restore %in% microorganisms$fullname)
|
||||
for (nm in to_restore) {
|
||||
microorganisms$lpsn_renamed_to[which(microorganisms$fullname == nm)] <- NA
|
||||
|
Reference in New Issue
Block a user