-
Notifications
You must be signed in to change notification settings - Fork 16
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
Upload ONT data to DDS #449
Upload ONT data to DDS #449
Conversation
ssjunnebo
commented
Dec 4, 2024
- Get project info from order portal
- Create a delivery project with DDS
- Upload the staged data to DDS
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #449 +/- ##
=========================================
Coverage ? 28.24%
=========================================
Files ? 37
Lines ? 5410
Branches ? 0
=========================================
Hits ? 1528
Misses ? 3882
Partials ? 0 ☔ View full report in Codecov by Sentry. |
@click.option( | ||
"--order_portal", | ||
default=None, | ||
envvar="ORDER_PORTAL", |
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.
Oh, nice! I didn't know a bout the envvar argument to click!
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.
@ssjunnebo do you know which has precedence though if you would use the cli argument as well?
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.
The cli option will take precedence
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! Let's see how it works out
dc8948e
into
NationalGenomicsInfrastructure:master