swctojson

1.0.1 • Public • Published

SWC to JSON

CLI tool to convert SWC neuron morphology files into JSON files. SWC files must respect this spec.

Install

$ sudo npm install -g swctojson

Usage

Convert SWC neuron morphology files into JSON.
Usage:
  -in=/path/to/swcfile.swc         The SWC file to convert (input)
  -out=/path/to/jsonfile.json      The JSON file to save (output)

Such as:

$ swctojson -in=/path/to/swcfile.swc -out=/path/to/jsonfile.json

The JSON output is compatible with the morphology 3D viewer morphoviewer.

Readme

Keywords

none

Package Sidebar

Install

npm i swctojson

Weekly Downloads

0

Version

1.0.1

License

Apache License 2

Unpacked Size

16.3 kB

Total Files

5

Last publish

Collaborators

  • jonathanlurie