# HG changeset patch # User gga # Date 1505912998 14400 # Node ID c570db69288b65f54a438e1bd963779a01215ec1 # Parent cf83ae09b88beff08e9853077e18e35761224d10 planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 33ce5bd0cce35a12725b9ef9aed0683f3c41fbf9 diff -r cf83ae09b88b -r c570db69288b webapollo.py --- a/webapollo.py Tue Sep 19 12:23:58 2017 -0400 +++ b/webapollo.py Wed Sep 20 09:09:58 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