File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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?
77You 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?
1216Sure, you can, check the [ Installation] ( ../../tree/master/installation ) folder for the instructions.
You can’t perform that action at this time.
0 commit comments