Skip to content

Commit e0f7ab2

Browse files
Zenodo DOI and badges
1 parent a6bd145 commit e0f7ab2

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ All notable changes to this project will be documented in this file.
2727
- added simple fasta_parser since I kept recreating it in other projects, works with several input types
2828
- some more tests
2929
- added condense_to_mass_mods to mass_calc.py which condenses modifications to a single +/- mass value
30+
- Fixed Docs
31+
- Linting
3032

3133
## [2.0.0]
3234
### Added:

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11

2+
23
# Peptacular
34

5+
[![DOI](https://zenodo.org/badge/591504879.svg)](https://doi.org/10.5281/zenodo.15054278)[![Python package](https://github.com/pgarrett-scripps/peptacular/actions/workflows/python-package.yml/badge.svg)](https://github.com/pgarrett-scripps/peptacular/actions/workflows/python-package.yml)[![Pylint](https://github.com/pgarrett-scripps/peptacular/actions/workflows/pylint.yml/badge.svg)](https://github.com/pgarrett-scripps/peptacular/actions/workflows/pylint.yml)
6+
7+
48
**peptacular** is an extremely lightweight package with only one dependency: ``regex``.
59

610
It contains functions for parsing and working with Proforma2.0 compliant peptide & protein sequences.
711

12+
If you use **peptacular** in your research, please cite: https://doi.org/10.5281/zenodo.15054278
13+
814
## Documentation
915
https://peptacular.readthedocs.io/en/latest/
1016

docs/source/index.rst

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,14 @@
66
Welcome to peptacular's documentation!
77
======================================
88

9-
Peptacular is a Python library for peptide-related bioinformatics. It provides tools for:
9+
If you use **peptacular** in your research, please cite:
1010

11-
* Peptide mass calculations
12-
* Enzymatic digestion
13-
* Spectral matching and scoring
14-
* Glycan and modification handling
15-
* Sequence manipulation and more
11+
.. image:: https://zenodo.org/badge/591504879.svg
12+
:target: https://doi.org/10.5281/zenodo.15054278
1613

17-
The library is designed to be easy to use, with all functions available directly from the main package:
14+
**peptacular** is an extremely lightweight package with only one dependency: ``regex``.
1815

19-
.. code-block:: python
20-
21-
import peptacular as pt
22-
23-
# Calculate the mass of a peptide
24-
mass = pt.mass("PEPTIDE")
16+
It contains functions for parsing and working with Proforma2.0 compliant peptide & protein sequences.
2517

2618
.. toctree::
2719
:maxdepth: 2

0 commit comments

Comments
 (0)