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

add proper tests to intervene #25392

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 8 additions & 3 deletions recipes/intervene/meta.yaml
Expand Up @@ -8,7 +8,7 @@ source:

build:
noarch: python
number: 0
number: 1
rpaths:
- lib/R/lib/
- lib/
Expand All @@ -22,8 +22,8 @@ requirements:
- bedtools >=2.29.1
- pysam >=0.15
- pybedtools
- matplotlib-base
- pandas <1.0.0
- matplotlib-base <3.4
- pandas >=1.0.0
- numpy
- scipy
- seaborn
Expand All @@ -45,6 +45,11 @@ test:
- intervene.modules.venn
commands:
- intervene --help
- intervene pairwise --test
- intervene venn --test
- intervene upset --test
# workaround for bioconda testing can not remove (PermissionError) created test data
- rm -rf Intervene_results

about:
home: https://github.com/asntech/intervene
Expand Down