1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6be1fed44bf6/ changeset: 6be1fed44bf6 user: jgoecks date: 2013-03-18 15:09:43 summary: Import clean up and documentation for compute tool. affected #: 1 file diff -r 0ddc03509b24d4d4e9024902546025df185c6a18 -r 6be1fed44bf65402f11d2bd4b576fa76941f1393 tools/stats/column_maker.py --- a/tools/stats/column_maker.py +++ b/tools/stats/column_maker.py @@ -1,13 +1,13 @@ #!/usr/bin/env python # This tool takes a tab-delimited textfile as input and creates another column in the file which is the result of # a computation performed on every row in the original file. The tool will skip over invalid lines within the file, -# informing the user about the number of lines skipped. -import sys, re, os.path -from galaxy import eggs -from galaxy.tools import validation -from galaxy.datatypes import metadata +# informing the user about the number of lines skipped. + +import sys, re +# These functions may be used in compute expression: from math import log,exp,sqrt,ceil,floor + assert sys.version_info[:2] >= ( 2, 4 ) def stop_err( msg ): 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.