|
@@ -1,3 +1,4 @@
|
|
|
+
|
|
|
# Description of DAPI template
|
|
|
This repository contains a three-dimensional population-based average atlas, the DAPI template, of the C57BL/6 mouse brain stained with the commonly employed fluorescence nuclear stain DAPI. The [DAPI template](./data/dapi_template.nii.gz), [accompanying segmentation](./data/dapi_template_segmentation_full.nii.gz), and a [simplified segmentation](./data/dapi_template_segmentation_simple.nii.gz) can be found as nifti files in ```data/```. Moreover, the repository contains all the raw data (```data/mice/```) and the full code base (```template_creation_pipieline/```) which was used in the construction of the teamplate.
|
|
|
|
|
@@ -27,14 +28,15 @@ Below is a quick guide to setup the enviroment on a UNIX (Mac and Linux) system
|
|
|
```
|
|
|
|
|
|
* Install or update all packages listed in `requirements.txt`. All packages can be installed/updated using `pip`. To install a package, e.g. nibabel:
|
|
|
+
|
|
|
```sh
|
|
|
pip install nibabel
|
|
|
```
|
|
|
+
|
|
|
To check the version of a package
|
|
|
```sh
|
|
|
pip freeze | grep nibabel
|
|
|
```
|
|
|
-
|
|
|
* Install ANTs, preferably using precompiled binaries, available (for Mac/Linux) at
|
|
|
https://github.com/ANTsX/ANTs/releases/tag/v2.1.0
|
|
|
|