Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 35 additions & 23 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ClearMap 2.1
ClearMap 3.1
============

[![DOI](https://zenodo.org/badge/256322811.svg)](https://zenodo.org/badge/latestdoi/256322811)
Expand All @@ -24,24 +24,18 @@ ClearMap 2.1
*ClearMap* is a toolbox for the analysis and registration of volumetric
data from cleared tissues.

> :new: This is the new 2.1 version of ClearMap which includes a Graphical User Interface.
> To use it, make sure that the *install_gui.sh* script is executable and run it by
> opening a terminal in the ClearMap2 folder and typing ./run_gui.sh.

## 2.1.0 what's new
* [x] Graphical user interface with many helper widgets
* [x] Redesigned code with config based parameters to replace the scripts
* [x] Atlas alignment improvements:
* [x] Updated Allen atlas files (no more "No Label")
* [x] Support for more atlases
* [x] Support for hemispheres information
* [x] Landmarks based registration
* [x] Batch mode for processing or analysis
* [x] New plots to visualise detected cells
* [x] Various bug fixes
> :new: This is the new 3.1 version of ClearMap.

## 3.1.0 what's new
* [x] Multichannel support (3.0)
* [x] New pipeline: TractMap for tracts mapping
* [x] Added colocalization analysis
* [x] Dynamic channels for flexible analysis
* [x] Refractoring for better readability and pipeline customization
* [x] New config management

\
\

*ClearMap's* tool box includes

## [Wobbly-Stitcher](https://christophkirst.github.io/ClearMap2Documentation/html/wobblystitcher.html) <a href="https://christophkirst.github.io/ClearMap2Documentation/html/TubeMap.html#Stitching"> <img src="https://christophkirst.github.io/ClearMap2Documentation/images/WobblyStitcher.jpg" alt="WobblyStitcher" width="150" align="right" vspace = "5"/></a>
Expand All @@ -56,6 +50,10 @@ Extract vasculature and other tubular networks from TB data.

Extract neuronal activity marker and cell shapes.

## [TractMap]

Extract fiber tracts structures (e.g. axons or myelin).


## Background and Applications

Expand Down Expand Up @@ -91,8 +89,17 @@ or structures.
[Installation](https://christophkirst.github.io/ClearMap2Documentation/html/installation.html)
==============================================================================================

Please refer to our [documentation](https://christophkirst.github.io/ClearMap2Documentation)
on how to [install](https://christophkirst.github.io/ClearMap2Documentation/html/installation.html) ClearMap.
Please refer to our [documentation](https://clearanatomics.github.io/ClearMapDocumentation/overview.html)
on how to [install](https://clearanatomics.github.io/ClearMapDocumentation/installation.html) ClearMap.

Quick installation guide:
```
git clone https://github.com/ClearAnatomics/ClearMap.git
cd ClearMap3
git switch v3.1.x
chmod u+x install_gui.sh
./install_gui.sh -f ClearMap3.yml
```

[Tutorials](https://christophkirst.github.io/ClearMap2Documentation/html/usage.html)
====================================================================================
Expand All @@ -109,7 +116,7 @@ avaialbe as [jupyer](https://jupyter.org/) notebooks:
[Documentation](https://christophkirst.github.io/ClearMap2Documentation)
========================================================================

ClearMap comes with a full [documentation](https://christophkirst.github.io/ClearMap2Documentation).
ClearMap comes with a full [documentation](https://clearanatomics.github.io/ClearMapDocumentation/overview.html).

For experimental protocols also refer to [idisco.info](http:://idisco.info)

Expand Down Expand Up @@ -186,8 +193,9 @@ with group analysis scripts contributed by [Sophie Skriabine](https://github.com
The deep vessel filling network was designed and created by [Sophie Skriabine](https://github.com/skriabineSop)
and integrated to ClearMap by [Christoph Kirst](https://profiles.ucsf.edu/christoph.kirst).

The documentation was written by [Christoph Kirst](https://profiles.ucsf.edu/christoph.kirst).
and [Nicolas Renier](https://www.renier-lab.com/nicolasrenier).
The documentation was written by [Christoph Kirst](https://profiles.ucsf.edu/christoph.kirst),
[Nicolas Renier](https://www.renier-lab.com/nicolasrenier),
Daniela Domingues, Gabriele Lienhard and Louise Mathe.

Contributions are very welcome.

Expand All @@ -202,15 +210,19 @@ For other options contact the author Christoph Kirst

Copyright © 2020 by Christoph Kirst


Versions
========

VERSION 3.0
-----------
* Dynamic channels

VERSION 2.1
-----------
* Rewrite of the upper layers of software based on configuration files.
* Graphical user interface.


VERSION 2.0
-----------
Rewrite of ClearMap 1.0 to handle larger data sets (TB).
Expand Down