Skip to content

Commit 596662c

Browse files
committed
Publication
1 parent 12f0f4b commit 596662c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

installation/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Unpack the zip into some folder, for example `HUMOS`
1919
unzip master.zip #this creates folder called HUMOS-master,
2020
mkdir HUMOS #let's move it to folder HUMOS for simplicity
2121
mv HUMOS-master/* HUMOS/
22-
rmdir HUMOS-master
22+
rm -rf HUMOS-master
2323
rm master.zip
2424
```
2525

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ HUMOS is a web application based on Dash framework. It helps to teach and learn
66
## Where I can learn more?
77
You can test it live at http://humos.bmb.sdu.dk
88

9-
Publication is in the process
9+
You can read the publication (check Supplementary Material for all technicalities) and cite it
10+
11+
J. A. Bubis, V. Gorshkov, A. M. Billing, F. Kjeldsen
12+
_HUMOS: How to Understand My Orbitrap Spectrum? - An interactive web-based tool to teach the basics of mass spectrometry-based proteomics_
13+
J. Proteome Res. **2020** DOI: [10.1021/acs.jproteome.0c00395](https://doi.org/10.1021/acs.jproteome.0c00395)
1014

1115
## Can I have my own HUMOS?
1216
Sure, you can, check the [Installation](../../tree/master/installation) folder for the instructions.

0 commit comments

Comments
 (0)