From 1d17c77b1d51840bcc4ba58aefb93aeb7ff7f3e3 Mon Sep 17 00:00:00 2001 From: wkmor1 Date: Thu, 8 Aug 2024 08:25:50 +0300 Subject: [PATCH] Update all taxa on dev --- update_indices.R | 8 -------- 1 file changed, 8 deletions(-) diff --git a/update_indices.R b/update_indices.R index 7cd70b82..7a1078d8 100644 --- a/update_indices.R +++ b/update_indices.R @@ -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))) {