Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 6a1856d

Browse files
authored
Rename project to metaboblend (computational-metabolomics#11)
1 parent 4f2a76b commit 6a1856d

32 files changed

+191
-191
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ install:
1818
- pip install .
1919

2020
script:
21-
- metaboverse --help
22-
- pytest --cov=metaboverse tests/
21+
- metaboblend --help
22+
- pytest --cov=metaboblend tests/
2323

2424
after_script:
2525
- codecov

README.rst

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
MetaboVerse
1+
MetaboBlend
22
===========
33
|Version| |Py versions| |Git| |Bioconda| |Build Status (Travis)| |Build Status (AppVeyor)| |License| |RTD doc| |codecov| |binder|
44

55
Python package for *de novo* structural elucidation of small molecules in mass spectrometry-based Metabolomics
66

7-
- **Documentation:** https://metaboverse.readthedocs.io/en/latest
8-
- **Source:** https://github.com/computational-metabolomics/metaboverse
9-
- **Bug reports:** https://github.com/computational-metabolomics/metaboverse/issues
7+
- **Documentation:** https://metaboblend.readthedocs.io/en/latest
8+
- **Source:** https://github.com/computational-metabolomics/metaboblend
9+
- **Bug reports:** https://github.com/computational-metabolomics/metaboblend/issues
1010

1111
Installation
1212
------------
13-
See the `Installation page <https://metaboverse.readthedocs.io/en/latest/introduction.html#installation>`__ of
14-
the `online documentation <https://computational-metabolomics.github.io/metaboverse/>`__.
13+
See the `Installation page <https://metaboblend.readthedocs.io/en/latest/introduction.html#installation>`__ of
14+
the `online documentation <https://computational-metabolomics.github.io/metaboblend/>`__.
1515

1616

1717
Command line
1818
------------
1919
::
2020

21-
$ metaboverse --help
21+
$ metaboblend --help
2222

2323

2424
Bugs
2525
----
26-
Please report any bugs that you find `here <https://github.com/computational-metabolomics/metaboverse/issues>`_.
27-
Or fork the repository on `GitHub <https://github.com/computational-metabolomics/metaboverse/>`_
26+
Please report any bugs that you find `here <https://github.com/computational-metabolomics/metaboblend/issues>`_.
27+
Or fork the repository on `GitHub <https://github.com/computational-metabolomics/metaboblend/>`_
2828
and create a pull request (PR). We welcome all contributions, and we
2929
will help you to make the PR if you are new to `git`.
3030

@@ -37,36 +37,36 @@ Developers & Contributors
3737

3838
Licenses
3939
--------
40-
MetaboVerse is licensed under the GNU General Public License v3.0 (see `LICENSE file <https://github.com/computational-metabolomics/metaboverse/blob/master/LICENSE>`_ for licensing information). Copyright © 2019 - 2020 Ralf Weber
40+
MetaboBlend is licensed under the GNU General Public License v3.0 (see `LICENSE file <https://github.com/computational-metabolomics/metaboblend/blob/master/LICENSE>`_ for licensing information). Copyright © 2019 - 2020 Ralf Weber
4141

4242

43-
.. |Build Status (Travis)| image:: https://img.shields.io/travis/computational-metabolomics/metaboverse.svg?style=flat&maxAge=3600&label=Travis-CI
44-
:target: https://travis-ci.com/computational-metabolomics/metaboverse
43+
.. |Build Status (Travis)| image:: https://img.shields.io/travis/computational-metabolomics/metaboblend.svg?style=flat&maxAge=3600&label=Travis-CI
44+
:target: https://travis-ci.com/computational-metabolomics/metaboblend
4545

46-
.. |Build Status (AppVeyor)| image:: https://img.shields.io/appveyor/ci/RJMW/metaboverse.svg?style=flat&maxAge=3600&label=AppVeyor
47-
:target: https://ci.appveyor.com/project/RJMW/metaboverse/branch/master
46+
.. |Build Status (AppVeyor)| image:: https://img.shields.io/appveyor/ci/RJMW/metaboblend.svg?style=flat&maxAge=3600&label=AppVeyor
47+
:target: https://ci.appveyor.com/project/RJMW/metaboblend/branch/master
4848

49-
.. |Py versions| image:: https://img.shields.io/pypi/pyversions/metaboverse.svg?style=flat&maxAge=3600
50-
:target: https://pypi.python.org/pypi/metaboverse/
49+
.. |Py versions| image:: https://img.shields.io/pypi/pyversions/metaboblend.svg?style=flat&maxAge=3600
50+
:target: https://pypi.python.org/pypi/metaboblend/
5151

52-
.. |Version| image:: https://img.shields.io/pypi/v/metaboverse.svg?style=flat&maxAge=3600
53-
:target: https://pypi.python.org/pypi/metaboverse/
52+
.. |Version| image:: https://img.shields.io/pypi/v/metaboblend.svg?style=flat&maxAge=3600
53+
:target: https://pypi.python.org/pypi/metaboblend/
5454

5555
.. |Git| image:: https://img.shields.io/badge/repository-GitHub-blue.svg?style=flat&maxAge=3600
56-
:target: https://github.com/computational-metabolomics/metaboverse
56+
:target: https://github.com/computational-metabolomics/metaboblend
5757

5858
.. |Bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat&maxAge=3600
59-
:target: http://bioconda.github.io/recipes/metaboverse/README.html
59+
:target: http://bioconda.github.io/recipes/metaboblend/README.html
6060

61-
.. |License| image:: https://img.shields.io/pypi/l/metaboverse.svg?style=flat&maxAge=3600
61+
.. |License| image:: https://img.shields.io/pypi/l/metaboblend.svg?style=flat&maxAge=3600
6262
:target: https://www.gnu.org/licenses/gpl-3.0.html
6363

6464
.. |RTD doc| image:: https://img.shields.io/badge/documentation-RTD-71B360.svg?style=flat&maxAge=3600
65-
:target: https://metaboverse.readthedocs.io/en/latest/
65+
:target: https://metaboblend.readthedocs.io/en/latest/
6666

67-
.. |codecov| image:: https://codecov.io/gh/computational-metabolomics/metaboverse/branch/master/graph/badge.svg
68-
:target: https://codecov.io/gh/computational-metabolomics/metaboverse
67+
.. |codecov| image:: https://codecov.io/gh/computational-metabolomics/metaboblend/branch/master/graph/badge.svg
68+
:target: https://codecov.io/gh/computational-metabolomics/metaboblend
6969

7070
.. |binder| image:: https://mybinder.org/badge_logo.svg
71-
:target: https://mybinder.org/v2/gh/computational-metabolomics/metaboverse/master?filepath=notebooks%2Fworkflow.ipynb
71+
:target: https://mybinder.org/v2/gh/computational-metabolomics/metaboblend/master?filepath=notebooks%2Fworkflow.ipynb
7272

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ install:
1919
- pip install .
2020

2121
test_script:
22-
- metaboverse --help
22+
- metaboblend --help
2323
- pytest

databases/README.md

Whitespace-only changes.

databases/pkls/README.md

Whitespace-only changes.

docs/source/bugs_and_issues.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Bugs and Issues
22
===============
33
TODO: change package name
4-
Please report any bugs that you find `here <https://github.com/computational-metabolomics/metaboverse/issues>`_.
5-
Or fork the repository on `GitHub <https://github.com/computational-metabolomics/metaboverse/>`_
4+
Please report any bugs that you find `here <https://github.com/computational-metabolomics/metaboblend/issues>`_.
5+
Or fork the repository on `GitHub <https://github.com/computational-metabolomics/metaboblend/>`_
66
and create a pull request (PR). We welcome all contributions, and we will help you to make
77
the PR if you are new to `git`.

docs/source/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Changelog
22
=========
33
TODO: change package name
4-
Noteable changes made to the project will be recorded here. See `the commit history on github <https://github.com/computational-metabolomics/metaboverse>`_ for further details.
4+
Noteable changes made to the project will be recorded here. See `the commit history on github <https://github.com/computational-metabolomics/metaboblend>`_ for further details.
55

6-
**Metaboverse v0.1.0**
6+
**MetaboBlend v0.1.0**

docs/source/citation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Citation
22
========
33
TODO: change package name
4-
To cite *Metaboverse* please use the following publication.
4+
To cite *MetaboBlend* please use the following publication.
55

66
Manuscript in preparation

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
sys.path.insert(0, os.path.abspath('..'))
1717
sys.path.insert(0, os.path.abspath('../..'))
18-
sys.path.insert(0, os.path.abspath('../../metaboverse'))
18+
sys.path.insert(0, os.path.abspath('../../metaboblend'))
1919

2020
# -- Project information -----------------------------------------------------
2121

22-
project = 'Metaboverse'
22+
project = 'MetaboBlend'
2323
copyright = '2020, Ralf Weber'
2424
author = 'Jack Gisby, Ralf Weber'
2525

docs/source/index.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to Metaboverse's documentation!
1+
Welcome to MetaboBlend's documentation!
22
=======================================
33
TODO: change package name
44
|Version| |Py versions| |Git| |Bioconda| |Build Status (Travis)| |Build Status (AppVeyor)| |License| |RTD doc| |codecov| |binder|
@@ -17,41 +17,41 @@ Python package for *de novo* structural elucidation of small molecules in mass s
1717

1818
.. toctree::
1919
:maxdepth: 2
20-
:caption: Metaboverse:
20+
:caption: MetaboBlend:
2121

22-
metaboverse.auxiliary
23-
metaboverse.build_structures
24-
metaboverse.databases
22+
metaboblend.auxiliary
23+
metaboblend.build_structures
24+
metaboblend.databases
2525

26-
.. |Build Status (Travis)| image:: https://img.shields.io/travis/computational-metabolomics/metaboverse.svg?style=flat&maxAge=3600&label=Travis-CI
27-
:target: https://travis-ci.com/computational-metabolomics/metaboverse
26+
.. |Build Status (Travis)| image:: https://img.shields.io/travis/computational-metabolomics/metaboblend.svg?style=flat&maxAge=3600&label=Travis-CI
27+
:target: https://travis-ci.com/computational-metabolomics/metaboblend
2828

29-
.. |Build Status (AppVeyor)| image:: https://img.shields.io/appveyor/ci/RJMW/metaboverse.svg?style=flat&maxAge=3600&label=AppVeyor
30-
:target: https://ci.appveyor.com/project/RJMW/metaboverse/branch/master
29+
.. |Build Status (AppVeyor)| image:: https://img.shields.io/appveyor/ci/RJMW/metaboblend.svg?style=flat&maxAge=3600&label=AppVeyor
30+
:target: https://ci.appveyor.com/project/RJMW/metaboblend/branch/master
3131

32-
.. |Py versions| image:: https://img.shields.io/pypi/pyversions/metaboverse.svg?style=flat&maxAge=3600
33-
:target: https://pypi.python.org/pypi/metaboverse/
32+
.. |Py versions| image:: https://img.shields.io/pypi/pyversions/metaboblend.svg?style=flat&maxAge=3600
33+
:target: https://pypi.python.org/pypi/metaboblend/
3434

35-
.. |Version| image:: https://img.shields.io/pypi/v/metaboverse.svg?style=flat&maxAge=3600
36-
:target: https://pypi.python.org/pypi/metaboverse/
35+
.. |Version| image:: https://img.shields.io/pypi/v/metaboblend.svg?style=flat&maxAge=3600
36+
:target: https://pypi.python.org/pypi/metaboblend/
3737

3838
.. |Git| image:: https://img.shields.io/badge/repository-GitHub-blue.svg?style=flat&maxAge=3600
39-
:target: https://github.com/computational-metabolomics/metaboverse
39+
:target: https://github.com/computational-metabolomics/metaboblend
4040

4141
.. |Bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat&maxAge=3600
42-
:target: http://bioconda.github.io/recipes/metaboverse/README.html
42+
:target: http://bioconda.github.io/recipes/metaboblend/README.html
4343

44-
.. |License| image:: https://img.shields.io/pypi/l/metaboverse.svg?style=flat&maxAge=3600
44+
.. |License| image:: https://img.shields.io/pypi/l/metaboblend.svg?style=flat&maxAge=3600
4545
:target: https://www.gnu.org/licenses/gpl-3.0.html
4646

4747
.. |RTD doc| image:: https://img.shields.io/badge/documentation-RTD-71B360.svg?style=flat&maxAge=3600
48-
:target: https://metaboverse.readthedocs.io/en/latest/
48+
:target: https://metaboblend.readthedocs.io/en/latest/
4949

50-
.. |codecov| image:: https://codecov.io/gh/computational-metabolomics/metaboverse/branch/master/graph/badge.svg
51-
:target: https://codecov.io/gh/computational-metabolomics/metaboverse
50+
.. |codecov| image:: https://codecov.io/gh/computational-metabolomics/metaboblend/branch/master/graph/badge.svg
51+
:target: https://codecov.io/gh/computational-metabolomics/metaboblend
5252

5353
.. |binder| image:: https://mybinder.org/badge_logo.svg
54-
:target: https://mybinder.org/v2/gh/computational-metabolomics/metaboverse/master?filepath=notebooks%2Fworkflow.ipynb
54+
:target: https://mybinder.org/v2/gh/computational-metabolomics/metaboblend/master?filepath=notebooks%2Fworkflow.ipynb
5555

5656
Indices and tables
5757
------------------

0 commit comments

Comments
 (0)