Open djb17 opened 3 years ago
@djb17 I have encountered this error before. It's probably an intermittent internet error if you are currently in China mainland. You may need a VPN to finish your fresh install of deepvariant software.
@jxshi I'm currently based in the US so I don't think that's the problem
Hi @djb17 !
We have recently had fresh installations of bcbio 1.2.7 both on CentOS7 and AWS Ubuntu machines without issues. deepvariant-1.0.0 was installed in the dp conda environment.
Sorry - we are currently can't help much with google cloud or with running deep variant in bcbio - there were also numerous issues. It is on our priority list, but only on the 3rd level: https://github.com/bcbio/bcbio-nextgen/issues/3242
If that is something you are willing to help with and contribute to bcbio, you are more than welcome!
Sergey
Hello,
Even after referring to previous issue (https://github.com/bcbio/bcbio-nextgen/issues/2613#issue-397148845) involving deepvariant installation, I can't seem to resolve the problem. The error occurs after conda finishes downloading the models for deepvariant (signal hanlder TypeError).
Any help would be appreciated.
Thanks.
EDIT: it seems like problem stems from
gsutil
as running it standalone generates exactly the same message.EDIT2: exhausted all possible combinations with versions of
google-cloud-sdk
,python
, anddeepvariant
. Also checked for potential path conflicts from previousconda
environment that could be problematic.EDIT3: below error seems like it belongs to
google-cloud-sdk
(returns SIGTERM without default handler; returncode=15) in my case since doingconda install -c conda-forge gsutil
doesn't seem to cause error messages.EDIT4: tried individually installing
google-cloud-sdk
followed bydeepvariant
. Before installing, modifiedgsutil.py
to avoid exception handling which seemed to be a workaround. However,conda
/mamba
didn't like that at all and another can of worms was opened with a bunch of conflicts. I was able to install in another server so I believe the problem was unique to my own environment. Wasn't able to find anything directly helpful undersignal
module documentation. In case anyone runs into a similar issue and was able to resolve the issue, please let me know!Observed behavior Error message or bcbio output: