Mercurial > repos > iuc > query_tabular
comparison query_tabular.py @ 3:ffbbc95b5654 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit cb490a0eee9efc2cd6c98d5bb714b75b5894c56c
| author | iuc |
|---|---|
| date | Mon, 06 Nov 2017 23:17:59 -0500 |
| parents | 53c9f76c0788 |
| children | 7be49fd649f7 |
comparison
equal
deleted
inserted
replaced
| 2:267dab0e272d | 3:ffbbc95b5654 |
|---|---|
| 6 import optparse | 6 import optparse |
| 7 import os.path | 7 import os.path |
| 8 import sys | 8 import sys |
| 9 | 9 |
| 10 from load_db import create_table | 10 from load_db import create_table |
| 11 | |
| 12 from query_db import describe_tables, get_connection, run_query | 11 from query_db import describe_tables, get_connection, run_query |
| 13 | 12 |
| 14 | 13 |
| 15 """ | 14 """ |
| 16 JSON config: | 15 JSON config: |
