Skip to content

dmalt/neuropype_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neuroclick

Command line interface for neuropype_ephy package and more wrapping up some mne-python functions with powerful nipype framework.

Getting started

Prerequisites

For now CLI works only with python2; python3 support might also happen in the future.

Full list of dependencies can be found here.

No need to install them manually though. All dependencies are installed automatically during the Installation step

Installation

  1. First, clone the package sources and go inside the project folder:

    git clone https://github.com/dmalt/neuropype_cli.git
    cd neuropype_cli
  2. The simplest way to install the package is as follows:

    pip install .
    cd ..

    But it is strongly recommended to install neuroclick under virtual environement so the dependencies don't damage your current python setup.

    To do so perform the following steps:

    • Install virtualenv package if it's not already in your system
    • Think of a name for your virtual environement (i.e. neuroenv) and create virtual environement inside the project folder by running
      virtualenv neuroenv
    • Activate your virtual environement:
      source ./neuroenv/bin/activate
    • Perform the installation (note the '.' symbol in the end):
      pip install .
      cd .. # exit from the project folder

If you've been using virtualenv you should activate it each time you are running neuroclick

  1. You can check the installation by running
    neuropype --help

Documentation

For quick ref check out my presentation on neuropype_cli package

Detailed documentation can be found here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages