Mercurial > repos > devteam > weightedaverage
diff WeightedAverage.py @ 1:68a40b074399 draft default tip
Uploaded corrected tool requirements definition.
| author | devteam |
|---|---|
| date | Thu, 03 Apr 2014 09:34:00 -0400 |
| parents | e11314245c2a |
| children |
line wrap: on
line diff
--- a/WeightedAverage.py Tue Apr 01 09:11:55 2014 -0400 +++ b/WeightedAverage.py Thu Apr 03 09:34:00 2014 -0400 @@ -7,10 +7,6 @@ import collections import sys -#import numpy -from galaxy import eggs -import pkg_resources -pkg_resources.require( "bx-python" ) from galaxy.tools.util.galaxyops import * from bx.cookbook import doc_optparse
