Skip to content

Commit

Permalink
fixup: drop description file from nextclade pipeline, unrendered
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Jun 28, 2024
1 parent b901302 commit d4c965c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions nextclade/config/config_dengue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,3 @@ clades:
denv2: 'config/clades_genotypes_denv2.tsv'
denv3: 'config/clades_genotypes_denv3.tsv'
denv4: 'config/clades_genotypes_denv4.tsv'

export:
description: "../phylogenetic/config/description.md"
2 changes: 0 additions & 2 deletions nextclade/rules/export.smk
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ rule export:
clades = lambda wildcard: "results/{gene}/clades_{serotype}.json" if wildcard.gene in ['genome'] else [],
nt_muts = "results/{gene}/nt-muts_{serotype}.json",
aa_muts = "results/{gene}/aa-muts_{serotype}.json",
description = config["export"]["description"],
auspice_config = "results/config/{gene}/auspice_config_{serotype}.json",
colors = "results/colors_{serotype}.tsv",
output:
Expand All @@ -154,7 +153,6 @@ rule export:
--metadata-id-columns {params.strain_id} \
--node-data {input.branch_lengths} {input.traits} {input.clades} {input.nt_muts} {input.aa_muts} \
--colors {input.colors} \
--description {input.description} \
--auspice-config {input.auspice_config} \
--include-root-sequence-inline \
--output {output.auspice_json}
Expand Down

0 comments on commit d4c965c

Please sign in to comment.