Enet4 / dicoogle-api

Dicoogle API website source code and generation scripts

Home Page:https://bioinformatics-ua.github.io/dicoogle-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the source code and generation scripts of the Dicoogle API website.

Please click here to enter the website.

Building

There is a Makefile available to build both the Javadoc and the Web API documentations. The instalation of git is required.

To build the Javadoc, run:

  make javadoc

To build the Web API, run:

  make webapi

You may also define which version to build:

  make javadoc-v2.5.0 

To build all the versions available to both Javadoc and Web API: You may also define which version to build:

  make 

About

Dicoogle API website source code and generation scripts

https://bioinformatics-ua.github.io/dicoogle-api/


Languages

Language:Shell 59.8%Language:Makefile 40.2%