# HG changeset patch # User trinity_ctat # Date 1524513481 14400 # Node ID e4832cfb519d53be98bdf933b40686538794ae49 # Parent 740976c497d5b355b42c64e7961ef19bb63f5eeb Uploaded diff -r 740976c497d5 -r e4832cfb519d data_manager/add_ctat_centrifuge_index.py --- a/data_manager/add_ctat_centrifuge_index.py Mon Apr 23 15:40:50 2018 -0400 +++ b/data_manager/add_ctat_centrifuge_index.py Mon Apr 23 15:58:01 2018 -0400 @@ -76,7 +76,9 @@ 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(filelist_parser.filenames) + vals=set(_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. # Just leaving here for reference.