Mercurial > repos > gga > apollo_fetch_jbrowse
comparison webapollo.py @ 2:921c8461a6a6 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 33ce5bd0cce35a12725b9ef9aed0683f3c41fbf9
| author | gga |
|---|---|
| date | Wed, 20 Sep 2017 09:09:33 -0400 |
| parents | c6d7f19953a6 |
| children | 9968eec7430e |
comparison
equal
deleted
inserted
replaced
| 1:00b5fc221932 | 2:921c8461a6a6 |
|---|---|
| 1569 def _galaxy_list_groups(wa, gx_user, *args, **kwargs): | 1569 def _galaxy_list_groups(wa, gx_user, *args, **kwargs): |
| 1570 # Fetch the groups. | 1570 # Fetch the groups. |
| 1571 group_data = [] | 1571 group_data = [] |
| 1572 for group in wa.groups.loadGroups(): | 1572 for group in wa.groups.loadGroups(): |
| 1573 # Reformat | 1573 # Reformat |
| 1574 group_data.append((group.name, group.groupId, False)) | 1574 group_data.append((group.name, group.name, False)) |
| 1575 return group_data | 1575 return group_data |
| 1576 | 1576 |
| 1577 | 1577 |
| 1578 def galaxy_list_orgs(trans, *args, **kwargs): | 1578 def galaxy_list_orgs(trans, *args, **kwargs): |
| 1579 email = trans.get_user().email | 1579 email = trans.get_user().email |
