Skip to content

Commit 1038dbd

Browse files
committed
V020: added submodule masterplotter, small bugfixes and added readme
1 parent 03ecc53 commit 1038dbd

5 files changed

Lines changed: 95 additions & 91 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "masterplotter"]
2+
path = masterplotter
3+
url = git@github.com:MarcelBeining/masterplotter.git

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# TreeAdmin
2+
3+
TreeAdmin is a small Matlab extension to the [TREES toolbox](www.treestoolbox.org). Its graphical user interface helps to view and categorize morphologies reconstructed with TREES toolbox.
4+
5+
# Getting started
6+
7+
- Simply run TreeAdmin.m and load folders of morphologies or single morphology files by clicking on the icon in the upper left.
8+
- The submodules masterplotter has to be part of the Matlab path
9+
- TREES toolbox has to be installed and part of the Matlab path
10+
11+
# Licensing
12+
13+
This software is under MIT license, that means it's absolutely free for any developer to build commercial and opensource software on top of it, but use it at your own risk with no warranties, as is.

0 commit comments

Comments
 (0)