Skip to content

Commit 06ef494

Browse files
committed
ingest: Only download latest version of sequences
Only download the latest version of sequences to match metadata. See similar changes to nextstrain/ebola#31
1 parent 3565b4d commit 06ef494

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ingest/config/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ncbi_taxon_id:
99

1010
ppx_fetch:
1111
a:
12-
seqs: https://lapis.pathoplexus.org/rsv-a/sample/unalignedNucleotideSequences
12+
seqs: https://lapis.pathoplexus.org/rsv-a/sample/unalignedNucleotideSequences?versionStatus=LATEST_VERSION
1313
meta: https://lapis.pathoplexus.org/rsv-a/sample/details?dataFormat=csv&versionStatus=LATEST_VERSION
1414
b:
15-
seqs: https://lapis.pathoplexus.org/rsv-b/sample/unalignedNucleotideSequences
15+
seqs: https://lapis.pathoplexus.org/rsv-b/sample/unalignedNucleotideSequences?versionStatus=LATEST_VERSION
1616
meta: https://lapis.pathoplexus.org/rsv-b/sample/details?dataFormat=csv&versionStatus=LATEST_VERSION
1717

1818

0 commit comments

Comments
 (0)