Skip to content

A collection of web applications to visualize, edit and validate RDML files.

License

Notifications You must be signed in to change notification settings

gear-genomics/rdml-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDML-Tools

A collection of web applications to visualize, edit and validate RDML files.

Install a local copy for testing

git clone --recursive https://github.com/RDML-consortium/rdml-tools.git rdml_tools

cd rdml_tools

Update your local copy

git pull

git submodule update --recursive

Setup and run the server

The server runs in a terminal

Install the dependencies:

sudo apt install python python-pip

pip install flask flask_cors

Start the server:

cd rdml_tools

python server/server.py

Setup and run the client

The client requires a different terminal

Install the dependencies:

cd rdml_tools/client

sudo apt install npm

sudo npm install

Start the client:

cd rdml_tools/client

npm run dev

About

A collection of web applications to visualize, edit and validate RDML files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.5%
  • Python 18.7%
  • HTML 11.5%
  • CSS 0.3%