Skip to content

Commit

Permalink
preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe da Veiga Leprevost committed Jan 11, 2023
1 parent 39e3618 commit 97b5feb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
11 changes: 4 additions & 7 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
### Added


### Changed


### Fixed
### Fixed
- Fixed the protein coverage calculations with partially overlapping and subsumed peptides
- Fixed an issue where peptides would map to multiple locations in the protein after having I/L converted (Needs to be used with MSFragger v3.6.1 or higher)
- Fixed an issue with report tables having no isobaric labels being reported
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ BINARY = philosopher
VERSION = $(shell date +%Y%m%d)
BUILD = $(shell date +%Y%m%d%H%M)

TAG = v4.7.1
RC = RC-2
TAG = v4.8.0
RC = RC

LDFLAGS = -ldflags "-w -s -extldflags -static -X main.version=${TAG} -X main.build=${BUILD}"

Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
</p>

[![Release](https://img.shields.io/github/release/nesvilab/philosopher.svg?color=purple&style=for-the-badge)](https://github.com/Nesvilab/philosopher/releases/latest)
![Golang](https://img.shields.io/badge/Go-1.19.3-blue.svg?style=for-the-badge)
![Golang](https://img.shields.io/badge/Go-1.19.4-blue.svg?style=for-the-badge)
[![Go Report Card](https://goreportcard.com/badge/github.com/Nesvilab/philosopher?style=for-the-badge&color=red&logo=appveyor)](https://goreportcard.com/report/github.com/Nesvilab/philosopher)
![GitHub](https://img.shields.io/github/license/Nesvilab/philosopher?style=for-the-badge)
![](https://img.shields.io/github/downloads/Nesvilab/philosopher/total.svg?color=red&style=for-the-badge)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Nesvilab/philosopher/go.yml?style=for-the-badge)

#### Philosopher is fast, easy-to-use, scalable, and versatile data analysis software for mass spectrometry-based proteomics. Philosopher is dependency-free and can analyze both traditional database searches and open searches for post-translational modification (PTM) discovery.
#### Philosopher is a fast, easy-to-use, scalable, and versatile data analysis software for mass spectrometry-based proteomics. Philosopher is dependency-free and can analyze both traditional database searches and open searches for post-translational modification (PTM) discovery.

- Database downloading and formatting.

Expand All @@ -36,6 +36,7 @@

- Multi-level detailed reports for peptides, ions, and proteins.

- Support for REPRINT and MSstats.

## Download
Download the latest version [here](https://github.com/nesvilab/philosopher/releases/latest).
Expand All @@ -61,14 +62,11 @@ If you have any questions or remarks please use the [Discussion board](https://g
## How to cite
da Veiga Leprevost F, Haynes SE, Avtonomov DM, Chang HY, Shanmugam AK, Mellacheruvu D, Kong AT, Nesvizhskii AI. [Philosopher: a versatile toolkit for shotgun proteomics data analysis](https://doi.org/10.1038/s41592-020-0912-y). Nat Methods. 2020 Sep;17(9):869-870. doi: 10.1038/s41592-020-0912-y. PMID: 32669682; PMCID: PMC7509848.

## About the developers
[Felipe da Veiga Leprevost](http://prvst.github.io)
## About the authors, and contributors
[Felipe da Veiga Leprevost (main author)](http://prvst.github.io)

[Sarah Haynes](https://scholar.google.com/citations?user=HtRSUKkAAAAJ&hl=en)

[Guo Ci Teo](https://github.com/guoci)

[Alexey Nesvizhskii's research group](http://www.nesvilab.org/)

## License
GPL 3

0 comments on commit 97b5feb

Please sign in to comment.