Skip to content

Commit

Permalink
Add recipe for FragGeneScanRs (bioconda#53490)
Browse files Browse the repository at this point in the history
* Add recipe for FragGeneScanRs

* Fix the download url. Add linux-aarch64 and osx-arm64

* Do not run `cargo test` in the test phase.

---------

Co-authored-by: Felix Van der Jeugt <[email protected]>
Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
3 people authored Jan 27, 2025
1 parent add8a85 commit 4567fb5
Showing 1 changed file with 43 additions and 0 deletions.
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

0 comments on commit 4567fb5

Please sign in to comment.