Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Jun 28, 2024
1 parent 7bde2ad commit 7d40870
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nextclade/config/config_dengue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ 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"
3 changes: 3 additions & 0 deletions phylogenetic/config/config_dengue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ clades:
denv2: 'config/clades_genotypes.tsv'
denv3: 'config/clades_genotypes.tsv'
denv4: 'config/clades_genotypes.tsv'

export:
description: "config/description.md"
14 changes: 14 additions & 0 deletions phylogenetic/config/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
We gratefully acknowledge the authors, originating and submitting laboratories of the genetic sequences and metadata for sharing their work. Please note that although data generators have generously shared data in an open fashion, that does not mean there should be free license to publish on this data. Data generators should be cited where possible and collaborations should be sought in some circumstances. Please try to avoid scooping someone else's work. Reach out if uncertain.

We curate sequence data and metadata from NCBI as starting point for our analyses. Curated sequences and metadata are available as flat files at:

* data.nextstrain.org/files/workflows/dengue/sequences_all.fasta.zst
* data.nextstrain.org/files/workflows/dengue/metadata_all.tsv.zst
* data.nextstrain.org/files/workflows/dengue/sequences_denv1.fasta.zst
* data.nextstrain.org/files/workflows/dengue/metadata_denv1.tsv.zst
* data.nextstrain.org/files/workflows/dengue/sequences_denv2.fasta.zst
* data.nextstrain.org/files/workflows/dengue/metadata_denv2.tsv.zst
* data.nextstrain.org/files/workflows/dengue/sequences_denv3.fasta.zst
* data.nextstrain.org/files/workflows/dengue/metadata_denv3.tsv.zst
* data.nextstrain.org/files/workflows/dengue/sequences_denv4.fasta.zst
* data.nextstrain.org/files/workflows/dengue/metadata_denv4.tsv.zst
1 change: 1 addition & 0 deletions phylogenetic/rules/export.smk
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ 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 Down

0 comments on commit 7d40870

Please sign in to comment.