Skip to content

Commit

Permalink
feat: resurrect spectrum from publication string
Browse files Browse the repository at this point in the history
refactor: migrate to TypeScript
  • Loading branch information
hamed-musallam committed Jan 19, 2024
1 parent 9e6eb48 commit 52d8df6
Show file tree
Hide file tree
Showing 9 changed files with 411 additions and 52 deletions.
2 changes: 2 additions & 0 deletions app/scripts/nmr-cli/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
build/
2 changes: 2 additions & 0 deletions app/scripts/nmr-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN npm install

COPY . ./

RUN npm run build

#install the nmr-cli as a global package
# for example, nmr-cli parse-spectra -u https://cheminfo.github.io/bruker-data-test/data/zipped/aspirin-1h.zip
RUN npm install . -g
Expand Down
Loading

0 comments on commit 52d8df6

Please sign in to comment.