Skip to content

Commit

Permalink
Update peptide-shaker to 3.0.11 (#51077)
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Oct 1, 2024
1 parent 59af57f commit c60ba24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions recipes/peptide-shaker/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion recipes/peptide-shaker/peptide-shaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit c60ba24

Please sign in to comment.