Skip to content

Commit

Permalink
Add ggcat 1.1.0 recipe (#51632)
Browse files Browse the repository at this point in the history
* Add ggcat 1.1 recipe

* Fix lint errors

* Fix version

* Update recipes/ggcat/meta.yaml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update recipes/ggcat/meta.yaml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update recipes/ggcat/meta.yaml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Guilucand and coderabbitai[bot] authored Oct 24, 2024
1 parent 5dad918 commit 65fcd6c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/ggcat/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash -ex

cargo install --no-track --verbose --root "${PREFIX}" --path crates/cmdline/ --locked
44 changes: 44 additions & 0 deletions recipes/ggcat/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "ggcat" %}
{% set version = "1.1.0" %}

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

build:
number: 0
run_exports:
- {{ pin_subpackage('ggcat', max_pin="x.x") }}

source:
url: https://github.com/algbio/ggcat/archive/v1.1.0.zip
sha256: 028021bc47ae58fb0e39ca29b79e0f318f5dc1f8e7d6649f9a446574bff3d0fc

requirements:
build:
- {{ compiler('rust') }}
- {{ compiler('c') }}
host:
- zlib

test:
commands:
- ggcat --help

about:
home: "https://github.com/algbio/ggcat"
license: MIT
license_family: MIT
license_file: LICENSE
summary: |
Compacted and colored de Bruijn graph construction and querying.
dev_url: "https://github.com/algbio/ggcat"

extra:
additional-platforms:
- linux-aarch64
- osx-arm64
recipe-maintainers:
- guilucand
identifiers:
- doi:10.1101/gr.277615.122

0 comments on commit 65fcd6c

Please sign in to comment.