Mercurial > repos > trinity_ctat > ctat_centrifuge_index_data_manager
changeset 9:010c73cd396d draft
Uploaded
author | trinity_ctat |
---|---|
date | Mon, 23 Apr 2018 16:30:03 -0400 |
parents | 8b6cd90db3cd |
children | 25ce961f82e5 |
files | data_manager/add_ctat_centrifuge_index.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.