Skip to content

Commit

Permalink
Vardict update (bioconda#15721)
Browse files Browse the repository at this point in the history
* Update vardict and vardict-java to v1.6.

* Add me as maintainer for vardict-java and vardict

* Build vardict with noarch: generic.

* Fix unrelated linting errors and the LICENSE warning.
  • Loading branch information
roryk authored and kpalin committed Aug 7, 2019
1 parent de1a4c8 commit 4103e1c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion recipes/hyphy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: '{{ sha256 }}'

build:
number: 0
number: 1

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion recipes/msstitch/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source:

build:
noarch: python
number: 0
number: 1
entry_points:
- msspercolator=app.pycolator:main
- msslookup=app.mslookup:main
Expand Down
2 changes: 1 addition & 1 deletion recipes/peptide-shaker/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package:

build:
noarch: generic
number: 0
number: 1

source:
url: http://genesis.ugent.be/maven2/eu/isas/peptideshaker/{{ name }}/{{ version }}/{{ name }}-{{ version }}.zip
Expand Down
3 changes: 2 additions & 1 deletion recipes/perl-cgi/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
sha256: 12435fb7ebd3585c47b6d60ee4f5c7d6a7c114a2827d2b5acf3d62aa9fcf1208

build:
number: 0
number: 1

requirements:
build:
Expand Down Expand Up @@ -49,4 +49,5 @@ test:
about:
home: https://metacpan.org/pod/distribution/CGI/lib/CGI.pod
license: GPL
license_file: LICENSE
summary: A generic file fetching mechanism
11 changes: 7 additions & 4 deletions recipes/vardict-java/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "1.5.8" %}
{% set version = "1.6.0" %}

package:
name: vardict-java
version: {{ version }}

source:
url: https://github.com/AstraZeneca-NGS/VarDictJava/releases/download/v{{ version }}/VarDict-{{ version }}.zip
sha256: 36a177b06114ea939d24f7037b6e339b58e572763736a589232f0ced3731735b
url: https://github.com/AstraZeneca-NGS/VarDictJava/releases/download/v1.6/VarDict-{{ version }}.zip
sha256: 6bccc7acf5f5515d76daacfd5a29703be3b3dae1c533fd0fd0821cc7fbf26ea4

build:
number: 1
number: 0
noarch: generic

requirements:
Expand All @@ -27,3 +27,6 @@ about:
home: https://github.com/AstraZeneca-NGS/VarDictJava
license: MIT
summary: Java port of the VarDict variant discovery program
extra:
recipe-maintainers:
- roryk
12 changes: 8 additions & 4 deletions recipes/vardict/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "2018.10.18" %}
{% set revision = "780af2c" %}
{% set sha256 = "d2777b461c7566fed326a45d4d6df70367426e438787d8b194318ed7d48fcfcf" %}
{% set version = "2019.06.04" %}
{% set revision = "bd6f330" %}
{% set sha256 = "72b1e1039aeead651161bfa47863bfa884a4237dc80cc8e0c0d67499cc039d1d" %}

package:
name: vardict
Expand All @@ -12,7 +12,8 @@ source:
sha256: '{{sha256}}'

build:
number: 1
number: 0
noarch: generic

requirements:
host:
Expand All @@ -31,3 +32,6 @@ about:
license: MIT
license_family: MIT
summary: A sensitive variant caller for both single and paired sample variant calling
extra:
recipe-maintainers:
- roryk

0 comments on commit 4103e1c

Please sign in to comment.