Repository 'apollo_create_or_update'
hg clone https://toolshed.g2.bx.psu.edu/repos/gga/apollo_create_or_update

Changeset 2:aac9ef1f72e7 (2017-09-20)
Previous changeset 1:b194ffbd6ae1 (2017-09-19) Next changeset 3:c1d7a2a21e62 (2017-09-20)
Commit message:
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 33ce5bd0cce35a12725b9ef9aed0683f3c41fbf9
modified:
webapollo.py
b
diff -r b194ffbd6ae1 -r aac9ef1f72e7 webapollo.py
--- a/webapollo.py Tue Sep 19 12:22:46 2017 -0400
+++ b/webapollo.py Wed Sep 20 09:08:40 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