-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a6d85e
commit bf70fb8
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |