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 tmtools via greyskull #28971

Merged
merged 5 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions recipes/tmtools/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "tmtools" %}
{% set version = "0.2.0" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/tmtools-{{ version }}.tar.gz
sha256: e2d6422f5af91ee41753fb2e9776140785eb818ec83d7aef8a8b2f296f05e72c

build:
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- python
- setuptools >=42
- wheel
- pybind11 >=2.10.4,<2.11.dev0
- pip
run:
- python
- numpy

test:
imports:
- tmtools
commands:
- pip check
requires:
- pip

about:
home: https://github.com/jvkersch/tmtools
summary: Python bindings around the TM-align code for structural alignment of proteins
license: GPL-3.0
license_file: LICENSE.txt

extra:
recipe-maintainers:
- asford