changeset 5:cb2d9a39b8c6 draft

Uploaded
author trinity_ctat
date Mon, 23 Apr 2018 16:05:15 -0400
parents e4832cfb519d
children 3165ba23fdbb
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 15:58:01 2018 -0400
+++ b/data_manager/add_ctat_centrifuge_index.py	Mon Apr 23 16:05:15 2018 -0400
@@ -77,7 +77,8 @@
     # Instead of sending back the list of found URL's, send back the one URL we want.
     # But the selection interface chokes on a single value, so send two of the same item.
     # return tuple(filelist_parser.filenames)
-    vals=set(_CTAT_CentrifugeDownload_URL,"Don't pick this one. Just for testing")
+    vals=set().add(_CTAT_CentrifugeDownload_URL)
+    #,"Don't pick this one. Just for testing")
     return tuple(vals)
 
 # The following was used by the example program to get input parameters through the json.