Skip to content

Commit 3e27290

Browse files
committed
Fixed ready links
1 parent 0c983e5 commit 3e27290

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# catmaid-interface
22
Python tools for interacting with CATMAID projects
33

4-
This is a slowly increasing toolbox for extracting CATMAID (http://www.catmaid.org) annotations, typically EM reconstructions of neurons and eventually visualizing and doing various kinds of analysis of neuronal morphology, connectivity, and connections between the two. See Quantitative neuroanatomy for connectomics in Drosophila (http://biorxiv.org/content/early/2016/02/17/026617) for more details of what sort of things will eventually be possible.
4+
This is a slowly increasing toolbox for extracting CATMAID (http://www.catmaid.org) annotations, typically EM reconstructions of neurons and eventually visualizing and doing various kinds of analysis of neuronal morphology, connectivity, and connections between the two. See [Quantitative neuroanatomy for connectomics in Drosophila](https://elifesciences.org/content/5/e12059) for more details of what sort of things will eventually be possible.
55

6-
Currently it needs the following packages:
6+
Currently it needs the following python packages through your favorite package manager:
77
* json - for parsing and handling the JSON files that CATMAID trades in.
88
* requests - for happily interacting with a CATMAID server.
9+
10+
Additionally, if you want to do analysis in Python, you'll need at least
911
* scipy - For quickly handling graphs using sparse matrices.
1012

11-
A similar tool has been developed by Greg Jefferis for R, which can be found at https://github.com/jefferis/rcatmaid
13+
If you'd rather use Matlab, you will need to install
14+
* matlab-json — To quickly parse JSON files. [Download here](https://github.com/christianpanton/matlab-json).
15+
16+
A similar tool, [nat](https://github.com/jefferis/rcatmaid), has been developed by Greg Jefferis for R.

0 commit comments

Comments
 (0)