Skip to content

BhallaLab/moose-thalamocortical

Repository files navigation

/*******************************************************************
 * File:            README
 * Description:     This file contains basic information regarding
 *		    MOOSE, the Multiscale Object-Oriented Simulation
 *		    Environment.
 *
 *		    This file is copied from the README for release 
 *		    moose-Beta 1.3.0. 
 * 
 * Created:         2010-08-03 18:44:03 (+0530)
 * Updated:	    2016-02-23 01:40 by Subhasis Ray
 ********************************************************************/

This is an older version of MOOSE taken from svn snapshot on
2013-10-26 from the sourceforge repository.

The single-column thalamocortical model by Traub et al 2005 was ported
and enhanced on this version of MOOSE using its Python interface. The
entire simulation code is available here:
http://github.com/BhallaLab/thalamocortical.

Building
=========

To build this version, you need:

g++

make

GNU Scientific Library (GSL) with cblas support (libgslcblas-dev)

Python 2.7 development libraries 

installed. The default location of Python header (Python.h) is
/usr/include/python2.7 and if you have it in another location, please
change the entry

-I/usr/include/python2.7 

in pymoose/Makefile to

-I{path_to_location_of_Python.h}

You may need to edit the main Makefile similarly if you have
non-standard location for GSL headers.


To build, run:

make pymoose

in this directory. This will generate python/moose/_moose.so and
python/moose/moose.py. Add the python directory in your PYTHONPATH
environment variable:

export PYTHONPATH=$PYTHONPATH:{moose-thalamocortical}/python





Authors
=======
Upinder S. Bhalla, Niraj Dudani, Subhasis Ray, Raamesh Deshpande

Programming and Release support: Siji George.

Later contribution: Chaitanya Chintaluri

Web page: Harsha Rani.

All authors were at the National Centre for Biological Sciences,
Bangalore, India during the development.

Language
========
C++, Python

Sources, License
================
Source available at SourceForge (older) and github (current). Licence:
LGPL. However, due to the terms of the GPL-licensed GSL, the effective
license of the package as a whole is GPL.

This legacy version is available at:

http://github.com/BhallaLab/moose-thalamocortical


Please refer to the MOOSE websites for current information:

http://moose.ncbs.res.in

and for code repository:

http://github.com/BhallaLab/moose

About

An older version of MOOSE on which the thalamocortical model runs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published