-
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
#2396 get the latest archived flowcell #3751
Conversation
Don’t hate on the branch name… 😅 |
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.
Looks good! There are some points I would change although the functionality is most likely correct:
- There seems to be some type hints missing.
- The Pydantic models can be written in a clearer way.
- We should aim to remove as many comments as possible.
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.
Functionality-wise looks great! I left some comments to improve it
aa35643
to
6ea50be
Compare
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.
Just adding some comments on casing
Co-authored-by: Sebastian Diaz <[email protected]>
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.
Great job @RasmusBurge-CG 🎖️
How to test
|
Co-authored-by: Sebastian Diaz <[email protected]>
Co-authored-by: Sebastian Diaz <[email protected]>
Co-authored-by: Sebastian Diaz <[email protected]>
Co-authored-by: Sebastian Diaz <[email protected]>
Co-authored-by: Sebastian Diaz <[email protected]>
Co-authored-by: Sebastian Diaz <[email protected]>
Co-authored-by: Sebastian Diaz <[email protected]>
|
Description
Fixed
cg backup fetch-illumina-run
to fetch the latest archived sequencing run. This PR fixes issue Make sure the flow cell retrieved from PDC is the latest version #2396How to prepare for test
us
paxa
How to test
Expected test outcome
Review
Thanks for filling in who performed the code review and the test!
This version is a
Implementation Plan