-
Notifications
You must be signed in to change notification settings - Fork 31
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
Current release doesn't work with DeepVariant 1.6.0 #119
Comments
After replacing 1.6.0 back to 1.5.0 - the workflow appear to work fine. (the result aligned.BAM of course is the same; "samples" for tensorflow are ~ the same, and all stages finished normally |
Hi Sergey, We break up DeepVariant into three different tasks to balance cost/time and use resources efficiently. While the Our develop branch (#103) has been updated to use DeepVariant v1.6.0, but we aren't ready to merge this into main and cut a new release yet (so use at your own risk). In the documentation for the next release, we'll make it clearer that we typically only support one version of DeepVariant per release, and I'll likely remove the optional Billy |
Addressing this with better documentation in the next release. |
Will current release work down-compatible? (e.g. if version is set to "1.4.0"?
|
There have been API differences for each of the last few releases that make it difficult to maintain backwards compatibility. The next release will only support DeepVariant v1.6.0. |
Appreciated. I will match the complete WDL version to attempt to reproduce HG002-rep1 result-set. |
Describe the bug
I understand that current default version of DeepVariant in the suggested input JSON 1.5.0.
I have replaced it with 1.6.0 because it has now been available for a while.
HiFi-human-WGS-WDL with 1.6.0 now hangs (idles, doing nothing) without quitting in the deepvariant.deepvariant_call_variants phase.
Last line in log:
BackgroundConfigAsyncJobExecutionActor [6784f40cdeepvariant.deepvariant_call_variants:NA:1]: Status change from - to WaitingForReturnCode
Last lines in subtask tree subfolder stderr
tensorflow.python.framework.errors_impl.NotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for /opt/models/pacbio/model.ckpt
Details
Expected behavior
Expected DeepVariant 1.6.0 to be a drop-in replacement by configuring "1.6.0" in the input JSON.
Additional context
Novice user. Used all default parameters as given, only with 1.6.0 for DeepVariant.
The text was updated successfully, but these errors were encountered: