Package for cell segmentation, tracking, classification into asc negative and asc positive cells and calcium intensity measurements over time
Project description
Installation instructions for dzne compute server. –tested on python version 2.7.7– Christoph Moehl, christoph.moehl@dzne.de
Install x forwarding software on you client computer, e.g. http://xquartz.macosforge.org/landing/ (if not installed yet)
2. log in to one of the dzne compute servers e.g. ssh -Y compute-04.dzne.de
3. load the python module module load python
4. install virtualenv in your home directory (if not installed yet) easy_install -d /home/[username]/.python27 –user virtualenv
5. cerate a project directory and a new virtual environment (here with name venv - other names are possible) mkdir my_project cd my_project /home/[username]/.local/bin/virtualenv venv
6. activate the virtual environment and install python packages numpy, six, pandas ans scipy source venv/bin/activate pip install numpy==1.8.1 pip install six pip install pandas pip install scipy
7. finally install ca_tracker pip install ca_tracker
edit the file config.json to set the analysis parameters
now you can run ca_tracker_1 and ca_tracker_2
you can check what modules are already installed with the command pip freeze
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ca_tracker-0.2.11.tar.gz
.
File metadata
- Download URL: ca_tracker-0.2.11.tar.gz
- Upload date:
- Size: 3.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 612768f02d9603968eddcf51dd831e23b8624b11e5bf94e1c7bc03de834fa36b |
|
MD5 | 716500882782a88750d8116cd62edf51 |
|
BLAKE2b-256 | aaa476b47b9b8e775633ec96a6b9598ef046404f5afe2939d78965c8ddf0d71d |