You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: collection-seeding/README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ Seeds the backend with example collections:
5
5
-**covid-resistance-mutations** — resistance mutation data for 3CLpro, RdRp, and Spike mAb
6
6
-**covid-pango-lineages** — one collection per pango lineage, with nucleotide substitutions as variants
7
7
-**covid-pango-lineages-sample** — same as above but limited to 10 lineages, for quick testing
8
+
-**rsv-a-resistance-mutations** — RSV-A F protein resistance mutations against Nirsevimab and Palivizumab (fetched live from ViralZone)
9
+
-**rsv-b-resistance-mutations** — RSV-B F protein resistance mutations against Nirsevimab and Palivizumab (fetched live from ViralZone)
8
10
9
11
The script is idempotent — re-running it will create new collections or update existing ones (matched by name). If a collection's name changes in the source, the old entry is orphaned and a new one is created.
10
12
@@ -30,11 +32,18 @@ Then use the provided tasks:
30
32
31
33
```bash
32
34
pixi run seed # all sources
33
-
pixi run seed-resistance # resistance mutations only
35
+
pixi run seed-resistance #COVID resistance mutations only
34
36
pixi run seed-lineages # pango lineages only
35
37
pixi run seed-lineages-sample # first 10 pango lineages (quick test)
36
38
```
37
39
40
+
RSV sources don't have dedicated tasks — use `--source` directly:
0 commit comments