Skip to content

Commit

Permalink
rebuild deeptools under conda-build 2
Browse files Browse the repository at this point in the history
See: #3904
  • Loading branch information
tomkinsc committed Feb 27, 2017
1 parent 84dca22 commit 7679a7a
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/deeptools/2.3.5/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
44 changes: 44 additions & 0 deletions recipes/deeptools/2.3.5/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set version = "2.3.5" %}

package:
name: deeptools
version: '{{ version }}'

source:
fn: deepTools-{{ version }}.tar.gz
url: https://pypi.python.org/packages/2e/21/a6836deaee7a48025182bf8588acb58716b7b216342479b6bf225f0b147b/deepTools-2.4.1.tar.gz
md5: 9ab5327fa198ed317fc20d2bea71196b

build:
number: 1

requirements:
build:
- python
- setuptools
- numpy >=1.9.0
- scipy >=0.17.0
- matplotlib >=1.4.0
- pysam >=0.8.2
- py2bit >=0.2.0
- gcc
run:
- python
- pybigwig >=0.2.3
- numpy >=1.9.0
- scipy >=0.17.0
- matplotlib >=1.4.0
- pysam >=0.8.2
- py2bit >=0.2.0

test:
imports:
- deeptools

commands:
- bamCompare --version

about:
home: https://github.com/fidelram/deepTools
license: GPL3
summary: A set of user-friendly tools for normalization and visualzation of deep-sequencing data
3 changes: 3 additions & 0 deletions recipes/deeptools/2.3.6/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
44 changes: 44 additions & 0 deletions recipes/deeptools/2.3.6/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set version = "2.3.6" %}

package:
name: deeptools
version: '{{ version }}'

source:
fn: deepTools-{{ version }}.tar.gz
url: https://pypi.python.org/packages/92/54/5de11d1c2c2e0b4dd4afb51f757b95550f0b97fb6566686f27d9e50b0260/deepTools-{{ version }}.tar.gz
md5: 910c61ae21776effd88a067fcdaeee55

build:
number: 1

requirements:
build:
- python
- setuptools
- numpy >=1.9.0
- scipy >=0.17.0
- matplotlib >=1.4.0
- pysam >=0.8.2
- py2bit >=0.2.0
- gcc
run:
- python
- pybigwig >=0.2.3
- numpy >=1.9.0
- scipy >=0.17.0
- matplotlib >=1.4.0
- pysam >=0.8.2
- py2bit >=0.2.0

test:
imports:
- deeptools

commands:
- bamCompare --version

about:
home: https://github.com/fidelram/deepTools
license: GPL3
summary: A set of user-friendly tools for normalization and visualzation of deep-sequencing data
3 changes: 3 additions & 0 deletions recipes/deeptools/2.4.1/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
44 changes: 44 additions & 0 deletions recipes/deeptools/2.4.1/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set version = "2.4.1" %}

package:
name: deeptools
version: '{{ version }}'

source:
fn: deepTools-{{ version }}.tar.gz
url: https://pypi.python.org/packages/92/54/5de11d1c2c2e0b4dd4afb51f757b95550f0b97fb6566686f27d9e50b0260/deepTools-{{ version }}.tar.gz
md5: 910c61ae21776effd88a067fcdaeee55

build:
number: 1

requirements:
build:
- python
- setuptools
- numpy >=1.9.0
- scipy >=0.17.0
- matplotlib >=1.4.0
- pysam >=0.8.2
- py2bit >=0.2.0
- gcc
run:
- python
- pybigwig >=0.2.3
- numpy >=1.9.0
- scipy >=0.17.0
- matplotlib >=1.4.0
- pysam >=0.8.2
- py2bit >=0.2.0

test:
imports:
- deeptools

commands:
- bamCompare --version

about:
home: https://github.com/fidelram/deepTools
license: GPL3
summary: A set of user-friendly tools for normalization and visualzation of deep-sequencing data

0 comments on commit 7679a7a

Please sign in to comment.