Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 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.11" %}
{% set sha256 = "8893de0b068b3adc0c45b1139374a08ecbd8661e1fa087e5aec950d1091e2dec" %}
{% set version = "3.0.13" %}
{% set sha256 = "f98758fb602056b65c001ef284ade33daebaf6afd833ef4c18b9a69c83393530" %}

package:
name: peptide-shaker
Expand Down Expand Up @@ -35,8 +35,8 @@ about:
license_family: APACHE
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.
PeptideShaker is a search engine independent platform for interpretation of proteomics identification results from multiple search engines and de novo sequencing algorithms,
currently supporting X!Tandem, MS-GF+, Metamorpheus, MS Amanda, OMSSA, MyriMatch, Comet, Tide, Mascot, Andromeda, InstaNovo, InstaNovo+, InstaNovo with refinement 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"
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.11.jar'
jar_file = 'PeptideShaker-3.0.13.jar'


default_jvm_mem_opts = ['-Xms2g', '-Xmx4g']
Expand Down
Loading