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: updated to version 1.16.30 & SearchGUI: updated to version 3.3.5 #11215

Merged
merged 2 commits into from
Oct 4, 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.29" %}
{% set version = "1.16.30" %}
# Do not forget to update the version string in the peptide-shaker.py file

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

source:
url: http://genesis.ugent.be/maven2/eu/isas/peptideshaker/{{ name }}/{{ version }}/{{ name }}-{{ version }}.zip
sha256: 777d0aa838f4d21d1ea8afd10d199249e1d26ebc66c3bb593671a5d647dd1008
sha256: eeb53a662be880d3f95c9e35fcf4d770adbecc6e0b4a2e2b2ba77aa8d836b780

requirements:
host:
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 @@ -13,7 +13,7 @@
from os import access
from os import getenv
from os import X_OK
jar_file = 'PeptideShaker-1.16.29.jar'
jar_file = 'PeptideShaker-1.16.30.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.3" %}
{% set version = "3.3.5" %}
# Do not forget to update the version string in the searchgui.py file

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

source:
url: http://genesis.ugent.be/maven2/eu/isas/searchgui/{{ name }}/{{ version }}/{{ name }}-{{ version }}-mac_and_linux.tar.gz
sha256: 4589cf8582b4a56f6cddc79ff3bf6601067899046178834141288e3a79897f5b
sha256: 331a109f63b1dc9a8f5b7b8c47fd59c04671b072e153bfd2e0a46b2fb4205443

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

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

Expand Down