Skip to content

Commit

Permalink
Remove sktracker dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 20, 2015
1 parent 58655b3 commit cbd36cd
Show file tree
Hide file tree
Showing 41 changed files with 5,013 additions and 64 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.PHONY: clean flake8

clean:
find . -name "*.so" -exec rm -rf {} \;
find . -name "*.pyc" -exec rm -rf {} \;
find . -depth -name "__pycache__" -type d -exec rm -rf '{}' \;
rm -rf build/ dist/ *.egg-info/

flake8:
flake8 --exclude "test_*" --max-line-length=100 --count --statistics --exit-zero spindle_tracker/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

This software is used to track mitotic spindle components in fluorescent
microscopy images. It is used for daily research tasks.
test
3 changes: 3 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contrib files

Put here all files which can help during `sktracker` development.
Binary file added doc/class_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cbd36cd

Please sign in to comment.