msviz-ui, the all purpose visualization app for MSViz.
Prerequisite: node and eventually npm install -g bower
and npm install -g grunt-cli
npm install
bower install
Launch unit tests:
grunt test-unit-junit
Launch the web app with auto reloading:
grunt serve
NB: if bower or grunt are not present in your path, find it locally with
find . -name bower | grep /bin/
Roman Mylonas (roman.mylonas@sib.swiss)
- Trinidad Martín
- Alexandre Masselot
- Roman Mylonas
- Vital-IT, SIB Swiss Institute of Bioinformatics
- Protein Analysis Facility, University of Lausanne
Copyright (C) 2014-2016 by SIB Swiss Institute of Bioinformatics.
This program is available under the GNU General Public License (GPL, version 2 or later; see below).
For users who need rights that go beyond what is allowed under the GNU GPL (e.g. if you want to distribute a modified binary version without distributing the source code), it can be licensed under other terms. Please contact legal@sib.swiss for more information.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.