-
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
Release ONT DDS project #450
Release ONT DDS project #450
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #450 +/- ##
=========================================
Coverage ? 28.04%
=========================================
Files ? 37
Lines ? 5448
Branches ? 0
=========================================
Hits ? 1528
Misses ? 3920
Partials ? 0 ☔ View full report in Codecov by Sentry. |
taca/delivery/delivery_classes.py
Outdated
try: | ||
output = "" | ||
for line in self._execute(cmd): | ||
output += line |
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.
Does this generate a lot of output? I'm a bit worried it could accumulate or become a performance bottleneck
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.
It's so that we can see the progress bars that DDS prints. It's the same as we use today in taca-ngi-pipeline and it's been working OK so far I think.
Co-authored-by: Anandashankar Anil <[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.
👍 Looks good, lets try it out! 🚀
fa12734
into
NationalGenomicsInfrastructure:master
Given a PID and DDS PID, release the project to the user.