Skip to content
This repository was archived by the owner on Feb 13, 2021. It is now read-only.

jacobjmarks/TRNDiff2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

130 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRNDiff2

An overhaul of the TRNDiff Regulon Explorer.

Quick Start

The application is built using NodeJS Express and can be run in the usual way:

npm install && npm start

Docker

A Docker image is available at jacobjmarks/trndiff2, and can be run with a standard port binding as follows:

docker run --rm -it -p {HOST}:3000 jacobjmarks/trndiff2

The Dockerfile for which can be seen in the repository.

File Structure

The application follows a standard Express architecture. Each section is explained briefly below:

/db Database store and utilities.

/libs Server-side libraries wrapping computational functions.

/public Client-side javascripts, etc.

/routes HTTP server route definitions.

/views PUG templated HTML views, rendered on the server and served to the client.

app.js Application entrypoint.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages