Skip to content

Commit

Permalink
Ingest: Remove Nextclade
Browse files Browse the repository at this point in the history
If pathogen is not listed in nextclade_data, remove nextclade rules and
scripts until it is added.

https://github.com/nextstrain/nextclade_data/tree/release/data/datasets
  • Loading branch information
j23414 authored and j23414 committed Apr 17, 2023
1 parent a7c7a4c commit 901148e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 70 deletions.
1 change: 0 additions & 1 deletion ingest/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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"):
Expand Down
68 changes: 0 additions & 68 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 @@ -41,7 +41,7 @@ rule transform:
sequences_ndjson="data/sequences.ndjson",
all_geolocation_rules="data/all-geolocation-rules.tsv",
output:
metadata="data/metadata_raw.tsv",
metadata="data/metadata.tsv",
sequences="data/sequences.fasta",
log:
"logs/transform.txt",
Expand Down

0 comments on commit 901148e

Please sign in to comment.