Skip to content

Commit

Permalink
Merge pull request #110 from MannLabs/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
jalew188 authored Sep 8, 2023
2 parents 525529a + 6ed2b85 commit a024f05
Show file tree
Hide file tree
Showing 40 changed files with 17,776 additions and 116 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.3
current_version = 1.1.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion alphabase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


__project__ = "alphabase"
__version__ = "1.0.3"
__version__ = "1.1.0"
__license__ = "Apache"
__description__ = "An infrastructure Python package of the AlphaX ecosystem"
__author__ = "Mann Labs"
Expand Down
268 changes: 265 additions & 3 deletions alphabase/_modidx.py

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion alphabase/constants/const_files/psm_reader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ diann:
'sequence': 'Stripped.Sequence'
'charge': 'Precursor.Charge'
'rt': 'RT'
'rt_start': 'RT.Start'
'rt_stop': 'RT.Stop'
'ccs': 'CCS'
'mobility': ['IM','IonMobility']
'proteins': 'Protein.Names'
Expand All @@ -147,7 +149,7 @@ spectronaut_report:
fixed_C57: False
column_mapping:
'raw_name': 'R.FileName'
'rt': 'EG.ApexRT'
'rt': ['EG.ApexRT','EG.MeanApexRT']
'proteins': ['PG.ProteinNames','PG.ProteinGroups']
'genes': 'PG.Genes'
'uniprot_ids': 'PG.UniProtIds'
Expand Down
Loading

0 comments on commit a024f05

Please sign in to comment.