Skip to content

Commit

Permalink
don't apply exotic filter to SED
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrimas committed Nov 22, 2023
1 parent b30f81f commit b52e645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/auk-filter.r
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ auk_filter.auk_ebd <- function(x, file, file_sampling, keep, drop, awk_file,
s_filters <- x$filters
s_filters$species <- character()
s_filters$breeding <- FALSE
s_filters$exotic <- character()
# fix observer filter
s_filters$observer <- stringr::str_replace(s_filters$observer,
"^obsr", "obs")
Expand Down

0 comments on commit b52e645

Please sign in to comment.