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