dvid.fetch.get_skeleton_mutation

dvid.fetch.get_skeleton_mutation(bodyid, server=None, node=None)[source]

Fetch mutation ID of given body.

Works by downloading the SWC file and parsing only the header.

Parameters
  • bodyid (int | str) – ID(s) of body for which to download skeleton.

  • server (str, optional) – If not provided, will try reading from global.

  • node (str, optional) – If not provided, will try reading from global.

Returns

Mutation ID. Returns None if no skeleton available.

Return type

int