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

PacBio: Update pbcore to 1.5.1 #10173

Merged
merged 1 commit into from
Aug 1, 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
4 changes: 2 additions & 2 deletions recipes/pbcore/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash

$PYTHON setup.py install
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
36 changes: 20 additions & 16 deletions recipes/pbcore/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,43 @@
{% set name = "pbcore" %}
{% set version = "1.2.10" %}
{% set version = "1.5.1" %}
{% set sha256 = "716a428088cf4215ff6f4e5ca05b499031cdd203cb22c712f3fd11ff3b31c170" %}

package:
name: {{ name|lower }}
name: {{ name }}
version: {{ version }}

source:
url: https://pypi.python.org/packages/63/23/3c2dd8c5b957be17af9d00197fc157cd60952592c3b46e7b418029df9cca/pbcore-1.2.10.tar.gz
md5: e33bee180b9d91e90a3f0f022764742c
url: https://github.com/PacificBiosciences/{{ name }}/releases/download/{{ version }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}

about:
home: https://github.com/PacificBiosciences/pbcore
license: BSD
summary: A Python library for reading and writing PacBio data files

extra:
recipe-maintainers:
- pb-dseifert
- mhsieh

build:
skip: True # [not py27]
number: 2
number: 0

requirements:
host:
- python
- setuptools
- cython
- numpy >=1.7.1
- h5py >=2.0.1
- pysam >=0.9.0

- h5py >=2.7.0
- pysam >=0.13
run:
- python
- cython
- numpy >=1.7.1
- h5py >=2.0.1
- pysam >=0.9.0
- h5py >=2.7.0
- pysam >=0.13

test:
imports:
Expand All @@ -40,13 +50,7 @@ test:
- pbcore.io.dataset
- pbcore.model
- pbcore.util

requires:
- nose
- pyxb
- sphinx

about:
home: https://github.com/PacificBiosciences/pbcore
license: BSD-3-Clause
summary: 'A Python library for reading and writing PacBio data files'