You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After NBLASTing, we currently don't have the option to only visualize a specific hit (e.g. the 8th hit) together with the NBLASTed neuron in the 3D viewer. Currently we can use the "hits=n" argument to narrow it down to the top n neurons, it would be useful to have the option to be able to show only the nth hit instead.
The text was updated successfully, but these errors were encountered:
That's a fairly straight forward addition. And just like @jefferis said: catbot simple turns a hits=5 into an R vector 1:5. Syntax for single hit could be e.g. @catbot nblast #12345 hits=[4] or, for two specific hits @catbot nblast #12345 hits=[3,4]
After NBLASTing, we currently don't have the option to only visualize a specific hit (e.g. the 8th hit) together with the NBLASTed neuron in the 3D viewer. Currently we can use the "hits=n" argument to narrow it down to the top n neurons, it would be useful to have the option to be able to show only the nth hit instead.
The text was updated successfully, but these errors were encountered: