Mercurial > repos > iuc > query_tabular
comparison query_tabular.py @ 3:1ea4e668bf73 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:20:29 -0500 |
parents | 8a33b442ecd9 |
children | 973f03d82c86 |
comparison
equal
deleted
inserted
replaced
2:fb8484ee54d8 | 3:1ea4e668bf73 |
---|---|
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: |