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

Bump spectra-cluster-cli #12598

Merged
merged 1 commit into from
Dec 12, 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
6 changes: 3 additions & 3 deletions recipes/spectra-cluster-cli/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not forget to update the version string in the peptide-shaker.py file
{% set version = "1.0.1" %}
{% set sha256 = "d83e5d47237f0c10cb68581941582e3e2fa630b079d68453a9b4b7397aeab49e" %}
{% set version = "1.1.2" %}
{% set sha256 = "978be823142a519fdfd79b9ea31a30385426f7935c3c94dc34aea94e85b5dd1e" %}

package:
name: spectra-cluster-cli
Expand All @@ -12,7 +12,7 @@ source:

build:
noarch: generic
number: 1
number: 0

requirements:
run:
Expand Down
2 changes: 1 addition & 1 deletion recipes/spectra-cluster-cli/spectra-cluster-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from os import access
from os import getenv
from os import X_OK
jar_file = 'spectra-cluster-cli-1.0.1.jar'
jar_file = 'spectra-cluster-cli-1.1.2.jar'

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

Expand Down