Mercurial > repos > devteam > weightedaverage
comparison WeightedAverage.py @ 1:90611e86a998 draft
Uploaded corrected tool requirements definition.
author | devteam |
---|---|
date | Thu, 03 Apr 2014 09:34:41 -0400 |
parents | 9b7b4009f2c0 |
children | efa2b391e887 |
comparison
equal
deleted
inserted
replaced
0:9b7b4009f2c0 | 1:90611e86a998 |
---|---|
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/ |