https://github.com/alleninstitute/ateam-tools
Shared model-based simulation and analysis tools (ranging from single-neuron to networks) as well as more general model/experiment analysis software (ephys, morphology, transcriptomics) of the Anastassiou team at the Allen Institute for Brain Science.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.2%) to scientific vocabulary
Repository
Shared model-based simulation and analysis tools (ranging from single-neuron to networks) as well as more general model/experiment analysis software (ephys, morphology, transcriptomics) of the Anastassiou team at the Allen Institute for Brain Science.
Basic Info
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
ateam-tools
Shared modeling and analysis tools for internal use by the Anastassiou research team
For active development, install via pip install -e <path> or setup.py develop.
For much of the functionality to work, you will need the ateam branch of BMTK, at https://github.com/tmchartrand/bmtk.git.
Package organization and directory structure
ateam-tools
├── ateam: base directory for python code files, organized by function
| ├── analysis
| ├── sim
| ├── ...etc
├── examples: scripts or notebooks that demonstrate use of our tools, organized by application
| ├── subfolders organized by project or topic
├── scripts: tools for running analyses from the command line
Some organizing principles:
- Don't duplicate or copy and paste code! (Make a function instead.)
- Code that has distinct functions (sim vs analysis) or distinct sets of dependencies (BMTK vs aiephys analysis) should be grouped in separate folders. (These distinctions tend to go together.)
- Try to minimize new folders (packages), but generally keep your code in your own modules (.py files)
- Try to minimize new dependencies if possible. If you must use a new package, try to separate code that needs it from code that doesn't into different modules.
Shared Conda environment for BMTK and NEURON
In order to have a stable, reproducible platform for testing and running simulations, we have created a standalone installation of the ateam-tools, BMTK, and NEURON software stack. The installation is packaged as a conda environment, and automatically configures the necessary paths for running NEURON when activated.
Setup of bmtk_ateam Conda environment
Simply run the shell script /allen/aibs/mat/ateam_shared/software/add_shared_conda.sh to add this
shared conda environment to your local install of conda/miniconda.
Using the bmtk_ateam Conda environment
Following setup, simply call conda activate bmtk_ateam or source activate bmtk_ateam to
activate the environment and use.
The environment also contains a full jupyter notebook server, so the jupyter notebook command
will start a server running the shared environment.
Alternatively, you may want to use a jupyter plugin to allow jupyter to access and switch between multiple conda environments:
nbcondakernels (https://docs.anaconda.com/anaconda/user-guide/tasks/use-jupyter-notebook-extensions/)
or jupyterenvironmentkernels (https://github.com/Cadair/jupyterenvironmentkernels)
Owner
- Name: Allen Institute
- Login: AllenInstitute
- Kind: organization
- Location: Seattle, WA
- Website: https://alleninstitute.org
- Repositories: 184
- Profile: https://github.com/AllenInstitute
Please visit http://alleninstitute.github.io/ for more information.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0