Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PeptideShaker v1.16.36 & SearchGUI v3.3.10 #12620

Merged
merged 6 commits into from
Dec 13, 2018
Merged
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
4 changes: 2 additions & 2 deletions recipes/peptide-shaker/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "PeptideShaker" %}
{% set version = "1.16.35" %}
{% set version = "1.16.36" %}

# Do not forget to update the version string in the peptide-shaker.py file

Expand All @@ -23,7 +23,7 @@ build:

source:
url: http://genesis.ugent.be/maven2/eu/isas/peptideshaker/{{ name }}/{{ version }}/{{ name }}-{{ version }}.zip
sha256: 701159ade190af573d7894d9c81dae4f709482a84863f3a052e9bf3b9a8f5ce0
sha256: 0dcdb634059405c4a8a67be6f696e9c0c014c808eb6b5f35b8c9ef97636a1a1a

requirements:
host:
Expand Down
3 changes: 2 additions & 1 deletion recipes/peptide-shaker/peptide-shaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
from os import access
from os import getenv
from os import X_OK
jar_file = 'PeptideShaker-1.16.35.jar'

jar_file = 'PeptideShaker-1.16.36.jar'


default_jvm_mem_opts = ['-Xms512m', '-Xmx1g']
Expand Down
4 changes: 2 additions & 2 deletions recipes/searchgui/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "SearchGUI" %}
{% set version = "3.3.9" %}
{% set version = "3.3.10" %}
# Do not forget to update the version string in the searchgui.py file

about:
Expand All @@ -16,7 +16,7 @@ build:

source:
url: http://genesis.ugent.be/maven2/eu/isas/searchgui/{{ name }}/{{ version }}/{{ name }}-{{ version }}-mac_and_linux.tar.gz
sha256: 86295699c475abff84fd0c3b80627ca468578e581e8f85d2b8cca633593de53e
sha256: da610fa266a2d30cb3ebfd5794e87d0fe7e2105afcd5d88c6a6576ead6e7073a

requirements:
host:
Expand Down
3 changes: 2 additions & 1 deletion recipes/searchgui/searchgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
from os import access
from os import getenv
from os import X_OK
jar_file = 'SearchGUI-3.3.9.jar'

jar_file = 'SearchGUI-3.3.10.jar'

default_jvm_mem_opts = ['-Xms512m', '-Xmx1g']

Expand Down