File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed
Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ src/testData.camv
77src /testDataOut.camv
88src /testData.json
99.DS_Store
10- src / CAMV- * - * /
10+ CAMV- * - * /
Original file line number Diff line number Diff line change 11# CAMV
2- Tool for validation proteomic mass spectrometry peptide assignments
2+
3+ Tool for validation proteomic mass spectrometry peptide assignments.
34
45# Installation
5- ``` npm install ```
66
7- ``` npm install electron ```
7+ From ` src/ ` run:
88
9- ``` bower install ```
9+ ```
10+ npm install
11+ npm install electron
12+ bower install
13+ ```
1014
1115# Usage
16+
1217` electron . ` from src/
1318
19+ # Deployment
20+
21+ From this directory, run:
22+
23+ ```
24+ electron-packager src/ --all
25+ ```
26+
27+ This will generate fully-independent packages for Linux, Windows, and OS X.
28+
1429# Testing
30+
1531Choose ` examples/testData.camv `
You can’t perform that action at this time.
0 commit comments