Skip to content

Commit

Permalink
Add hicberg v1.0.0 (#53002)
Browse files Browse the repository at this point in the history
* Add mytool v1.0.0

* hicberg v1.0.0

* hicberg v1.0.0

* hicberg v1.0.0

* hicberg v1.0.0

* hicberg v1.0.0

* hicberg v1.0.0

* Add license_file

---------

Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
sebgra and martin-g authored Jan 2, 2025
1 parent 212f796 commit 620eebc
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions recipes/hicberg/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{% set name = "hicberg" %}
{% set version = "1.0.0" %}

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

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

build:
number: 0
noarch: generic
entry_points:
- hicberg=hicberg.__main__:cli
script: "{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation"
run_exports:
- {{ pin_subpackage('hicberg', max_pin="x") }} # Added missing closing brace

requirements:
host:
- bioframe
- biopython
- click
- cooler
- funcy
- hicstuff
- matplotlib-base
- numpy
- pandas
- pip
- pysam
- python
- scikit-learn
- scipy
- statsmodels
run:
- bioframe
- biopython
- click
- cooler
- funcy
- hicstuff
- matplotlib-base
- numpy
- pandas
- pysam
- python
- scikit-learn
- scipy
- statsmodels

test:
imports:
- hicberg
- tests
commands:
- hicberg --help

about:
home: "https://github.com/sebgra/hicberg"
license: MIT
license_family: MIT
license_file: LICENSE
summary: "Statistical profiling based tool for contact data (Hi-C, ChIA-PET, Capture-C, etc.) and genomics data reconstruction"
doc_url: # Empty string is valid YAML
dev_url: "https://github.com/sebgra/hicberg"

extra:
recipe-maintainers:
- sebgra

0 comments on commit 620eebc

Please sign in to comment.