webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

Bulk task creation without start node

Open normanrz opened this issue 4 years ago • 3 comments

The bulk test upload feature is nice for specifying many tasks. However, it is tailored around skeleton tracings. For merger mode or volume tracings, we just want to specify a bounding box and not have an initial node.

normanrz avatar Jul 14 '20 12:07 normanrz

Are you referring to Task creation via NML upload or CSV bulk task creation? (Or both?) How would you prefer for the user to specify that no initial node should be created in the CSV case? Should we introduce an additional column?

fm3 avatar Jul 28 '20 09:07 fm3

I was referring to CSV bulk creation. Could we use empty columns?

normanrz avatar Jul 28 '20 09:07 normanrz

Ok thanks for the clarification! Yes, we can add another boolean column after baseAnnotationId. If the user does not want to set the optional columns before the new one, they can use double commas as in "someValue,,someOtherValue"

fm3 avatar Jul 28 '20 09:07 fm3