Mercurial > repos > trinity_ctat > ctat_centrifuge_index_data_manager
changeset 11:76403d65540c draft
Uploaded
author | trinity_ctat |
---|---|
date | Mon, 23 Apr 2018 16:54:40 -0400 |
parents | 25ce961f82e5 |
children | 55edf28e49e2 |
files | data_manager/add_ctat_centrifuge_index.py |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)