diff --git a/CHANGELOG b/CHANGELOG index 7117bba..7284049 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.7.1 +- Switch to modified peptide instead of peptide in fragpipe parsing functions +- Make peptide flanking characters consistent across search engines. Fixes bug with percolator input used with --peptide_protein_map + v0.7.0 - Less strict llvmlite dependency - Add functionality to requantify fragpipe combined_protein.tsv diff --git a/pyproject.toml b/pyproject.toml index 056b12a..9fd9947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "picked_group_fdr" -version = "0.7.0" +version = "0.7.1" description = "Scalable, accurate and sensitive protein group FDRs for large-scale mass spectrometry experiments" authors = ["Matthew The "] license= "Apache-2.0"