-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove pandas from gsaid api #3393
Open
henrikstranneheim
wants to merge
42
commits into
master
Choose a base branch
from
remove-pandas-from-gsaid-api
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
84f208f
feat(rm_pandas): WIP
henrikstranneheim 7d8d619
feat(rm_pandas): WIP
henrikstranneheim b056ad7
feat(rm_pandas): WIP
henrikstranneheim 029cf08
feat(rm_pandas):
henrikstranneheim 095574e
feat(rm_pandas):
henrikstranneheim 5dbbeff
feat(rm_pandas):
henrikstranneheim c2cd1c4
feat(update): Linters
henrikstranneheim 2150c07
Merge remote-tracking branch 'origin/master'
henrikstranneheim 1735c03
Merge remote-tracking branch 'origin/master'
henrikstranneheim 0da7f66
Merge remote-tracking branch 'origin/master'
henrikstranneheim 5926546
Merge
henrikstranneheim 69ce6f2
Merge remote-tracking branch 'origin/master'
henrikstranneheim 3a20a70
Merge branch 'master' into remove-pandas-from-gsaid-api
henrikstranneheim 2904d9e
feat(remove): pandas
henrikstranneheim bceafdc
Merge remote-tracking branch 'origin/master'
henrikstranneheim a5d21d6
Merge branch 'master' into remove-pandas-from-gsaid-api
henrikstranneheim b795184
Merge remote-tracking branch 'origin/master'
henrikstranneheim 90c06ef
Merge remote-tracking branch 'origin/master'
henrikstranneheim b1e548b
Merge branch 'master' into remove-pandas-from-gsaid-api
henrikstranneheim ca58e05
feat(header): Use complementary
henrikstranneheim 82644c3
Merge remote-tracking branch 'origin/master'
henrikstranneheim 13c0352
Merge branch 'master' into remove-pandas-from-gsaid-api
henrikstranneheim 26e627f
feat(rm_pandas): WIP
henrikstranneheim cab4d11
feat(rm_pandas): WIP
henrikstranneheim 57e4ddd
feat(rm_pandas): WIP
henrikstranneheim dd6c9f1
feat(rm_pandas): WIP
henrikstranneheim 676f8a4
Merge branch 'master' into remove-pandas-from-gsaid-api
henrikstranneheim 40a3c1f
feat(rm_pandas): WIP
henrikstranneheim 97db74f
feat(rm_pandas): WIP
henrikstranneheim 6869e0d
feat(rm_pandas): WIP
henrikstranneheim 6ebdfbd
feat(rm_pandas): WIP
henrikstranneheim 7a22141
feat(rm_pandas): WIP
henrikstranneheim d331d12
Merge branch 'master' into remove-pandas-from-gsaid-api
henrikstranneheim 6dea4dd
feat(rm_pandas): WIP
henrikstranneheim 64f17b4
Merge remote-tracking branch 'origin/master'
henrikstranneheim 3a5a550
Merge branch 'master' into remove-pandas-from-gsaid-api
henrikstranneheim a1073ed
feat(gisaid: Add test
henrikstranneheim 259688e
feat(gisaid: Add test
henrikstranneheim f1c8fb6
feat(gisaid): WIP
henrikstranneheim 12e817f
feat(gisaid): WIP
henrikstranneheim 6d927b4
feat(gisaid): WIP
henrikstranneheim 3c7ca9c
Merge branch 'master' into remove-pandas-from-gsaid-api
henrikstranneheim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Empty file.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
"""GISAID report models.""" | ||
|
||
from pydantic import BaseModel, Field | ||
|
||
|
||
class GisaidComplementaryReport(BaseModel): | ||
"""Model for validating a GSAID complementary reports.""" | ||
|
||
gisaid_accession: str = Field(None, alias="GISAID_accession") | ||
sample_number: str = Field(str, alias="provnummer") | ||
selection_criteria: str = Field(str, alias="urvalskriterium") | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the
str
in the default position might cause a bug