jhuapl-bio / Basestack

Basestack is a platform for rapid and real time analysis of NGS data. It provides a executable application that connects standard bionformatics tools to a user interface. It is usable on all major Linux distributions, Mac OS, and Windows 10 or later
https://basestackwebsite.readthedocs.io/en/latest/
GNU General Public License v3.0
26 stars 1 forks source link
consensus-generation docker gui interface linux mac suite windows-10

Basestack

Our Official Documentation has moved to https://basestackwebsite.readthedocs.io/en/latest

1 Running Basestack Developer Mode

OR

Building the app

npm run build

You can also build the app for different OS types than your own. Ensure you have the necessary dependencies to do so:

npm run build:win; npm run build:mac; npm run build:linux

Signing Windows NSIS

wget --no-check-certificate https://github.com/ebourg/jsign/releases/download/4.1/jsign-4.1.jar java -jar jsign-4.1.jar --keystore build/hardwareToken.cfg --storepass "your password here" --storetype PKCS11 --tsaurl http://timestamp.digicert.com --alias /link/to/cert.pem

**note: target extensions will be based on your operating system (.dmg for OSX, .exe NSIS for Win, .AppImage for Linux)