scratcharchive / spikeforest-docs

Miscellaneous documentation for projects related to spikeforest
Apache License 2.0
1 stars 1 forks source link

for Liz: provide info on which sorters were run on which studies #35

Open magland opened 5 years ago

magland commented 5 years ago

Done, an example study object now looks like this:

{
    "name": "bionet_drift",
    "study_set": "bionet",
    "directory": "kbucket://15734439d8cf/groundtruth/bionet/bionet_drift",
    "description": "...",
    "sorters": [
        "MountainSort4-thr3",
        "IronClust-drift"
    ]
}

note: sometimes it takes a minute for the new object to be available on kbucket -- during that time you will get a lookup error.