Skip to content

Commit

Permalink
Update all taxa on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Aug 8, 2024
1 parent be20c8f commit 1d17c77
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions update_indices.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@ res <- withCallingHandlers(

extra_taxa <- config::get("extra_taxa", config = index)

if (Sys.getenv("BRANCH") != "main") {

taxa <- taxa[seq_len(min(10, length(taxa)))]

extra_taxa <- taxa[seq_len(min(10, length(extra_taxa)))]

}

models <- names(config::get("model", config = index))

for (taxon in sample(c(taxa, extra_taxa))) {
Expand Down

0 comments on commit 1d17c77

Please sign in to comment.