From 639903864da0c7175b3472b9d4cde68d4bcaf709 Mon Sep 17 00:00:00 2001 From: mencian Date: Tue, 1 Oct 2024 10:25:59 -0500 Subject: [PATCH] Update peptide-shaker to 3.0.11 --- recipes/peptide-shaker/meta.yaml | 9 +++++---- recipes/peptide-shaker/peptide-shaker.py | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes/peptide-shaker/meta.yaml b/recipes/peptide-shaker/meta.yaml index 13a1eb134f708..66ede8a61bc99 100644 --- a/recipes/peptide-shaker/meta.yaml +++ b/recipes/peptide-shaker/meta.yaml @@ -1,7 +1,7 @@ # Do not forget to update the version string in the peptide-shaker.py file {% set name = "PeptideShaker" %} -{% set version = "3.0.8" %} -{% set sha256 = "d7bd1bc9d7f30961da6eb19f8370d2853f5b254857de953eeb34b735ff04aa99" %} +{% set version = "3.0.11" %} +{% set sha256 = "8893de0b068b3adc0c45b1139374a08ecbd8661e1fa087e5aec950d1091e2dec" %} package: name: peptide-shaker @@ -31,14 +31,15 @@ test: about: home: "https://compomics.github.io/projects/peptide-shaker.html" dev_url: "https://github.com/compomics/peptide-shaker" - license: Apache-2.0 + license: "Apache-2.0" license_family: APACHE - summary: Independent platform for interpretation of proteomics identification results + summary: "Independent platform for interpretation of proteomics identification results." description: PeptideShaker is a search engine independent platform for interpretation of proteomics identification results from multiple search engines, currently supporting X!Tandem, MS-GF+, Metamorpheus, MS Amanda, OMSSA, MyriMatch, Comet, Tide, Mascot, Andromeda and mzIdentML. By combining the results from multiple search engines, while re-calculating PTM localization scores and redoing the protein inference, PeptideShaker attempts to give you the best possible understanding of your proteomics data! + doc_url: "https://github.com/compomics/peptide-shaker/blob/master/README.md" extra: notes: diff --git a/recipes/peptide-shaker/peptide-shaker.py b/recipes/peptide-shaker/peptide-shaker.py index d41c0b5831e05..4860d508ad6e0 100755 --- a/recipes/peptide-shaker/peptide-shaker.py +++ b/recipes/peptide-shaker/peptide-shaker.py @@ -14,7 +14,7 @@ from os import getenv from os import X_OK -jar_file = 'PeptideShaker-3.0.8.jar' +jar_file = 'PeptideShaker-3.0.11.jar' default_jvm_mem_opts = ['-Xms2g', '-Xmx4g']