-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
# Tierpsy Tracker | ||
<img src="https://user-images.githubusercontent.com/8364368/41229372-a9e8fcfa-6d73-11e8-877c-de306be55526.gif" width="800"> | ||
|
||
Tierpsy Tracker is a multi-animal tracker developed in the [MRC-LMS](http://lms.mrc.ac.uk/) [Behavioural Genomics Group](http://behave.csc.mrc.ac.uk/) at Imperial College London. The project combines the throughput of multiworm tracking with the resolution of single worm tracking, which means you can extract detailed phenotypic fingerprints from more animals. A large field of view also makes it possible to analyse collective behaviours that depend on animal interactions. The code is open source and extensible and we have ongoing projects using the tracker to analyse fish, *Drosophila* larvae, and fluorescently labelled worms. | ||
|
||
The easiest way to install Tierpsy Tracker is to use the conda-forge as: | ||
``` | ||
conda install tierpsy -c conda-forge | ||
``` | ||
For more details see the [installation](docs/INSTALLATION.md) instructions section. | ||
|
||
## [Installation Instructions](docs/INSTALLATION.md) | ||
## [How to Use](docs/HOWTO.md) | ||
## [Algorithm Explanation](docs/EXPLANATION.md) | ||
## [Output Files](docs/OUTPUTS.md) | ||
# THIS REPO IS NOT LONGER MAINTAINED. PLEASE REFER TO [THIS FORK](https://github.com/Tierpsy/tierpsy-tracker) |