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

Adding msa4u #51864

Merged
merged 6 commits into from
Nov 3, 2024
Merged
Changes from all commits
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
40 changes: 40 additions & 0 deletions recipes/msa4u/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{% set name = "msa4u" %}
{% set version = "0.4.0" %}

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

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

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

requirements:
host:
- python
- pip
run:
- python
- biopython
- pandas
- reportlab
bgruening marked this conversation as resolved.
Show resolved Hide resolved
- configs

test:
imports:
- msa4u
commands:
- msa4u --help

about:
home: https://github.com/GCA-VH-lab/msa4u
summary: "A simple visualisation tool for Multiple Sequence Alignment."
license: WTFPL
license_file: LICENSE
Loading