Skip to content

Commit

Permalink
add proper tests to intervene
Browse files Browse the repository at this point in the history
- remove/invert restriction on pandas which was fixed in 0.6.5 asntech/intervene#40 (comment)
- running the tool outputs deprection warnings for matplotlib >= 3.4 ..
so I added a version restriction
  • Loading branch information
bernt-matthias committed Nov 17, 2020
1 parent 9cc9dd4 commit 9fee409
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions recipes/intervene/meta.yaml
Original file line number Diff line number Diff line change
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,9 @@ test:
- intervene.modules.venn
commands:
- intervene --help
- intervene pairwise --test
- intervene venn --test
- intervene upset --test

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

0 comments on commit 9fee409

Please sign in to comment.