Mercurial > repos > gga > apollo_fetch_jbrowse
comparison create_account.py @ 5:0c5347327b0c draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 70fbb41d4c6b0a08a7bed4849a5ae7c865e1ab1e
| author | gga |
|---|---|
| date | Mon, 12 Mar 2018 06:27:57 -0400 |
| parents | 2e4927caab01 |
| children | 3877c75bd492 |
comparison
equal
deleted
inserted
replaced
| 4:2e4927caab01 | 5:0c5347327b0c |
|---|---|
| 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 from builtins import range, str | 7 |
| 8 from six.moves.builtins import str | |
| 8 | 9 |
| 9 from webapollo import WAAuth, WebApolloInstance | 10 from webapollo import WAAuth, WebApolloInstance |
| 10 | 11 |
| 11 | 12 |
| 12 def pwgen(length): | 13 def pwgen(length): |
