|
| 1 | +BEAMS - Birmingham mEtabolite Annotation for Mass SpectroMetry |
| 2 | +================================================================ |
| 3 | +|Version| |Py versions| |Git| |Bioconda| |Build Status (Travis)| |Build Status (AppVeyor)| |License| |RTD doc| |codecov| |mybinder| |
| 4 | + |
| 5 | +BEAMS is a Python Package to annotate LC-MS and DIMS data. |
| 6 | + |
| 7 | +- |documentation| |
| 8 | +- |source| |
| 9 | +- |bug reports| |
| 10 | + |
| 11 | +Installation |
| 12 | +------------------------ |
| 13 | + |
| 14 | +Conda_ |
| 15 | +~~~~~~~ |
| 16 | + |
| 17 | +1. Install |miniconda|. Follow the steps described |conda_install|. |
| 18 | +2. Run the following commands to install BEAMS. |
| 19 | + |
| 20 | +Windows-64, Linux-64 and OSx |
| 21 | + |
| 22 | +:: |
| 23 | + |
| 24 | + $ conda create -n beams beams -c conda-forge -c bioconda -c computational-metabolomics |
| 25 | + $ activate beams |
| 26 | + |
| 27 | +Linux-64 and OSx |
| 28 | + |
| 29 | +:: |
| 30 | + |
| 31 | + $ conda create -n beams beams -c conda-forge -c bioconda -c computational-metabolomics |
| 32 | + $ source activate beams |
| 33 | + |
| 34 | + |
| 35 | +Usage |
| 36 | +------------------------ |
| 37 | + |
| 38 | +Command line |
| 39 | +~~~~~~~~~~~~~ |
| 40 | + |
| 41 | +:: |
| 42 | + |
| 43 | + $ beams --help |
| 44 | + |
| 45 | +GUI |
| 46 | +~~~~~~~~~~~~~ |
| 47 | + |
| 48 | +:: |
| 49 | + |
| 50 | + $ beams start-gui |
| 51 | + |
| 52 | +Bugs |
| 53 | +------------------------ |
| 54 | + |
| 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/>`_ |
| 57 | +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/>`_. |
| 58 | + |
| 59 | +License |
| 60 | +------------------------ |
| 61 | + |
| 62 | +Released under the GNU General Public License v3.0 (see `LICENSE file <https://github.com/computational-metabolomics/beams/LICENSE>`_) |
| 63 | + |
| 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 |
| 66 | + |
| 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 |
| 69 | + |
| 70 | +.. |Py versions| image:: https://img.shields.io/pypi/pyversions/beams.svg?style=flat&maxAge=3600 |
| 71 | + :target: https://pypi.python.org/pypi/beams/ |
| 72 | + |
| 73 | +.. |Version| image:: https://img.shields.io/pypi/v/beams.svg?style=flat&maxAge=3600 |
| 74 | + :target: https://pypi.python.org/pypi/beams/ |
| 75 | + |
| 76 | +.. |Git| image:: https://img.shields.io/badge/repository-GitHub-blue.svg?style=flat&maxAge=3600 |
| 77 | + :target: https://github.com/computational-metabolomics/beams |
| 78 | + |
| 79 | +.. |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 |
| 81 | + |
| 82 | +.. |License| image:: https://img.shields.io/pypi/l/beams.svg?style=flat&maxAge=3600 |
| 83 | + :target: https://www.gnu.org/licenses/gpl-3.0.html |
| 84 | + |
| 85 | +.. |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 |
| 87 | + |
| 88 | +.. |codecov| image:: https://codecov.io/gh/computational-metabolomics/beams/branch/master/graph/badge.svg |
| 89 | + :target: https://codecov.io/gh/computational-metabolomics/beams |
| 90 | + |
| 91 | +.. |mybinder| image:: https://mybinder.org/badge_logo.svg |
| 92 | + :target: https://mybinder.org/v2/gh/computational-metabolomics/beams/master?filepath=notebooks |
| 93 | + |
| 94 | +.. |documentation| raw:: html |
| 95 | + |
| 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> |
| 101 | + |
| 102 | +.. |bug reports| raw:: html |
| 103 | + |
| 104 | + <a href="https://github.com/computational-metabolomics/beams/issues" target="_blank">Bug reports</a> |
| 105 | + |
| 106 | +.. |conda_install| raw:: html |
| 107 | + |
| 108 | + <a href="https://conda.io/docs/user-guide/install" target="_blank">here</a> |
| 109 | + |
| 110 | +.. |miniconda| raw:: html |
| 111 | + |
| 112 | + <a href="http://conda.pydata.org/miniconda.html" target="_blank">Miniconda</a> |
| 113 | + |
| 114 | +.. _pip: https://pip.pypa.io/ |
| 115 | +.. _Conda: http://conda.pydata.org/docs/ |
| 116 | + |
0 commit comments