-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #201 from compomics/v4.0.0
v4.0.0
- Loading branch information
Showing
110 changed files
with
7,769 additions
and
136,338 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 +1 @@ | ||
ms2pip/models/**/*.c filter=lfs diff=lfs merge=lfs -text | ||
ms2pip/_models_c/**/*.c filter=lfs diff=lfs merge=lfs -text |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
version: 2 | ||
|
||
build: | ||
os: "ubuntu-20.04" | ||
tools: | ||
python: "3.8" | ||
jobs: | ||
post_checkout: | ||
# Download and uncompress the binary | ||
# https://git-lfs.github.com/ | ||
- wget https://github.com/git-lfs/git-lfs/releases/download/v3.1.4/git-lfs-linux-amd64-v3.1.4.tar.gz | ||
- tar xvfz git-lfs-linux-amd64-v3.1.4.tar.gz | ||
# Modify LFS config paths to point where git-lfs binary was downloaded | ||
- git config filter.lfs.process "`pwd`/git-lfs filter-process" | ||
- git config filter.lfs.smudge "`pwd`/git-lfs smudge -- %f" | ||
- git config filter.lfs.clean "`pwd`/git-lfs clean -- %f" | ||
# Make LFS available in current repository | ||
- ./git-lfs install | ||
# Download content from remote | ||
- ./git-lfs fetch | ||
# Make local files to have the real content on them | ||
- ./git-lfs checkout | ||
post_install: | ||
- rm -r ms2pip | ||
|
||
python: | ||
install: | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- docs | ||
|
||
sphinx: | ||
builder: dirhtml |
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,40 +1,53 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite it as below." | ||
authors: | ||
- family-names: "Gabriels" | ||
given-names: "Ralf" | ||
orcid: "https://orcid.org/0000-0002-1679-1711" | ||
- family-names: "Velghe" | ||
given-names: "Kevin" | ||
orcid: "https://orcid.org/0000-0002-9968-6043" | ||
- family-names: "Martens" | ||
given-names: "Lennart" | ||
orcid: "https://orcid.org/0000-0003-4277-658X" | ||
- family-names: "Degroeve" | ||
given-names: "Sven" | ||
orcid: "https://orcid.org/0000-0001-8349-3370" | ||
title: "MS²PIP" | ||
url: "https://github.com/compomics/ms2pip_c" | ||
license: "Apache-2.0" | ||
preferred-citation: | ||
type: article | ||
authors: | ||
- family-names: "Gabriels" | ||
given-names: "Ralf" | ||
orcid: "https://orcid.org/0000-0002-1679-1711" | ||
- family-names: "Velghe" | ||
given-names: "Kevin" | ||
orcid: "https://orcid.org/0000-0002-9968-6043" | ||
- family-names: "Martens" | ||
given-names: "Lennart" | ||
orcid: "https://orcid.org/0000-0003-4277-658X" | ||
- family-names: "Degroeve" | ||
given-names: "Sven" | ||
orcid: "https://orcid.org/0000-0001-8349-3370" | ||
doi: "10.1093/nar/gkz299" | ||
title: "MS²PIP" | ||
url: "https://github.com/compomics/ms2pip" | ||
license: "Apache-2.0" | ||
preferred-citation: | ||
type: article | ||
doi: "10.1093/nar/gkad335" | ||
journal: "Nucleic Acids Research" | ||
month: 9 | ||
start: W295 | ||
end: W299 | ||
title: "Updated MS²PIP web server delivers fast and accurate MS2 peak intensity prediction for multiple fragmentation methods, instruments and labeling techniques" | ||
issue: 1 | ||
volume: 47 | ||
year: 2019 | ||
title: "Updated MS²PIP web server supports cutting-edge proteomics applications" | ||
year: 2023 | ||
abstract: "MS²PIP is a data-driven tool that accurately predicts peak intensities for a given peptide's fragmentation mass spectrum. Since the release of the MS²PIP web server in 2015, we have brought significant updates to both the tool and the web server. In addition to the original models for CID and HCD fragmentation, we have added specialized models for the TripleTOF 5600+ mass spectrometer, for TMT-labeled peptides, for iTRAQ-labeled peptides, and for iTRAQ-labeled phosphopeptides. Because the fragmentation pattern is heavily altered in each of these cases, these additional models greatly improve the prediction accuracy for their corresponding data types. We have also substantially reduced the computational resources required to run MS²PIP, and have completely rebuilt the web server, which now allows predictions of up to 100 000 peptide sequences in a single request. The MS²PIP web server is freely available at https://iomics.ugent.be/ms2pip/." | ||
authors: | ||
- family-names: "Declercq" | ||
given-names: "Arthur" | ||
orcid: "https://orcid.org/0000-0002-9376-1399" | ||
- family-names: "Bouwmeester" | ||
given-names: "Robbin" | ||
orcid: "https://orcid.org/0000-0001-6807-7029" | ||
- family-names: "Cristina" | ||
given-names: "Chiva" | ||
orcid: "https://orcid.org/0000-0001-8150-6203" | ||
- family-names: "Sabidó" | ||
given-names: "Eduard" | ||
orcid: "https://orcid.org/0000-0001-6506-7714" | ||
- family-names: "Hirschler" | ||
given-names: "Aurélie" | ||
orcid: "https://orcid.org/0000-0001-5066-6263" | ||
- family-names: "Carapito" | ||
given-names: "Christine" | ||
orcid: "https://orcid.org/0000-0002-0079-319X" | ||
- family-names: "Martens" | ||
given-names: "Lennart" | ||
orcid: "https://orcid.org/0000-0003-4277-658X" | ||
- family-names: "Degroeve" | ||
given-names: "Sven" | ||
orcid: "https://orcid.org/0000-0001-8349-3370" | ||
- family-names: "Gabriels" | ||
given-names: "Ralf" | ||
orcid: "https://orcid.org/0000-0002-1679-1711" |
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,3 +1,3 @@ | ||
include ms2pip/cython_modules/*.c | ||
include ms2pip/models/*/*.c | ||
include ms2pip/models/*.h | ||
include ms2pip/_cython_modules/*.c | ||
include ms2pip/_models_c/*/*.c | ||
include ms2pip/_models_c/*.h |
Oops, something went wrong.