Skip to content

Software tool for the compilation of Heta-based QSP modeling platform

License

Notifications You must be signed in to change notification settings

hetalang/heta-compiler

Repository files navigation

Documentation GitHub issues Travis AppVeyor Coverage Status GitHub release GitHub npm GitHub license

qs3p-js

Quantitative Systems Pharmacology Programming Platform in JavaScript

This is part of heta-lang project.

Intro

Installation

NodeJS is required. Currently NodeJS v6 and newer are supported.

The stable version can be installed from npm

npm i -g qs3p-js

The latest version can be installed directly from git

npm i -g git+https://github.com/insysbio/qs3p.git

Usage in JavaScript

const { Container } = require('qs3p-js');

let c = new Container();
let k1 = c.insert({
    class: 'Const',
    id: 'k1',
    num: 1;
});

Console

To build the dist files from source.

npm i -g qs3p-js
cd ./path/to/platform/folder
qs3p init
qs3p build

Copyright

© 2019-2020 InSysBio LLC