commit/galaxy-central: jgoecks: Visualization genome data providers: readd require numpy because it is a dependency of bx-python.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/20094b0c186b/ Changeset: 20094b0c186b User: jgoecks Date: 2014-07-11 19:53:04 Summary: Visualization genome data providers: readd require numpy because it is a dependency of bx-python. Affected #: 1 file diff -r b74c56d994efbb0e8330d9dd75c682358c963497 -r 20094b0c186b6231251838d96662ad202622ef22 lib/galaxy/visualization/data_providers/genome.py --- a/lib/galaxy/visualization/data_providers/genome.py +++ b/lib/galaxy/visualization/data_providers/genome.py @@ -8,6 +8,7 @@ import random import math +pkg_resources.require( "numpy" ) pkg_resources.require( "bx-python" ) pkg_resources.require( "pysam" ) from bx.interval_index_file import Indexes Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org