# HG changeset patch # User gga # Date 1505912895 14400 # Node ID 1e46cf5c24a51276a409d0d5488d09fa8b150510 # Parent 509a0c4a94e880c48fde49ace6b4999623d1586a planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 33ce5bd0cce35a12725b9ef9aed0683f3c41fbf9 diff -r 509a0c4a94e8 -r 1e46cf5c24a5 webapollo.py --- a/webapollo.py Tue Sep 19 12:22:22 2017 -0400 +++ b/webapollo.py Wed Sep 20 09:08:15 2017 -0400 @@ -1571,7 +1571,7 @@ group_data = [] for group in wa.groups.loadGroups(): # Reformat - group_data.append((group.name, group.groupId, False)) + group_data.append((group.name, group.name, False)) return group_data