-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add WDL parser to Janis #69
Conversation
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
==========================================
- Coverage 69.12% 67.58% -1.54%
==========================================
Files 78 79 +1
Lines 10282 10697 +415
==========================================
+ Hits 7107 7230 +123
- Misses 3175 3467 +292
Continue to review full report at Codecov.
|
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.
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.
Hey @junyk, is there anything outstanding on this PR? This isn't packaged in a complete catch-all script, nor is it "production-ready" (it probably doesn't gracefully handle errors). I have a few ideas on how we could add some of the "read_*" operators into Janis, but it's a little bit of work. |
Hey @junyk, is it possible to get more information about the tests? I see some are failing, some are passing, keen to know if it's this PR which is causing something to go astray. |
Hey @illusional , sorry I haven't responded cause I am still trying to figure out what caused the failures (it could be environment). I'll get back to you! |
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.
@janis-bot try again!
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.
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.
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
==========================================
- Coverage 69.11% 67.36% -1.76%
==========================================
Files 78 79 +1
Lines 10320 10789 +469
==========================================
+ Hits 7133 7268 +135
- Misses 3187 3521 +334
Continue to review full report at Codecov.
|
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.
Test Failed for group 60af2b627eeab92ee27259f1. Bioinformatics Tools:
WGSGermlineGATK:
Small Bioinformatics Workflow:
|
@illusional thanks for looking into it, Michael! I will run the tests one more time :) |
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.
Test Failed for group 60b4314f7423dc52134f1c56. Bioinformatics Tools:
WGSGermlineGATK:
Small Bioinformatics Workflow:
|
I have manually re-tested |
thanks @illusional ! |
@illusional How do I test this? I installed the latest |
Hey @mr-c, I think you've figured it out already, but you have to run the script directly. I've opened a PR to add it to |
Adds:
to_python
for every operator. This isn't exactly useful for this PR (it will be for my future Hail Batch PR), but it was difficult to separate.Known limitations:
structs
, maps, or objectsread_*
andwrite_*
,cross
,dot
)