changeset 8:8b6cd90db3cd draft

Uploaded
author trinity_ctat
date Mon, 23 Apr 2018 16:24:51 -0400
parents d35dcdd73a71
children 010c73cd396d
files data_manager/add_ctat_centrifuge_index.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/add_ctat_centrifuge_index.py	Mon Apr 23 16:18:59 2018 -0400
+++ b/data_manager/add_ctat_centrifuge_index.py	Mon Apr 23 16:24:51 2018 -0400
@@ -81,7 +81,8 @@
     # print "The items in vals are:"
     # print "\t" + "\n\t".join(vals)
     # return tuple(vals)
-    return tuple(filelist_parser.filenames)
+    # return tuple(filelist_parser.filenames)
+    return ("one","two")
 
 # The following was used by the example program to get input parameters through the json.
 # Just leaving here for reference.