Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CCHFV to loculus #1920

Merged
merged 81 commits into from
Jun 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
9277b4b
Add ccfv to yaml
anna-parker May 10, 2024
21d2877
Fix ingest for single segment case
anna-parker May 15, 2024
d65a076
Fix: values.yaml - nucleotideSequences need to be a list in prepro co…
anna-parker May 15, 2024
fef7ebe
Add correct genome annotations from NCBI
anna-parker May 15, 2024
c323743
Update configs to use githubusercontent for nextclade_datasets.
anna-parker May 16, 2024
309dfeb
Use new dataset link
anna-parker May 16, 2024
c94ba9f
Fix preprocessing issues after default values.yaml changes.
anna-parker May 22, 2024
4756ffe
Add segmented as a config param
anna-parker May 22, 2024
49ff8e2
Join segments based on isolate name.
anna-parker May 23, 2024
1d9df16
Fix some prepro issues
anna-parker May 23, 2024
e0f8801
Add default config changes
anna-parker May 23, 2024
9dea930
Update silo configs
anna-parker May 23, 2024
b3c7645
Remove preprocessing temp results file.
anna-parker May 23, 2024
530cb30
Fix cchfv table columns as metdata has now been renamed.
anna-parker May 23, 2024
5717cd4
Fix author_affiliations
anna-parker May 23, 2024
61bb4f7
Merge branch 'main' into ccfv
anna-parker May 23, 2024
7069e0b
Merge branch 'ccfv' of github.com:loculus-project/loculus into ccfv
anna-parker May 23, 2024
9d1eb2a
Fix merge issues with instanceName.
anna-parker May 23, 2024
f375fb7
Merge branch 'main' into ccfv
anna-parker May 23, 2024
1d915a1
Fix prepare_metdata bug.
anna-parker May 23, 2024
320d1f3
Merge branch 'ccfv' of github.com:loculus-project/loculus into ccfv
anna-parker May 23, 2024
9b299d4
Add back missing website metadata.
anna-parker May 23, 2024
303c630
Fix author list sorting, fix displayName.
anna-parker May 23, 2024
6e6e75c
Fix values.yaml
anna-parker May 24, 2024
ddbc4d9
Fix reingest.
anna-parker May 25, 2024
7afc4ed
Add segmented to ingest configs and make use in scripts consistent.
anna-parker May 25, 2024
60f5992
Update README.
anna-parker May 25, 2024
7e70b73
Fix little ingest bug
anna-parker May 25, 2024
1c6d8ea
Refactor ingest to make steps clearer.
anna-parker May 27, 2024
31d1af1
Fix webpage bug.
anna-parker May 27, 2024
b14e4ee
Small prepro fixes
anna-parker May 27, 2024
1c0c841
Remove unnecessary files from gitignore
anna-parker May 27, 2024
0fbb72c
Merge branch 'main' into ccfv
anna-parker May 28, 2024
38778f3
Small fixes
anna-parker May 28, 2024
80c52de
Merge branch 'ccfv' of github.com:loculus-project/loculus into ccfv
anna-parker May 28, 2024
4fdfd1b
Clean up preprocessing
anna-parker May 28, 2024
fc6c7e4
add args
anna-parker May 28, 2024
f535691
Use links to sequences instead of full sequences in values.yaml.
anna-parker May 28, 2024
3cbbcc7
Merge branch 'main' into ccfv
anna-parker May 28, 2024
498a88d
Fix little bug
anna-parker May 28, 2024
3e1c6e0
Merge branch 'ccfv' of github.com:loculus-project/loculus into ccfv
anna-parker May 28, 2024
8b85432
Fix length bug
anna-parker May 28, 2024
c177584
Merge branch 'main' into ccfv
anna-parker May 28, 2024
aacad98
Merge branch 'ccfv' of github.com:loculus-project/loculus into ccfv
anna-parker May 28, 2024
4b48c46
Fix merge bug
anna-parker May 28, 2024
3e5377d
Make check stricter
anna-parker May 28, 2024
0591f09
Update docs
anna-parker May 28, 2024
16bb0aa
Merge remote-tracking branch 'origin/main' into ccfv
anna-parker May 31, 2024
eaba61f
Merge branch 'main' into ccfv
anna-parker May 31, 2024
b16026e
Fix prepro bug introduced by merge
anna-parker May 31, 2024
aab29a1
Merge branch 'ccfv' of github.com:loculus-project/loculus into ccfv
anna-parker May 31, 2024
7e512a7
Remove ncbi_length from defaults - this was removed from values.yaml …
anna-parker May 31, 2024
0186f52
Update READMEs with suggestions.
anna-parker May 31, 2024
a29ca19
Resolve some issues
anna-parker Jun 1, 2024
8ede192
Change `segmented` to `per_segment`.
anna-parker Jun 2, 2024
28c9402
Remove the requirement for adding `segmented:True` to the config.yaml
anna-parker Jun 3, 2024
9026276
Fix backend bug
anna-parker Jun 3, 2024
f77b447
Fix bug
anna-parker Jun 3, 2024
9c14af7
Second try to fix bug
anna-parker Jun 3, 2024
22c29dd
Merge branch 'main' into ccfv
corneliusroemer Jun 4, 2024
542606d
Add dag for segmented
corneliusroemer Jun 4, 2024
0914133
Simplify segmentation inference
corneliusroemer Jun 4, 2024
18db327
Remove unnecessary/confusing functions
corneliusroemer Jun 4, 2024
3cb089a
Simplify extraction script, DRYer
corneliusroemer Jun 4, 2024
ef375a4
Reorder to never have rules do forward references
corneliusroemer Jun 4, 2024
94b9706
Remove unused function
corneliusroemer Jun 4, 2024
fe20091
Keep top level dir clean by moving images to folder
corneliusroemer Jun 4, 2024
3fb9060
Review segment parsing script
corneliusroemer Jun 4, 2024
47afdea
Switch default log level to INFO, debug is very verbose and there's n…
corneliusroemer Jun 4, 2024
14d784d
Log a few important lines at INFO, not everything at debug only
corneliusroemer Jun 4, 2024
1fbc79c
Avoid a very broad try/except block, if necessary, use in more locali…
corneliusroemer Jun 4, 2024
c6d0ceb
Mention all config in `params:` blocks, so snakemake can rerun rule o…
corneliusroemer Jun 4, 2024
1012ecb
Use input.script consistently (the advantage of using the script as i…
corneliusroemer Jun 4, 2024
2cfdb12
All config files to be used by Python MUST use snake case, not camel …
corneliusroemer Jun 4, 2024
de3461b
Fix ruff lints and unnecessary indentations
corneliusroemer Jun 4, 2024
fac633e
Update documentation of group_segments
anna-parker Jun 6, 2024
8543f6c
Fix issues raised in get_segment_details
anna-parker Jun 6, 2024
df9c57d
Fix weird error I introduced when merging changes
anna-parker Jun 6, 2024
77119db
Go back to old regex as this catches more cases.
anna-parker Jun 6, 2024
bcefc7c
Update ingest config file
anna-parker Jun 6, 2024
cd19b1c
Merge branch 'main' into ccfv
anna-parker Jun 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use new dataset link
anna-parker committed May 22, 2024
commit 309dfebadbd24ddbb6bd76e377000b3a0cd871ee
2 changes: 1 addition & 1 deletion kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
@@ -1418,7 +1418,7 @@ defaultOrganisms:
configFile:
log_level: DEBUG
nextclade_dataset_name: nextstrain/cchfv/linked
nextclade_dataset_server: https://raw.githubusercontent.com/anna-parker/nextclade_data/cchfv/data_output
nextclade_dataset_server: https://raw.githubusercontent.com/nextstrain/nextclade_data/cornelius-cchfv/data_output
nucleotideSequences:
- L
- M