File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.1.1] - 2024-09-06
8+ ## [ 1.1.1] - 2024-10-01
99
1010### Fixed
1111
12+ - ` io ` : Fix Sage filename pattern for automatic file type inference
13+ - ` io.flashlfq ` : Fix writing PSMs without protein accession
1214- ` io.flashlfq ` : Fix column names ` Peptide Monoisotopic Mass ` and ` Protein Accession ` .
1315- ` io.idxml ` : Fix parsing if spectra file name not present [ #92 ] ( https://github.com/compomics/psm_utils/issues/92 )
1416
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ psm_utils.io
88
99
1010psm_utils.io.flashlfq
11- ##################
11+ #####################
1212
1313.. automodule :: psm_utils.io.flashlfq
1414 :members:
@@ -60,7 +60,7 @@ psm_utils.io.mzid
6060
6161
6262psm_utils.io.parquet
63- #################
63+ ####################
6464
6565.. automodule :: psm_utils.io.parquet
6666 :members:
You can’t perform that action at this time.
0 commit comments