commit/galaxy-central: guerler: sort: update log to browser
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/3317f0d7f848/ changeset: 3317f0d7f848 user: guerler date: 2013-03-08 18:10:19 summary: sort: update log to browser affected #: 1 file diff -r 7f28b9616f70d4c6515c6fd88061374a2b01a283 -r 3317f0d7f848445cff6b384bf5a1915db677d139 tools/filters/sorter.py --- a/tools/filters/sorter.py +++ b/tools/filters/sorter.py @@ -35,15 +35,15 @@ # retrieve options input = options.input output = options.output - key = ["-k" + k for k in options.key] + key = [" -k" + k for k in options.key] # grep comments grep_comments = "(grep '^#' %s) > %s" % (input, output) - print grep_comments + #print grep_comments # grep and sort columns sort_columns = "(grep '^[^#]' %s | sort -f -t '\t' %s) >> %s" % (input, ' '.join(key), output) - print sort_columns + #print sort_columns # execute os.system(grep_comments) 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.
participants (1)
-
commits-noreply@bitbucket.org