Tools

The information about the tools is in a separate file data/tools.json. When a new tool is used, please add it to the list of datasets, using the specification described below.

Specification

{ <tool>+ }
<tool> -> <tool-key>: {
  "url": <free-text>,
  "name": <free-text>,
  "availability": <availability>
}

<availability> -> "opensource" | "freeware" | "commercial" | "proprietary"