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

pdate adVNTR to 1.2.0 #12613

Merged
merged 15 commits into from
Dec 13, 2018
Merged
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
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