Skip to content
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

Merged
merged 13 commits into from
Dec 10, 2024

Conversation

ssjunnebo
Copy link

  • Get project info from order portal
  • Create a delivery project with DDS
  • Upload the staged data to DDS

@codecov-commenter
Copy link

codecov-commenter commented Dec 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 144 lines in your changes missing coverage. Please review.

Please upload report for BASE (master@1df650f). Learn more about missing BASE report.

Files with missing lines Patch % Lines
taca/delivery/delivery_classes.py 0.00% 123 Missing ⚠️
taca/delivery/cli.py 0.00% 13 Missing ⚠️
taca/delivery/deliver.py 0.00% 8 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@ssjunnebo ssjunnebo requested review from alneberg and aanil December 4, 2024 13:31
@ssjunnebo ssjunnebo marked this pull request as ready for review December 6, 2024 08:34
@ssjunnebo ssjunnebo removed the WIP label Dec 6, 2024
@click.option(
"--order_portal",
default=None,
envvar="ORDER_PORTAL",
Copy link
Member

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!

Copy link
Member

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?

Copy link
Author

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

taca/delivery/cli.py Outdated Show resolved Hide resolved
ssjunnebo and others added 3 commits December 10, 2024 10:57
VERSIONLOG.md Outdated Show resolved Hide resolved
Copy link
Member

@aanil aanil left a 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

@ssjunnebo ssjunnebo merged commit dc8948e into NationalGenomicsInfrastructure:master Dec 10, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants