Skip to content

Commit

Permalink
Bump spectra-cluster-cli (#12598)
Browse files Browse the repository at this point in the history
  • Loading branch information
druvus authored Dec 12, 2018
1 parent b8d4c2c commit 025ec5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 025ec5c

Please sign in to comment.