mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Eliminated "require" for numpy.
This commit is contained in:
@@ -8,7 +8,6 @@ usage: %prog score_file interval_file chrom start stop [out_file] [options]
|
||||
|
||||
from __future__ import division
|
||||
import pkg_resources
|
||||
pkg_resources.require( "numpy" )
|
||||
pkg_resources.require( "bx-python" )
|
||||
pkg_resources.require( "lrucache" )
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user