Mercurial > repos > cathywise > truststore_import
comparison TrustStoreGalaxyImport.py @ 22:1179f6e90e78
tmpfile
| author | Catherine Wise <catherine.wise@csiro.au> |
|---|---|
| date | Mon, 13 Jan 2014 09:15:15 +1100 |
| parents | 8cf18ca6f13f |
| children | cf4cf95e6678 |
comparison
equal
deleted
inserted
replaced
| 21:8cf18ca6f13f | 22:1179f6e90e78 |
|---|---|
| 1 import sys | 1 import sys |
| 2 import shutil | 2 import shutil |
| 3 import gzip | 3 import gzip |
| 4 import tempfile | |
| 4 from py_ts import TrustStoreClient, ts_utils | 5 from py_ts import TrustStoreClient, ts_utils |
| 5 from galaxy.datatypes.checkers import * | 6 from galaxy.datatypes.checkers import * |
| 6 | 7 |
| 7 def printNice(elem, f, depth): | 8 def printNice(elem, f, depth): |
| 8 try: | 9 try: |
