/mgf-p2m2-tools

Scala parser for generic MGF mascot files containing MS/MS data

Primary LanguageScalaMIT LicenseMIT

mgf-p2m2-tools

CircleCI Codacy Badge

Scala parser for generic MGF mascot files containing MS/MS data

https://p2m2.github.io/mgf-p2m2-tools/

specifications

http://www.matrixscience.com/help/data_file_help.html

Html

Development version

npm should be installed.

export NODE_OPTIONS=--openssl-legacy-provider
# fastOptJS or fullOptJS check html/index.html
sbt fastOptJS 
sbt fullOptJS 
# open html/index.html

Release

sbt fullOptJS::webpack
cp target/scala-2.13/scalajs-bundler/main/mgf-p2m2-tools-opt-bundle.js docs/
# open docs/index.html