changeset 3:740976c497d5 draft

Uploaded
author trinity_ctat
date Mon, 23 Apr 2018 15:40:50 -0400
parents 4a875781a22a
children e4832cfb519d
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 15:34:14 2018 -0400
+++ b/data_manager/add_ctat_centrifuge_index.py	Mon Apr 23 15:40:50 2018 -0400
@@ -76,7 +76,7 @@
     print "\t" + "\n\t".join(filelist_parser.filenames)
     # 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(_CTAT_CentrifugeDownload_URL,_CTAT_CentrifugeDownload_URL)
+    return tuple([_CTAT_CentrifugeDownload_URL,_CTAT_CentrifugeDownload_URL])
 
 # The following was used by the example program to get input parameters through the json.
 # Just leaving here for reference.