Mercurial > repos > gga > apollo_create_or_update
comparison create_account.py @ 4:85e28a142545 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit a3fcc5a9fa19ef4031b759e918c444fc7c186265
author | gga |
---|---|
date | Thu, 08 Feb 2018 11:34:16 -0500 |
parents | 6d2a9661872e |
children | 0d58b772521f |
comparison
equal
deleted
inserted
replaced
3:e71c5092b821 | 4:85e28a142545 |
---|---|
2 from __future__ import print_function | 2 from __future__ import print_function |
3 | 3 |
4 import argparse | 4 import argparse |
5 import random | 5 import random |
6 import time | 6 import time |
7 | |
8 from builtins import range, str | 7 from builtins import range, str |
9 | 8 |
10 from webapollo import WAAuth, WebApolloInstance | 9 from webapollo import WAAuth, WebApolloInstance |
11 | 10 |
12 | 11 |