Mercurial > repos > gga > apollo_fetch_jbrowse
comparison webapollo.py @ 4:2e4927caab01 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:35:39 -0500 |
| parents | a533ddd5fe5d |
| children | 0c5347327b0c |
comparison
equal
deleted
inserted
replaced
| 3:2cee22bcafbb | 4:2e4927caab01 |
|---|---|
| 4 import collections | 4 import collections |
| 5 import json | 5 import json |
| 6 import logging | 6 import logging |
| 7 import os | 7 import os |
| 8 import time | 8 import time |
| 9 | |
| 10 from abc import abstractmethod | 9 from abc import abstractmethod |
| 11 from builtins import next | 10 from builtins import next |
| 12 from builtins import object | 11 from builtins import object |
| 13 from builtins import str | 12 from builtins import str |
| 14 | 13 |
