-
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
feat(new delivery flow) #3598
feat(new delivery flow) #3598
Conversation
# Description adds tag and file fetchers for the delivery service
…fixtures.py Co-authored-by: Henrik Stranneheim <[email protected]>
…fixtures.py Co-authored-by: Henrik Stranneheim <[email protected]>
Co-authored-by: Henrik Stranneheim <[email protected]>
# Description move files service
git push
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.
Will leave my first round, looks great until now ⭐
cg/services/deliver_files/deliver_files_service/deliver_files_service_factory.py
Show resolved
Hide resolved
cg/services/deliver_files/deliver_files_service/deliver_files_service_factory.py
Outdated
Show resolved
Hide resolved
cg/services/deliver_files/deliver_files_service/deliver_files_service_factory.py
Outdated
Show resolved
Hide resolved
cg/services/deliver_files/delivery_file_formatter_service/utils/case_file_formatter.py
Outdated
Show resolved
Hide resolved
...ices/deliver_files/delivery_file_fetcher_service/fastq_and_analysis_delivery_file_fetcher.py
Outdated
Show resolved
Hide resolved
...ices/deliver_files/delivery_file_fetcher_service/fastq_and_analysis_delivery_file_fetcher.py
Outdated
Show resolved
Hide resolved
cg/services/deliver_files/delivery_file_fetcher_service/fastq_delivery_file_fetcher.py
Outdated
Show resolved
Hide resolved
cg/services/deliver_files/delivery_file_fetcher_service/analysis_delivery_file_fetcher.py
Outdated
Show resolved
Hide resolved
cg/services/deliver_files/delivery_file_fetcher_service/analysis_delivery_file_fetcher.py
Outdated
Show resolved
Hide resolved
cg/services/deliver_files/deliver_files_service/deliver_files_service_factory.py
Outdated
Show resolved
Hide resolved
...ices/deliver_files/delivery_file_fetcher_service/fastq_and_analysis_delivery_file_fetcher.py
Outdated
Show resolved
Hide resolved
...ices/deliver_files/delivery_file_fetcher_service/fastq_and_analysis_delivery_file_fetcher.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Sebastian Diaz <[email protected]>
Co-authored-by: Sebastian Diaz <[email protected]>
cg/services/deliver_files/deliver_files_service/deliver_files_service_factory.py
Show resolved
Hide resolved
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 work 💪
cg/services/deliver_files/deliver_files_service/deliver_files_service.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Sebastian Diaz <[email protected]>
Co-authored-by: Sebastian Diaz <[email protected]>
Quality Gate passedIssues Measures |
Description
There have been multiple attempts to refactor the file delivery for workflows.
Here is an attempt to re write the logic from scratch instead.
REQUIRES: https://github.com/Clinical-Genomics/servers/pull/1447
Added
Changed
Fixed
How 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