Skip to content

Commit

Permalink
Add conda-recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
hongduosun committed Mar 29, 2018
1 parent 5a6d85e commit bf70fb8
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda-recipe/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install --single-version-externally-managed --record=record.txt
46 changes: 46 additions & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit bf70fb8

Please sign in to comment.