-
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
feat: add docker container for vcf2cytosure #869
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #869 +/- ##
===========================================
- Coverage 99.65% 99.60% -0.06%
===========================================
Files 29 29
Lines 1761 1761
===========================================
- Hits 1755 1754 -1
- Misses 6 7 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Tested the new container. vcf2cytosure is installed correctly Also noted that the current container tests for annotate (same code in all container tests) didn't really capture the problem with loading vcf2cytosure Coverage is dropped, because of this https://app.codecov.io/gh/Clinical-Genomics/BALSAMIC/compare/869/changes#D1L490. By simply removing these pip installation of bioinfo-tool will solve the coverage drop, but I would like to leave it as such, so we have an open option for installing bioinfo-tools via pip in the container in the future. Regarding this https://github.com/Clinical-Genomics/BALSAMIC/pull/869/checks?check_run_id=5393027413, I tried the option with |
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.
Thanks @ivadym for your suggestions :) It works fine now with your suggestions |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@ivadym @khurrammaqbool : Ready for review 🔈 |
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.
👍
This PR:
Previously
vcf2cytosure
is added to the annotate container in PR #650. But there exists a problem loadingvcf2cytosure
in this containerThe problem might be with the loading entry points for vcf2cytosure installation and its installation exited..
Removed: vcf2cytosure from
annotate
containerAdded: New Docker container for vcf2cytosure. Related to #858
Review and tests: