Skip to content

Commit

Permalink
Docker instruction in README.py (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ridderl authored Jun 16, 2019
1 parent b0c8e72 commit 5a0a66c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,15 @@ python motif_annotation/annotate_motifs.py -i 0.05 191 gnps/gnps.db gnps/spectra
mkdir massbank
cp -r [path]/spectra_massbank massbank
python motif_annotation/annotate_motifs.py -i 0.001 190 massbank/massbank.db massbank/spectra_massbank/ >massbank/annotation.json
python motif_annotation/annotate_motifs.py -i 0.001 190 massbank/massbank.db massbank/spectra_massbank/
>massbank/annotation.json
```
Or run using Docker:
```
sudo docker run -v $PWD/massbank:/data annotate_docs -i 0.001 190 data/massbank.db data/spectra_massbank/
>massbank/magma_annotation.json
```

# Run create_html_view.py
```
wget https://web.chemdoodle.com/downloads/ChemDoodleWeb-8.0.0.zip
Expand Down

0 comments on commit 5a0a66c

Please sign in to comment.