Skip to content

Commit

Permalink
pdate adVNTR to 1.2.0 (#12613)
Browse files Browse the repository at this point in the history
* add adVNTR

* fix linux error for adVNTR

* add numpy to adVNTR requirements

* add numpy include dirs for cythonize

* Update advntr to 1.1.0

* Update advntr to 1.1.0

* update advntr to 1.1.1

* update adVNTR to 1.2.0

* update sha256 for adVNTR-1.2.0

* fix build script for adVNTR-1.2.0

* fix adVNTR-1.2.0
  • Loading branch information
mehrdadbakhtiari authored Dec 13, 2018
1 parent 29d04ef commit 5a9c33d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions recipes/advntr/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
{% set version="1.1.1" %}
{% set version="1.2.0" %}

package:
name: advntr
version: {{ version }}

build:
number: 1
number: 0
script:
- ./build_advntr_filtering.sh
- python -m pip install --no-deps --ignore-installed .
entry_points:
- advntr=advntr.__main__:main

source:
url: https://github.com/mehrdadbakhtiari/adVNTR/archive/{{ version }}.tar.gz
sha256: bcfe2a900d7a58570d908490b9bff3c1e64fccc96e44f5dda0e36b235725d4b0
sha256: bb9cbb772687a548dfe5b586b152aeff29bc612062041d1a513ad1d660710b36

requirements:
build:
- make
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- python
- pip
Expand All @@ -44,6 +47,7 @@ requirements:
test:
commands:
- advntr genotype --help
- adVNTR-Filtering --help

about:
home: https://github.com/mehrdadbakhtiari/adVNTR
Expand Down

0 comments on commit 5a9c33d

Please sign in to comment.