-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug in ISBI txt file generation (#20)
* Move `clean_up_annotations` to utils.py to facilitate re-use. * Remove node_key from txt_to_graph * Compare neighbors of G_gt to G_res in `classify_divisions`. * Update `txt_to_graph` to ensure parent_frame combo exists, otherwise, don't add edge. * Use `nx.DiGraph` to better classify error types in `txt_to_graph`. * Fix `contig_tracks` to update both daughter AND parent info for new tracks. * Add `trk_to_isbi` to convert trk files to txt files. * Change assignments from list to tuple to remove numpy warning (Fixes #16) * Add single nodes (with no edges) to graph even though they aren't used. * Add tests for all `isbi_utils` functions
- Loading branch information
Showing
5 changed files
with
390 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.