Skip to content

Commit 21b5eef

Browse files
committed
[docs/index] Add converter script description
1 parent a5b08db commit 21b5eef

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,29 @@ Both scripts provide detailed usage descriptions by adding the help flag to the
7575
odmlconversion -h
7676
odmltordf -h
7777

78+
### odML - NIX conversion script
79+
80+
You can also find a command line script for importing metadata from odML files into the
81+
second, more data centric, data format, [NIX](https://g-node.github.io/nix/), or
82+
exporting metadata from a NIX file to a new odML file.
83+
84+
You can install the command line script via pip:
85+
86+
87+
pip install nixodmlconverter
88+
89+
90+
The script can then be run from the command line and provides a detailed usage
91+
description by adding the help flag to the command.
92+
93+
94+
nixodmlconverter -h
95+
96+
97+
The source code of the converter can be found
98+
[on github](https://github.com/G-Node/nix-odML-converter).
99+
100+
78101
## Support
79102

80103
If you experience problems using *odml* feel free to join our IRC channel

0 commit comments

Comments
 (0)