Skip to content

Commit

Permalink
Remove Nextclade related rules
Browse files Browse the repository at this point in the history
Removal of Nextclade related rules, pending the compilation of a Nextclade
zika dataset and potential v3 changes.
  • Loading branch information
j23414 committed Nov 13, 2023
1 parent 38007bb commit c475361
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 111 deletions.
1 change: 0 additions & 1 deletion ingest/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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
6 changes: 0 additions & 6 deletions ingest/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,3 @@ transform:
'institution'
]

# Params for Nextclade related rules
nextclade:
# Field to use as the sequence ID in the Nextclade file
id_field: 'seqName'
# Fields from a Nextclade file to be renamed (if desired) and appended to a metadata file
field_map: 'source-data/nextclade-field-map.tsv'
16 changes: 0 additions & 16 deletions ingest/source-data/nextclade-field-map.tsv

This file was deleted.

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

This file was deleted.

4 changes: 2 additions & 2 deletions ingest/workflow/snakemake_rules/transform.smk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ formats and expects input file
This will produce output files as
metadata = "data/metadata_raw.tsv"
metadata = "results/metadata.tsv"
sequences = "results/sequences.fasta"
Parameters are expected to be defined in `config.transform`.
Expand Down 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="results/metadata.tsv",
sequences="results/sequences.fasta",
log:
"logs/transform.txt",
Expand Down

0 comments on commit c475361

Please sign in to comment.