Skip to content

Commit 450518a

Browse files
authored
Merge pull request #175 from MannLabs/development
FIX use lumos model for Astral
2 parents 2ecc4ce + 00e2836 commit 450518a

File tree

12 files changed

+16
-14
lines changed

12 files changed

+16
-14
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.2.1
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}
88
{major}.{minor}.{patch}
99

.pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ repos:
1212
# hooks:
1313
# - id: ruff-format
1414
# - id: ruff
15+
16+
exclude: .bumpversion.cfg

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
copyright = '2022, Mann Labs, MPIB'
2424
author = 'Mann Labs, MPIB'
2525

26-
release = "1.2.0"
26+
release = "1.2.1"
2727

2828
# -- General configuration ---------------------------------------------------
2929

peptdeep/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# pass
1212

1313
__project__ = "peptdeep"
14-
__version__ = "1.2.0"
14+
__version__ = "1.2.1"
1515
__license__ = "Apache 2.0"
1616
__description__ = "The AlphaX deep learning framework for Proteomics"
1717
__author__ = "Mann Labs"

peptdeep/constants/default_settings.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ model_mgr:
8181
use_predicted_charge_in_speclib: True # if True, it ignores min/max_precursor_charge in `library`
8282
instrument_group:
8383
ThermoTOF: ThermoTOF
84-
Astral: ThermoTOF
84+
Astral: Lumos
8585
Lumos: Lumos
8686
QE: QE
8787
timsTOF: timsTOF

release/one_click_linux_gui/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: peptdeep
2-
Version: 1.2.0
2+
Version: 1.2.1
33
Architecture: all
44
Maintainer: Mann Labs <[email protected]>
55
Description: peptdeep

release/one_click_linux_gui/create_installer_linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python setup.py sdist bdist_wheel
1717
# Setting up the local package
1818
cd release/one_click_linux_gui
1919
# Make sure you include the required extra packages and always use the stable or very-stable options!
20-
pip install "../../dist/peptdeep-1.2.0-py3-none-any.whl[stable]"
20+
pip install "../../dist/peptdeep-1.2.1-py3-none-any.whl[stable]"
2121

2222
if [ "$1" == "CPU" ]; then
2323
pip install torch -U --extra-index-url https://download.pytorch.org/whl/cpu

release/one_click_macos_gui/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<key>CFBundleIconFile</key>
1010
<string>alpha_logo.icns</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>peptdeep.1.2.0</string>
12+
<string>peptdeep.1.2.1</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>1.2.0</string>
14+
<string>1.2.1</string>
1515
<key>CFBundleInfoDictionaryVersion</key>
1616
<string>6.0</string>
1717
<key>CFBundleName</key>

release/one_click_macos_gui/create_installer_macos.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python setup.py sdist bdist_wheel
2020

2121
# Setting up the local package
2222
cd release/one_click_macos_gui
23-
pip install "../../dist/peptdeep-1.2.0-py3-none-any.whl[stable]"
23+
pip install "../../dist/peptdeep-1.2.1-py3-none-any.whl[stable]"
2424

2525
# Creating the stand-alone pyinstaller folder
2626
pip install pyinstaller
@@ -40,5 +40,5 @@ cp ../../LICENSE.txt Resources/LICENSE.txt
4040
cp ../logos/alpha_logo.png Resources/alpha_logo.png
4141
chmod 777 scripts/*
4242

43-
pkgbuild --root dist/peptdeep --identifier de.mpg.biochem.peptdeep.app --version 1.2.0 --install-location /Applications/peptdeep.app --scripts scripts peptdeep.pkg
43+
pkgbuild --root dist/peptdeep --identifier de.mpg.biochem.peptdeep.app --version 1.2.1 --install-location /Applications/peptdeep.app --scripts scripts peptdeep.pkg
4444
productbuild --distribution distribution.xml --resources Resources --package-path peptdeep.pkg dist/peptdeep_gui_installer_macos.pkg

release/one_click_macos_gui/distribution.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
22
<installer-script minSpecVersion="1.000000">
3-
<title>peptdeep 1.2.0</title>
3+
<title>peptdeep 1.2.1</title>
44
<background mime-type="image/png" file="alpha_logo.png" scaling="proportional"/>
55
<welcome file="welcome.html" mime-type="text/html" />
66
<conclusion file="conclusion.html" mime-type="text/html" />

release/one_click_windows_gui/create_installer_windows.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python setup.py sdist bdist_wheel
1717
# Setting up the local package
1818
cd release/one_click_windows_gui
1919
# Make sure you include the required extra packages and always use the stable or very-stable options!
20-
pip install "../../dist/peptdeep-1.2.0-py3-none-any.whl[stable]"
20+
pip install "../../dist/peptdeep-1.2.1-py3-none-any.whl[stable]"
2121

2222
# Creating the stand-alone pyinstaller folder
2323
pip install pyinstaller

release/one_click_windows_gui/peptdeep_innoinstaller.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "peptdeep"
5-
#define MyAppVersion "1.2.0"
5+
#define MyAppVersion "1.2.1"
66
#define MyAppPublisher "Max Planck Institute of Biochemistry and the University of Copenhagen, Mann Labs"
77
#define MyAppURL "https://github.com/MannLabs/peptdeep"
88
#define MyAppExeName "peptdeep_gui.exe"

0 commit comments

Comments
 (0)