Skip to content

Commit

Permalink
hicberg v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgra committed Dec 31, 2024
1 parent 88e8253 commit 8b15f2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/hicberg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
- hicberg=hicberg.__main__:cli
script: "{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation"
run_exports:
- {{ pin_subpackage('hicberg', max_pin="x") }
- {{ pin_subpackage('hicberg', max_pin="x") }} # Added missing closing brace

requirements:
host:
Expand Down Expand Up @@ -61,11 +61,11 @@ about:
home: "https://github.com/sebgra/hicberg"
license: MIT
license_family: MIT
license_file:
summary: "Statistical profiling based tool for contatc data (Hi-C, ChIA-PET, Capture-C, etc.) and genomics data reconstruction"
doc_url:
dev_url:
license_file: # Empty string is valid YAML
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: # Empty string is valid YAML

extra:
recipe-maintainers:
- sebgra
- sebgra

0 comments on commit 8b15f2b

Please sign in to comment.