# HG changeset patch # User trinity_ctat # Date 1524516880 14400 # Node ID 76403d65540c44764587c52a48c3c4ba5bd52df1 # Parent 25ce961f82e5bf1f660c8fe9fe9e86bd006403fc Uploaded diff -r 25ce961f82e5 -r 76403d65540c data_manager/add_ctat_centrifuge_index.py --- a/data_manager/add_ctat_centrifuge_index.py Mon Apr 23 16:33:50 2018 -0400 +++ b/data_manager/add_ctat_centrifuge_index.py Mon Apr 23 16:54:40 2018 -0400 @@ -77,9 +77,11 @@ # 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. vals=set() - vals.add("one") - vals.add("two") + #vals.add("one") + #vals.add("two") # vals.add(_CTAT_CentrifugeDownload_URL) + vals.add(dict(value="1", name="one")) + vals.add(dict(value="2", name="two") print "The items in vals are:" print "\t" + "\n\t".join(vals) return tuple(vals)