Skip to content

Commit

Permalink
Add recipe for biodigest (bioconda#45751)
Browse files Browse the repository at this point in the history
* added recipe for biodigest

* added missing properties

* corrected name

* add graphtools

* graphtool import

* add install

* correct name

* different install

* different import

* addressed changes from review

* unnecessary info deleted

* clean up recipe

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
lspindler2509 and mencian authored Feb 16, 2024
1 parent 0020048 commit 178ed9f
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions recipes/biodigest/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{% set name = "biodigest" %}
{% set version = "0.2.16" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 7618cedf40fedd6dd60aa2fbf8635fb4af0a2c0ae16c01ef9741d30729b6e8bc

build:
number: 0
script: "{{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation"
noarch: python
run_exports:
- {{ pin_subpackage('biodigest', max_pin="x.x") }}

requirements:
host:
- pip
- python >=3.7
run:
- biothings_client ==0.2.6
- gseapy ==0.10.5
- graph-tool
- numpy ==1.24.3
- pandas ==1.5.2
- psutil ==5.9.0
- pycairo >=1.21.0
- python >=3.7
- requests ==2.28.2
- scipy ==1.8.0
- seaborn ==0.12.2


test:
imports:
- biodigest
- biodigest.evaluation
- biodigest.evaluation.d_utils
- biodigest.evaluation.mappers

about:
home: "http://pypi.python.org/pypi/biodigest/"
license: GPL-3.0-or-later
license_family: GPL3
license_file: LICENSE
summary: "In silico Validation of Disease and Gene Sets, Clusterings or Subnetworks (DIGEST)"

0 comments on commit 178ed9f

Please sign in to comment.