diff --git a/conda-recipe/build.sh b/conda-recipe/build.sh new file mode 100644 index 0000000..3786386 --- /dev/null +++ b/conda-recipe/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +$PYTHON setup.py install --single-version-externally-managed --record=record.txt diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml new file mode 100644 index 0000000..120b2d0 --- /dev/null +++ b/conda-recipe/meta.yaml @@ -0,0 +1,46 @@ +package: + name: mamotif + version: 1.0 + +source: + fn: MAmotif-1.0.tar.gz + url: https://pypi.python.org/packages/e2/05/3672ba721cbe8eddab2e846feca9b154ff656591b8f75108f6751741a6e2/MAmotif-1.0.tar.gz + md5: 634caf4a377af1da12bffb635b1243b6 + +build: + number: 0 + skip: True # [not py27] + +requirements: + build: + - python + - setuptools + - numpy + - pandas + - matplotlib + - statsmodels + - scipy + - manorm + - motifscan + run: + - python + - numpy + - pandas + - scipy + - matplotlib + - statsmodels + - manorm + - motifscan + +test: + imports: + - mamotif + - mamotif.lib + commands: + - mamotif --help > /dev/null + +about: + home: https://github.com/shao-lab/MAmotif + license: BSD License + license_family: BSD + summary: An integrative toolkit for searching cell type-specific co-factors associated with differential binding.