Mercurial > repos > iuc > sqlite_to_tabular
comparison query_tabular.py @ 3:137d0b8d119b 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:18:32 -0500 |
| parents | 89d898454f1e |
| children | 5600704453b8 |
comparison
equal
deleted
inserted
replaced
| 2:51cfa600e5e0 | 3:137d0b8d119b |
|---|---|
| 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: |
