File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ All notable changes to this project will be documented in this file.
27
27
- added simple fasta_parser since I kept recreating it in other projects, works with several input types
28
28
- some more tests
29
29
- added condense_to_mass_mods to mass_calc.py which condenses modifications to a single +/- mass value
30
+ - Fixed Docs
31
+ - Linting
30
32
31
33
## [ 2.0.0]
32
34
### Added:
Original file line number Diff line number Diff line change 1
1
2
+
2
3
# Peptacular
3
4
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
+
4
8
** peptacular** is an extremely lightweight package with only one dependency: `` regex `` .
5
9
6
10
It contains functions for parsing and working with Proforma2.0 compliant peptide & protein sequences.
7
11
12
+ If you use ** peptacular** in your research, please cite: https://doi.org/10.5281/zenodo.15054278
13
+
8
14
## Documentation
9
15
https://peptacular.readthedocs.io/en/latest/
10
16
Original file line number Diff line number Diff line change 6
6
Welcome to peptacular's documentation!
7
7
======================================
8
8
9
- Peptacular is a Python library for peptide-related bioinformatics. It provides tools for :
9
+ If you use ** peptacular ** in your research, please cite :
10
10
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
16
13
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 ``.
18
15
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.
25
17
26
18
.. toctree ::
27
19
:maxdepth: 2
You can’t perform that action at this time.
0 commit comments