Basestack
Basestack copied to clipboard
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 Lin...
Basestack
Our Official Documentation has moved to https://basestackwebsite.readthedocs.io/en/latest
1 Running Basestack Developer Mode
- Window 1:
npm run dev:server - Window 2:
npm run dev:app
OR
- Window 1:
npm run dev
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)