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 recipe for FragGeneScanRs #53490

Merged
merged 3 commits into from
Jan 27, 2025
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
43 changes: 43 additions & 0 deletions recipes/frag_gene_scan_rs/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% set version = "1.1.0" %}
{% set name = "FragGeneScanRs" %}
{% set sname = "frag_gene_scan_rs" %}

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

source:
url: https://github.com/unipept/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 759df973bff4f608d23f7df94068aa6b9943ed7138a660eff988ed0efd3e114f

build:
number: 0
run_exports:
- {{ pin_subpackage('frag_gene_scan_rs', max_pin="x") }}
script:
- cargo-bundle-licenses --format yaml --output THIRDPARTY.yml
- cargo install -v --locked --no-track --root $PREFIX --path .

requirements:
build:
- {{ compiler('rust') }}
- cargo-bundle-licenses

test:
commands:
- FragGeneScanRs --version

about:
home: https://github.com/unipept/FragGeneScanRs
license: GPL-3.0-or-later
license_file:
- LICENSE
- THIRDPARTY.yml
summary: "Rust implementation of the gene prediction model for short and error-prone reads"

extra:
additional-platforms:
- linux-aarch64
- osx-arm64
recipe-maintainers:
- ninewise