Skip to content

Neuronal Topology Importer. Imports, converts and generates computational grids for ug4.

Notifications You must be signed in to change notification settings

NeuroBox3D/VRL-NeuronalTopologyImporter-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VRL-NeuronalTopologyImporter-Plugin

This projects provides importing routines for NGX, HOC and SWC file types to UGX. See Template #1 after installation.

VersionEye

  • Dependency Status

WaffleIO

Coveralls

  • Coverage Status

How To Build The Project

1. Dependencies

  • JDK >= 1.6
  • Internet Connection (other dependencies will be downloaded automatically)
  • Optional: IDE with Gradle support

2. Configuration

Specify correct path in build.properties, e.g.,

# vrl property folder location (plugin destination)
vrldir=/Users/myusername/.vrl/0.4.2/default

3. Build & Install

IDE

To build the project from an IDE do the following:

  • open the Gradle project
  • call the installVRLPlugin Gradle task to build and install the plugin
  • restart VRL-Studio

Command Line

Building the project from the command line is also possible.

Navigate to the project folder and call the installVRLPlugin Gradle task to build and install the plugin.

Bash (Linux/OS X/Cygwin/other Unix-like OS)
cd Path/To/VRL-NeuronalTopologyImporter-Plugin/VRL-NeuronalTopologyImporter-Plugin
./gradlew installVRLPlugin
Windows (CMD)
cd Path\To\VRL-NeuronalTopologyImporter-Plugin\VRL-NeuronalTopologyImporter-Plugin
gradlew installVRLPlugin

Finally, restart VRL-Studio

About

Neuronal Topology Importer. Imports, converts and generates computational grids for ug4.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%