Skip to content

Commit

Permalink
Merge pull request #2 from bigbio/dev
Browse files Browse the repository at this point in the history
Minor changes.
  • Loading branch information
ypriverol authored Dec 3, 2024
2 parents f74c269 + f328b7d commit c6dfc20
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
13 changes: 13 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
engines:
eslint:
enabled: true
pylint:
enabled: true

eslint:
config_file: .eslintrc.json

exclude_paths:
- 'tests/**'
exclude_paths:
- 'tests/**'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# quantms-rescoring

[![Build Status](https://travis-ci.com/compomics/quantms-rescoring.svg?branch=main)](https://travis-ci.com/compomics/quantms-rescoring)
[![codecov](https://codecov.io/gh/compomics/quantms-rescoring/branch/main/graph/badge.svg?token=3ZQZQ2ZQ2D)](https://codecov.io/gh/compomics/quantms-rescoring)
[![Python package](https://github.com/bigbio/quantms-rescoring/actions/workflows/python-package.yml/badge.svg)](https://github.com/bigbio/quantms-rescoring/actions/workflows/python-package.yml)
[![codecov](https://codecov.io/gh/bigbio/quantms-rescoring/branch/main/graph/badge.svg?token=3ZQZQ2ZQ2D)](https://codecov.io/gh/bigbio/quantms-rescoring)
[![PyPI version](https://badge.fury.io/py/quantms-rescoring.svg)](https://badge.fury.io/py/quantms-rescoring)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# environment.yml
name: quantmsutils
name: quantms-rescoring
channels:
- bioconda
- conda-forge
Expand All @@ -10,7 +10,6 @@ dependencies:
- pyopenms>=2.4.0
- pandas
- numpy
- pyarrow
- ms2rescore=3.0.3
- deepLC=2.2.38
- psm-utils=0.8.3
Expand Down
1 change: 0 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ requirements:
- pyopenms>=2.4.0
- pandas
- numpy
- pyarrow
- ms2rescore=3.0.3
- deepLC=2.2.38
- psm-utils=0.8.3
Expand Down

0 comments on commit c6dfc20

Please sign in to comment.