This repository contains libraries for accessing the CBRAIN platform. One particular instance of this platform is the Montreal Neurological Institute's CBRAIN Service.
Two languages are currently supported:
- Ruby; the API can be found in the file
ruby/cbrain_ruby_api.rb
- Perl; the API can be found in the file
perl/CbrainPerlAPI.pm
The full documention about these APIs can be generated locally
by running a bash script provided at the top of the repository,
install_doc.sh
. It can also be browsed online at the
CBRAIN service site:
These APIs are no longer maintained, and the CBRAIN platform has evolved since then, and as such might only work partially. They can still be used if one is willing to make adjustments.
The new CBRAIN API is being developed and documented here:
This project's code was originally a part of the CBRAIN platform (released separately), but the API itself was funded by CANARIE during the summer of 2014.