Skip to content

Commit

Permalink
Remove Nextclade related rules
Browse files Browse the repository at this point in the history
Temporary removal of Nextclade-related rules, pending the compilation of
a Nextclade dengue dataset and potential v3 changes.

May be added back in later.
  • Loading branch information
j23414 committed Oct 12, 2023
1 parent 74d1c11 commit b1b4074
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 149 deletions.
1 change: 0 additions & 1 deletion ingest/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ rule all:

include: "workflow/snakemake_rules/fetch_sequences.smk"
include: "workflow/snakemake_rules/transform.smk"
include: "workflow/snakemake_rules/nextclade.smk"


if config.get("upload", False):
Expand Down
77 changes: 0 additions & 77 deletions ingest/bin/join-metadata-and-clades.py

This file was deleted.

70 changes: 0 additions & 70 deletions ingest/workflow/snakemake_rules/nextclade.smk

This file was deleted.

2 changes: 1 addition & 1 deletion ingest/workflow/snakemake_rules/transform.smk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rule transform:
all_geolocation_rules="data/all-geolocation-rules.tsv",
annotations=config["transform"]["annotations"],
output:
metadata="data/metadata_raw.tsv",
metadata="data/metadata.tsv",
sequences="data/sequences.fasta",
log:
"logs/transform.txt",
Expand Down

0 comments on commit b1b4074

Please sign in to comment.