-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🐛 fix "-" as psm-fdr setting - allow to have a string value for ProlineStudio as fdr * 📝 improve description of uploading a submission * 📝 update changelog reference * ✨ parse minimum and maximum charge -⚠️ only works for positive charges as implemented now. * 🎨 fix changelog website
- Loading branch information
Henry Webel
authored
Jul 12, 2024
1 parent
d6a0baf
commit f8597c5
Showing
9 changed files
with
82 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Changelog | ||
# Changelog - pre 0.2.10 | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
Changelog | ||
========= | ||
|
||
The recent changelog can be viewed on the Releases page on GitHub: | ||
|
||
`Github Releases <https://github.com/Proteobench/ProteoBench/releases>`_ | ||
|
||
The old changelog is also available in the CHANGELOG.md file in the root of the repository | ||
and displayed below. | ||
|
||
Changelog - pre 0.2.10 | ||
---------------------- | ||
|
||
.. include:: ../CHANGELOG.md | ||
:parser: myst_parser.sphinx_ | ||
:start-line: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
,0 | ||
software_name,Proline | ||
software_version, | ||
search_engine,Mascot | ||
search_engine_version,2.8.3 | ||
ident_fdr_psm,- | ||
ident_fdr_peptide, | ||
ident_fdr_protein, | ||
enable_match_between_runs,True | ||
precursor_mass_tolerance,10.0 ppm | ||
fragment_mass_tolerance,0.02 Da | ||
enzyme,Trypsin/P | ||
allowed_miscleavages,2 | ||
min_peptide_length,7 | ||
max_peptide_length, | ||
fixed_mods,Carbamidomethyl (C) | ||
variable_mods,Acetyl (Protein N-term); Oxidation (M) | ||
max_mods, | ||
min_precursor_charge,2 | ||
max_precursor_charge,3 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters