# HG changeset patch # User trinity_ctat # Date 1524515403 14400 # Node ID 010c73cd396d216a36fb32c175a988c5f8781227 # Parent 8b6cd90db3cd2f0f448923d4389c5447062e842f Uploaded diff -r 8b6cd90db3cd -r 010c73cd396d data_manager/add_ctat_centrifuge_index.py --- a/data_manager/add_ctat_centrifuge_index.py Mon Apr 23 16:24:51 2018 -0400 +++ b/data_manager/add_ctat_centrifuge_index.py Mon Apr 23 16:30:03 2018 -0400 @@ -82,7 +82,7 @@ # print "\t" + "\n\t".join(vals) # return tuple(vals) # return tuple(filelist_parser.filenames) - return ("one","two") + return ((1,"one"),(2,"two")) # The following was used by the example program to get input parameters through the json. # Just leaving here for reference.