# HG changeset patch # User gga # Date 1505912856 14400 # Node ID d55c6853046f4ddd21a82ea62668eaf062f18315 # Parent 3226fa85ab61dafecd2bfabfbbe8693f45430b5d planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 33ce5bd0cce35a12725b9ef9aed0683f3c41fbf9 diff -r 3226fa85ab61 -r d55c6853046f webapollo.py --- a/webapollo.py Tue Sep 19 12:17:25 2017 -0400 +++ b/webapollo.py Wed Sep 20 09:07:36 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