Skip to content
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

Make installation and upgrading more robust #3191

Closed
hackdna opened this issue Apr 15, 2020 · 3 comments
Closed

Make installation and upgrading more robust #3191

hackdna opened this issue Apr 15, 2020 · 3 comments
Assignees

Comments

@hackdna
Copy link
Member

hackdna commented Apr 15, 2020

Issues often arise due to runtime errors during installation or upgrading of bcbio, for example: #3165, #3169, #3180, #3265, #3318, etc. Other issues arise due to coding errors, for example: #3168, #3188, etc.

In many cases error messages don't provide enough information to the users, for example: "subprocess.CalledProcessError: Command returned non-zero exit status 1".

Issues due to runtime errors can be reduced by better error handling that provides more informative error messages. Issues due to coding errors can be reduced by running the installer as part of Travis CI builds or at least adding that as an additional step of the release process.

@hackdna hackdna changed the title Update bcbio_nextgen_install.py to Python 3 Make installation more robust Apr 15, 2020
@hackdna hackdna changed the title Make installation more robust Make installation and upgrading more robust Apr 15, 2020
@hackdna hackdna self-assigned this Apr 16, 2020
This was referenced Apr 23, 2020
@amizeranschi
Copy link
Contributor

@hackdna I've just noticed you're looking into the installer issues. FWIW, the installer is broken for the current stable release. Please also see: #3223

@hackdna
Copy link
Member Author

hackdna commented May 18, 2020

@amizeranschi thanks for heads up. Looks like @naumenko-sa is helping you figure it out.

@amizeranschi
Copy link
Contributor

Yes, the issue is now solved. Many thanks to you guys for working on bcbio-nextgen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants