|
1 |
| -BEAMSpy - Birmingham mEtabolite Annotation for Mass Spectrometry (Python package) |
2 |
| -================================================================================== |
3 |
| -|Version| |Py versions| |Git| |Bioconda| |Build Status (Travis)| |Build Status (AppVeyor)| |License| |RTD doc| |codecov| |mybinder| |
4 |
| - |
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>`_). |
10 |
| - |
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 |
| -- `Documentation (Read the Docs) <https://beamspy.readthedocs.io/en/latest/>`_ |
17 |
| -- `Bug reports <https://github.com/computational-metabolomics/beamspy/issues>`_ |
18 |
| - |
19 |
| - |
20 |
| -.. _quick_installation: |
21 |
| - |
22 |
| -Quick installation |
23 |
| -------------------- |
24 |
| - |
25 |
| -Conda_ |
26 |
| -~~~~~~~ |
27 |
| - |
28 |
| -1. `Install Miniconda <https://conda.io/docs/user-guide/install>`_. |
29 |
| -2. Run the following commands to install BEAMSpy. |
30 |
| - |
31 |
| -Windows-64, Linux-64 and OSx |
32 |
| - |
33 |
| -:: |
34 |
| - |
35 |
| - $ conda create -n beamspy beamspy -c conda-forge -c bioconda -c computational-metabolomics |
36 |
| - $ activate beamspy |
37 |
| - |
38 |
| -Linux-64 and OSx |
39 |
| - |
40 |
| -:: |
41 |
| - |
42 |
| - $ conda create -n beamspy beamspy -c conda-forge -c bioconda -c computational-metabolomics |
43 |
| - $ source activate beamspy |
44 |
| - |
45 |
| - |
46 |
| -Usage |
47 |
| ------------------------- |
48 |
| - |
49 |
| -Command line interface (CLI) |
50 |
| -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
51 |
| - |
52 |
| -:: |
53 |
| - |
54 |
| - $ beamspy --help |
55 |
| - |
56 |
| -Graphical user interface (GUI) |
57 |
| -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
58 |
| - |
59 |
| -:: |
60 |
| - |
61 |
| - $ beamspy start-gui |
62 |
| - |
63 |
| -Bug reports |
64 |
| ------------------------- |
65 |
| - |
66 |
| -Please report any bugs that you find `here <https://github.com/computational-metabolomics/beamspy/issues>`_. |
67 |
| -Or fork the repository on `GitHub <https://github.com/computational-metabolomics/beamspy/>`_ |
68 |
| -and 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/>`_. |
69 |
| - |
70 |
| -License |
71 |
| ------------------------- |
72 |
| - |
73 |
| -Released under the GNU General Public License v3.0 (see `LICENSE file <https://github.com/computational-metabolomics/beamspy/LICENSE>`_) |
74 |
| - |
75 |
| -.. |Build Status (Travis)| image:: https://img.shields.io/travis/computational-metabolomics/beamspy.svg?branch=dev&style=flat&maxAge=3600&label=Travis-CI |
76 |
| - :target: https://travis-ci.com/computational-metabolomics/beamspy |
77 |
| - |
78 |
| -.. |Build Status (AppVeyor)| image:: https://img.shields.io/appveyor/ci/RJMW/beamspy.svg?style=flat&maxAge=3600&label=AppVeyor |
79 |
| - :target: https://ci.appveyor.com/project/RJMW/beamspy |
80 |
| - |
81 |
| -.. |Py versions| image:: https://img.shields.io/pypi/pyversions/beamspy.svg?style=flat&maxAge=3600 |
82 |
| - :target: https://pypi.python.org/pypi/beamspy/ |
83 |
| - |
84 |
| -.. |Version| image:: https://img.shields.io/pypi/v/beamspy.svg?style=flat&maxAge=3600 |
85 |
| - :target: https://pypi.python.org/pypi/beamspy/ |
86 |
| - |
87 |
| -.. |Git| image:: https://img.shields.io/badge/repository-GitHub-blue.svg?style=flat&maxAge=3600 |
88 |
| - :target: https://github.com/computational-metabolomics/beamspy |
89 |
| - |
90 |
| -.. |Bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat&maxAge=3600 |
91 |
| - :target: http://bioconda.github.io/recipes/beamspy/README.html |
92 |
| - |
93 |
| -.. |License| image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg |
94 |
| - :target: https://www.gnu.org/licenses/gpl-3.0.html |
95 |
| - |
96 |
| -.. |RTD doc| image:: https://img.shields.io/badge/documentation-RTD-71B360.svg?style=flat&maxAge=3600 |
97 |
| - :target: https://beamspy.readthedocs.io/en/latest/ |
98 |
| - |
99 |
| -.. |codecov| image:: https://codecov.io/gh/computational-metabolomics/beamspy/branch/master/graph/badge.svg |
100 |
| - :target: https://codecov.io/gh/computational-metabolomics/beamspy |
101 |
| - |
102 |
| -.. |mybinder| image:: https://mybinder.org/badge_logo.svg |
103 |
| - :target: https://mybinder.org/v2/gh/computational-metabolomics/beamspy/master?filepath=notebooks |
104 |
| - |
105 |
| -.. _pip: https://pip.pypa.io/ |
106 |
| -.. _Conda: http://conda.pydata.org/docs/ |
| 1 | +BEAMSpy - Birmingham mEtabolite Annotation for Mass Spectrometry (Python package) |
| 2 | +================================================================================== |
| 3 | +|Version| |Py versions| |Git| |Bioconda| |Build Status| |Build Status (AppVeyor)| |License| |RTD doc| |codecov| |mybinder| |
| 4 | + |
| 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 | +All reported metabolites are annotated to level 2 or 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>`_). |
| 10 | +The package is highly flexible to suit the diversity of sample types studied and mass spectrometers applied in |
| 11 | +untargeted metabolomics studies. The user can use the standard reference files included in the package or can develop |
| 12 | +their own reference files. |
| 13 | + |
| 14 | + |
| 15 | +- `Documentation (Read the Docs) <https://beamspy.readthedocs.io/en/latest/>`_ |
| 16 | +- `Bug reports <https://github.com/computational-metabolomics/beamspy/issues>`_ |
| 17 | + |
| 18 | + |
| 19 | +Quick installation |
| 20 | +------------------- |
| 21 | + |
| 22 | +Conda_ |
| 23 | +~~~~~~~ |
| 24 | + |
| 25 | +1. Install `Miniconda <https://docs.conda.io/en/latest/miniconda.html>`_. Follow the steps described `here <https://docs.conda.io/projects/conda/en/latest/user-guide/install>`__. |
| 26 | +2. Run the following commands to install BEAMSpy. |
| 27 | + |
| 28 | +Windows-64, Linux-64 and OSx |
| 29 | + |
| 30 | +:: |
| 31 | + |
| 32 | + $ conda create -n beamspy beamspy -c conda-forge -c bioconda -c computational-metabolomics |
| 33 | + $ activate beamspy |
| 34 | + |
| 35 | +Linux-64 and OSx |
| 36 | + |
| 37 | +:: |
| 38 | + |
| 39 | + $ conda create -n beamspy beamspy -c conda-forge -c bioconda -c computational-metabolomics |
| 40 | + $ source activate beamspy |
| 41 | + |
| 42 | + |
| 43 | +Usage |
| 44 | +------------------------ |
| 45 | + |
| 46 | +Command line interface (CLI) |
| 47 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 48 | + |
| 49 | +:: |
| 50 | + |
| 51 | + $ beamspy --help |
| 52 | + |
| 53 | +Graphical user interface (GUI) |
| 54 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 55 | + |
| 56 | +:: |
| 57 | + |
| 58 | + $ beamspy start-gui |
| 59 | + |
| 60 | + |
| 61 | +Bug reports |
| 62 | +------------------------ |
| 63 | + |
| 64 | +Please report any bugs that you find `here <https://github.com/computational-metabolomics/beamspy/issues>`__. |
| 65 | +Or fork the repository on `GitHub <https://github.com/computational-metabolomics/beamspy/>`_ |
| 66 | +and 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/>`_. |
| 67 | + |
| 68 | + |
| 69 | +Credits |
| 70 | +------- |
| 71 | + - `Team (University of Birmingham and EMBL-EBI) <https://more.bham.ac.uk/beams/team/>`__ |
| 72 | + |
| 73 | +**Code base** |
| 74 | + - Ralf J. M. Weber ( [email protected]) - ` University of Birmingham (UK) < https://www.birmingham.ac.uk/staff/profiles/biosciences/weber-ralf.aspx>`__ |
| 75 | + |
| 76 | + |
| 77 | +License |
| 78 | +------------------------ |
| 79 | + |
| 80 | +Released under the GNU General Public License v3.0 (see `LICENSE <https://github.com/computational-metabolomics/beamspy/blob/master/LICENSE>`_) |
| 81 | + |
| 82 | +.. |Build Status| image:: https://github.com/computational-metabolomics/beamspy/workflows/beamspy/badge.svg |
| 83 | + :target: https://github.com/computational-metabolomics/beamspy/actions |
| 84 | + |
| 85 | +.. |Build Status (AppVeyor)| image:: https://img.shields.io/appveyor/ci/RJMW/beamspy.svg?style=flat&maxAge=3600&label=AppVeyor |
| 86 | + :target: https://ci.appveyor.com/project/RJMW/beamspy |
| 87 | + |
| 88 | +.. |Py versions| image:: https://img.shields.io/pypi/pyversions/beamspy.svg?style=flat&maxAge=3600 |
| 89 | + :target: https://pypi.python.org/pypi/beamspy/ |
| 90 | + |
| 91 | +.. |Version| image:: https://img.shields.io/pypi/v/beamspy.svg?style=flat&maxAge=3600 |
| 92 | + :target: https://pypi.python.org/pypi/beamspy/ |
| 93 | + |
| 94 | +.. |Git| image:: https://img.shields.io/badge/repository-GitHub-blue.svg?style=flat&maxAge=3600 |
| 95 | + :target: https://github.com/computational-metabolomics/beamspy |
| 96 | + |
| 97 | +.. |Bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat&maxAge=3600 |
| 98 | + :target: http://bioconda.github.io/recipes/beamspy/README.html |
| 99 | + |
| 100 | +.. |License| image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg |
| 101 | + :target: https://www.gnu.org/licenses/gpl-3.0.html |
| 102 | + |
| 103 | +.. |RTD doc| image:: https://img.shields.io/badge/documentation-RTD-71B360.svg?style=flat&maxAge=3600 |
| 104 | + :target: https://beamspy.readthedocs.io/en/latest/ |
| 105 | + |
| 106 | +.. |codecov| image:: https://codecov.io/gh/computational-metabolomics/beamspy/branch/master/graph/badge.svg |
| 107 | + :target: https://codecov.io/gh/computational-metabolomics/beamspy |
| 108 | + |
| 109 | +.. |mybinder| image:: https://mybinder.org/badge_logo.svg |
| 110 | + :target: https://mybinder.org/v2/gh/computational-metabolomics/beamspy/master?filepath=notebooks |
| 111 | + |
| 112 | +.. _pip: https://pip.pypa.io/ |
| 113 | +.. _Conda: https://conda.io/en/latest/ |
0 commit comments