Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Jun 23, 2024
1 parent 63306b8 commit 61dc08f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 470 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PSI Spectral Library format - Python implementation

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/HUPO-PSI/mzspeclib-py/test.yml?style=for-the-badge)
![Read the Docs](https://img.shields.io/readthedocs/mzspeclib-py?style=for-the-badge)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/HUPO-PSI/mzspeclib-py/test.yml?style=for-the-badge)](https://github.com/HUPO-PSI/mzspeclib-py/actions/workflows/test.yml)
[![Read the Docs](https://img.shields.io/readthedocs/mzspeclib-py?style=for-the-badge)](https://mzspeclib-py.readthedocs.io/en/latest/)

This is a Python reference implementation of the [`mzSpecLib`](https://www.psidev.info/mzspeclib)
spectral library format. It provides readers and writers for the Text and JSON serialization
Expand All @@ -14,7 +14,7 @@ of `mzSpecLib`, as well as readers for the following spectral library formats fo
- DIA-NN
- Spectronaut

Once installed, it can be used programmatically by importing the `mzlib` Python library, or using
Once installed, it can be used programmatically by importing the `mzspeclib` Python library, or using
the `mzspeclib` command line tool to read, write, and manipulate spectral libraries.

## Development
Expand Down
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Python API
**********

.. automodule:: mzlib
.. automodule:: mzspeclib
:members:
:imported-members:
2 changes: 1 addition & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Command line interface
**********************

.. click:: mzlib.tools.cli:main
.. click:: mzspeclib.tools.cli:main
:prog: mzspeclib
:nested: full
Loading

0 comments on commit 61dc08f

Please sign in to comment.