From 06865c26a2d972252fde15735d001eaec261126f Mon Sep 17 00:00:00 2001 From: John Huddleston Date: Fri, 22 Sep 2023 20:35:06 -0700 Subject: [PATCH] Revert "Calculate antigenic novelty for all lineages" This reverts commit 44c695b338ab150ef80985f5dbb698b723e8f695. --- workflow/snakemake_rules/export.smk | 1 - 1 file changed, 1 deletion(-) diff --git a/workflow/snakemake_rules/export.smk b/workflow/snakemake_rules/export.smk index 6a6f432d..3898f067 100644 --- a/workflow/snakemake_rules/export.smk +++ b/workflow/snakemake_rules/export.smk @@ -27,7 +27,6 @@ def _get_node_data_by_wildcards(wildcards): for collection in config["builds"][wildcards.build_name]["titer_collections"]: inputs.append(rules.titers_sub.output.titers_model.format(titer_collection=collection["name"], **wildcards_dict)) inputs.append(rules.titers_tree.output.titers_model.format(titer_collection=collection["name"], **wildcards_dict)) - inputs.append(rules.titer_tree_cross_immunities.output.cross_immunities.format(titer_collection=collection["name"], **wildcards_dict)) if config["builds"][wildcards.build_name].get('enable_glycosylation', False) and wildcards.segment in ['ha', 'na']: inputs.append(rules.glyc.output.glyc)