Skip to content

Commit

Permalink
removed if args.cat at L283 in tables2table
Browse files Browse the repository at this point in the history
  • Loading branch information
nickilott committed Aug 9, 2024
1 parent 05b8beb commit d97df70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cgat/tools/tables2table.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ def main(argv=sys.argv):

E.info("combining %i tables" % len(args.filenames))

if args.cat:
table = concatenate_tables(args.filenames,
# if args.cat:
table = concatenate_tables(args.filenames,
regex_filename=args.regex_filename,
separator=args.separator,
headers=args.headers,
Expand Down

0 comments on commit d97df70

Please sign in to comment.