1- BEAMS - Birmingham mEtabolite Annotation for Mass SpectroMetry
2- ================================================================
1+ BEAMSpy - Birmingham mEtabolite Annotation for Mass Spectrometry (Python package)
2+ ==================================================================================
33|Version | |Py versions | |Git | |Bioconda | |Build Status (Travis) | |Build Status (AppVeyor) | |License | |RTD doc | |codecov | |mybinder |
44
5- BEAMS is a Python Package to annotate LC-MS and DIMS data.
5+ BEAMSpy (Birmingham mEtabolite Annotation for Mass Spectrometry) is a Python package that includes several automated and
6+ seamless computational modules that are applied to putatively annotate metabolites detected in untargeted ultra (high)
7+ performance liquid chromatography-mass spectrometry or untargeted direct infusion mass spectrometry metabolomic assays
8+ in an automated process. All reported metabolites are annotated to level 3 of the Metabolomics Standards
9+ Initiative (MSI) reporting standards (Metabolomics. 2007 Sep; 3(3): 211–221. `doi: 10.1007/s11306-007-0082-2 <https://doi.org/10.1007/s11306-007-0082-2 >`_).
610
11+ The package is highly flexible to suit the diversity of sample types studied and mass spectrometers applied in
12+ untargeted metabolomics studies. The user can use the standard reference files included in the package or can develop
13+ their own reference files.
14+
15+
16+ - :ref: `Quick installation <quick_installation >`
717- |documentation |
8- - |source |
918- |bug reports |
19+ - |License |
1020
11- Installation
12- ------------------------
21+
22+ .. _quick_installation :
23+
24+ Quick installation
25+ -------------------
1326
1427Conda _
1528~~~~~~~
1629
17301. Install |miniconda |. Follow the steps described |conda_install |.
18- 2. Run the following commands to install BEAMS .
31+ 2. Run the following commands to install BEAMSpy .
1932
2033Windows-64, Linux-64 and OSx
2134
2235::
2336
24- $ conda create -n beams beams -c conda-forge -c bioconda -c computational-metabolomics
25- $ activate beams
37+ $ conda create -n beamspy beamspy -c conda-forge -c bioconda -c computational-metabolomics
38+ $ activate beamspy
2639
2740Linux-64 and OSx
2841
2942::
3043
31- $ conda create -n beams beams -c conda-forge -c bioconda -c computational-metabolomics
32- $ source activate beams
44+ $ conda create -n beamspy beamspy -c conda-forge -c bioconda -c computational-metabolomics
45+ $ source activate beamspy
3346
3447
3548Usage
3649------------------------
3750
38- Command line
39- ~~~~~~~~~~~~~
51+ Command line interface (CLI)
52+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4053
4154::
4255
43- $ beams --help
56+ $ beamspy --help
4457
45- GUI
46- ~~~~~~~~~~~~~
58+ Graphical user interface ( GUI)
59+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4760
4861::
4962
50- $ beams start-gui
63+ $ beamspy start-gui
5164
52- Bugs
65+ Bug reports
5366------------------------
5467
55- Please report any bugs that you find `here <https://github.com/computational-metabolomics/beams /issues >`_.
56- Or fork the repository on `GitHub <https://github.com/computational-metabolomics/beams / >`_
68+ Please report any bugs that you find `here <https://github.com/computational-metabolomics/beamspy /issues >`_.
69+ Or fork the repository on `GitHub <https://github.com/computational-metabolomics/beamspy / >`_
5770and create a pull request (PR). We welcome all contributions, and we will help you to make the PR if you are new to `git <https://guides.github.com/activities/hello-world/ >`_.
5871
5972License
6073------------------------
6174
6275Released under the GNU General Public License v3.0 (see `LICENSE file <https://github.com/computational-metabolomics/beams/LICENSE >`_)
6376
64- .. |Build Status (Travis) | image :: https://img.shields.io/travis/computational-metabolomics/beams .svg?branch=dev&style=flat&maxAge=3600&label=Travis-CI
65- :target: https://travis-ci.com/computational-metabolomics/beams
77+ .. |Build Status (Travis) | image :: https://img.shields.io/travis/computational-metabolomics/beamspy .svg?branch=dev&style=flat&maxAge=3600&label=Travis-CI
78+ :target: https://travis-ci.com/computational-metabolomics/beamspy
6679
67- .. |Build Status (AppVeyor) | image :: https://img.shields.io/appveyor/ci/RJMW/beams .svg?style=flat&maxAge=3600&label=AppVeyor
68- :target: https://ci.appveyor.com/project/RJMW/beams
80+ .. |Build Status (AppVeyor) | image :: https://img.shields.io/appveyor/ci/RJMW/beamspy .svg?style=flat&maxAge=3600&label=AppVeyor
81+ :target: https://ci.appveyor.com/project/RJMW/beamspy
6982
70- .. |Py versions | image :: https://img.shields.io/pypi/pyversions/beams .svg?style=flat&maxAge=3600
71- :target: https://pypi.python.org/pypi/beams /
83+ .. |Py versions | image :: https://img.shields.io/pypi/pyversions/beamspy .svg?style=flat&maxAge=3600
84+ :target: https://pypi.python.org/pypi/beamspy /
7285
73- .. |Version | image :: https://img.shields.io/pypi/v/beams .svg?style=flat&maxAge=3600
74- :target: https://pypi.python.org/pypi/beams /
86+ .. |Version | image :: https://img.shields.io/pypi/v/beamspy .svg?style=flat&maxAge=3600
87+ :target: https://pypi.python.org/pypi/beamspy /
7588
7689.. |Git | image :: https://img.shields.io/badge/repository-GitHub-blue.svg?style=flat&maxAge=3600
77- :target: https://github.com/computational-metabolomics/beams
90+ :target: https://github.com/computational-metabolomics/beamspy
7891
7992.. |Bioconda | image :: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat&maxAge=3600
80- :target: http://bioconda.github.io/recipes/beams /README.html
93+ :target: http://bioconda.github.io/recipes/beamspy /README.html
8194
82- .. |License | image :: https://img.shields.io/pypi/l/beams .svg?style=flat&maxAge=3600
95+ .. |License | image :: https://img.shields.io/badge/License-GPL%20v3-blue .svg
8396 :target: https://www.gnu.org/licenses/gpl-3.0.html
8497
8598.. |RTD doc | image :: https://img.shields.io/badge/documentation-RTD-71B360.svg?style=flat&maxAge=3600
86- :target: http ://beams .readthedocs.io/en/latest/beams/index.html
99+ :target: https ://beamspy .readthedocs.io/en/latest/
87100
88- .. |codecov | image :: https://codecov.io/gh/computational-metabolomics/beams /branch/master/graph/badge.svg
89- :target: https://codecov.io/gh/computational-metabolomics/beams
101+ .. |codecov | image :: https://codecov.io/gh/computational-metabolomics/beamspy /branch/master/graph/badge.svg
102+ :target: https://codecov.io/gh/computational-metabolomics/beamspy
90103
91104.. |mybinder | image :: https://mybinder.org/badge_logo.svg
92- :target: https://mybinder.org/v2/gh/computational-metabolomics/beams /master?filepath=notebooks
105+ :target: https://mybinder.org/v2/gh/computational-metabolomics/beamspy /master?filepath=notebooks
93106
94107.. |documentation | raw :: html
95108
96- <a href="http://beams.readthedocs.io/en/latest/beams/index.html" target="_blank">Documentation</a>
97-
98- .. |source | raw :: html
99-
100- <a href="https://github.com/computational-metabolomics/beams/tree/dev/beams" target="_blank">Source</a>
109+ <a href="https://beamspy.readthedocs.io/en/latest/" target="_blank">Documentation</a>
101110
102111.. |bug reports | raw :: html
103112
104- <a href="https://github.com/computational-metabolomics/beams /issues" target="_blank">Bug reports</a>
113+ <a href="https://github.com/computational-metabolomics/beamspy /issues" target="_blank">Bug reports</a>
105114
106115.. |conda_install | raw :: html
107116
@@ -113,4 +122,3 @@ Released under the GNU General Public License v3.0 (see `LICENSE file <https://g
113122
114123.. _pip : https://pip.pypa.io/
115124.. _Conda : http://conda.pydata.org/docs/
116-
0 commit comments