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

Updating Neptune to v2.0.0 #52205

Merged
merged 5 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
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
43 changes: 43 additions & 0 deletions recipes/neptune-signature/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% set name = "neptune-signature" %}
{% set version = "2.0.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/phac-nml/neptune/archive/refs/tags/v{{ version }}.tar.gz
md5: 3fcce144d67c74c7921d3b9e36aedacb

build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
entry_points:
- neptune = neptune.Neptune:main
run_exports:
- {{ pin_subpackage('neptune-signature', max_pin='x') }}

requirements:
host:
- python >=3.10
- pip
- setuptools
run:
- python >=3.10
- numpy
- scipy
- biopython
- blast

test:
commands:
- neptune -h 2>&1 | grep 'usage' > /dev/null

about:
home: https://github.com/phac-nml/neptune
license: Apache-2.0
license_family: APACHE
license_file: LICENSE.txt
summary: 'Neptune: Genomic Signature Discovery'
dev_url: https://github.com/phac-nml/neptune
File renamed without changes.
33 changes: 0 additions & 33 deletions recipes/neptune/meta.yaml

This file was deleted.

Loading