Skip to content

Commit

Permalink
Revert "Calculate antigenic novelty for all lineages"
Browse files Browse the repository at this point in the history
This reverts commit 44c695b.
  • Loading branch information
huddlej committed Sep 23, 2023
1 parent a8e0a58 commit 06865c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/snakemake_rules/export.smk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 06865c2

Please sign in to comment.