comparison 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
comparison
equal deleted inserted replaced
0:e11314245c2a 1:68a40b074399
5 -2, --cols2=N,N,N,N,N: Columns for chr, start, end, strand, name/value in second file 5 -2, --cols2=N,N,N,N,N: Columns for chr, start, end, strand, name/value in second file
6 """ 6 """
7 7
8 import collections 8 import collections
9 import sys 9 import sys
10 #import numpy
11 from galaxy import eggs
12 import pkg_resources
13 pkg_resources.require( "bx-python" )
14 from galaxy.tools.util.galaxyops import * 10 from galaxy.tools.util.galaxyops import *
15 from bx.cookbook import doc_optparse 11 from bx.cookbook import doc_optparse
16 12
17 13
18 #export PYTHONPATH=~/galaxy/lib/ 14 #export PYTHONPATH=~/galaxy/lib/