Skip to content

Commit

Permalink
Add description file with standard attributions [#24]
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Jul 1, 2024
1 parent 638d575 commit 7006f59
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions phylogenetic/config/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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.

#### Underlying data

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/seasonal-cov/sequences.fasta.zst](https://data.nextstrain.org/files/workflows/seasonal-cov/sequences.fasta.zst)
- [data.nextstrain.org/files/workflows/seasonal-cov/metadata.tsv.zs](https://data.nextstrain.org/files/workflows/seasonal-cov/metadata.tsv.zs)

Screenshots may be used under a
[CC-BY-4.0 license](https://creativecommons.org/licenses/by/4.0/) and
attribution to nextstrain.org must be provided.
2 changes: 2 additions & 0 deletions phylogenetic/rules/export.smk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rule export:
branch_lengths="results/{virus}/branch_lengths.json",
nt_muts="results/{virus}/nt_muts.json",
aa_muts="results/{virus}/aa_muts.json",
description="config/description.md",
auspice_config="config/auspice_config.json",
output:
auspice_json="auspice/seasonal-cov_{virus}.json",
Expand All @@ -29,6 +30,7 @@ rule export:
--metadata {input.metadata:q} \
--node-data {input.branch_lengths:q} {input.nt_muts:q} {input.aa_muts:q} \
--include-root-sequence \
--description {input.description:q} \
--auspice-config {input.auspice_config:q} \
--title {params.auspice_title:q} \
--include-root-sequence \
Expand Down

0 comments on commit 7006f59

Please sign in to comment.