mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
This adds supprt for uploading and uncompressing pbzip2 compressed files by exchanging the bz2 module with bz2file (recommended as workaround in https://docs.python.org/2/library/bz2.html). The problem was reported by @alpapan in #4538 and this commit should fix #4538. Depends on https://github.com/galaxyproject/starforge/pull/147 for the bz2file wheel.