Skip to content

Commit

Permalink
release 0.1.25v
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhewabi committed Apr 25, 2024
1 parent f597a5e commit 546216a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ credentials.py

test.db
database.ini
config/database.ini
kubernetes.yml
Dockerfile
xi_mzidentml_converter.egg-info
Expand Down
18 changes: 18 additions & 0 deletions config/database.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[postgresql]
host=${DB_HOST}
database=${DB_DATABASE_NAME}
user=${DB_USER}
password=${DB_PASSWORD}
port=${DB_PORT}

[api]
apikey=${API_KEY}
api_key_value=${API_KEY_VALUE}
base_url=${BASE_URL}


[redis]
host=$REDIS_HOST
port=$REDIS_PORT
password=$REDIS_PASSWORD
peptide_per_protein=$PEPTIDE_PER_PROTEIN
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_version(rel_path):

setup(
name="xi-mzidentml-converter",
version="0.1.24",
version="0.1.25",
description="xi-mzidentml-converter uses pyteomics (https://pyteomics.readthedocs.io/en/latest/index.html) to parse mzIdentML files (v1.2.0) and extract crosslink information. Results are written to a relational database (PostgreSQL or SQLite) using sqlalchemy.",
long_description_content_type="text/markdown",
long_description=long_description,
Expand Down

0 comments on commit 546216a

Please sign in to comment.