Skip to content

Commit

Permalink
tadbit describe: cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
fransua committed Aug 19, 2016
1 parent 6bdd3d3 commit 949fba6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _pytadbit/tools/tadbit_describe.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def populate_args(parser):
4: mapped_inputs, 5: parsed_outputs,
6: intersection_outputs, 7: filter_outputs,
8: normalize_outputs, 9: segment_outputs,
10: models, 11: modeled_regions, 12: optimizations''')
10: models, 11: modeled_regions''')

glopts.add_argument('--tmpdb', dest='tmpdb', action='store', default=None,
metavar='PATH', type=str,
Expand All @@ -91,7 +91,7 @@ def check_options(opts):
'6', 'intersection_outputs',
'7', 'filter_outputs', '8', 'normalize_outputs',
'9', 'segment_outputs', '10', 'models',
'11', 'modeled_regions', '12', 'optimizations']
'11', 'modeled_regions']
table_idx = {
'1' : 'paths',
'2' : 'jobs',
Expand All @@ -103,8 +103,7 @@ def check_options(opts):
'8' : 'normalize_outputs',
'9' : 'segment_outputs',
'10': 'models',
'11': 'modeled_regions',
'12': 'optimizations'}
'11': 'modeled_regions'}
recovered = []
bads = []
for t in range(len(opts.tables)):
Expand Down

0 comments on commit 949fba6

Please sign in to comment.