# HG changeset patch # User gga # Date 1505912806 14400 # Node ID ec9b69507dd06858e676314ad47b2a73e47ee7bf # Parent 4c038073549d3f9ae34c3189a1c49aa4bcc066c2 planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 33ce5bd0cce35a12725b9ef9aed0683f3c41fbf9 diff -r 4c038073549d -r ec9b69507dd0 webapollo.py --- a/webapollo.py Tue Sep 19 12:16:31 2017 -0400 +++ b/webapollo.py Wed Sep 20 09:06:46 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