-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(prepro): make nextclade pipeline configurable through `values.ya…
…ml` (#1347) * feat(prepro): Make Nextclade prepro pipeline configurable through values.yaml * Configure instance with more mpox metadata * Lift outbreak and lineage from Nextclade for mpox * Use dpath for json-path like indexing into nested object * Rename metadata input fields (and some output fields) * fix: upload "not provided" rather than `null` for required fields to not error on submit Otherwise get this error from backend: `Response: {"type":"about:blank","title":"Unprocessable Entity","status":422,"detail":"Field 'country' is null, but a value is required.","instance":"/mpox/submit-processed-data"}` * Handle submission errors, log full traceback but don't crash
- Loading branch information
1 parent
33e451f
commit 3e12387
Showing
8 changed files
with
604 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[mypy] | ||
python_version = 3.12 | ||
|
||
[mypy-Bio.*] | ||
ignore_missing_imports = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.