# HG changeset patch # User trinity_ctat # Date 1524514275 14400 # Node ID 3165ba23fdbbbc52554e521476cbaf7db56998c1 # Parent cb2d9a39b8c6eac1811738a66ab989319101bd90 Uploaded diff -r cb2d9a39b8c6 -r 3165ba23fdbb data_manager/add_ctat_centrifuge_index.py --- a/data_manager/add_ctat_centrifuge_index.py Mon Apr 23 16:05:15 2018 -0400 +++ b/data_manager/add_ctat_centrifuge_index.py Mon Apr 23 16:11:15 2018 -0400 @@ -77,7 +77,10 @@ # 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().add(_CTAT_CentrifugeDownload_URL) + vals=set() + vals.add(_CTAT_CentrifugeDownload_URL) + print "The items in vals are:" + print "\t" + "\n\t".join(vals) #,"Don't pick this one. Just for testing") return tuple(vals)