Skip to content
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
31 changes: 31 additions & 0 deletions recipes/vg/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{% set name = "vg" %}
{% set version = "1.23.0" %}

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

source:
url: https://github.com/vgteam/vg/releases/download/v{{ version }}/vg
sha256: 3c7758120ac657d3fb8243943a57a9fedc541b651b19fc35b5cee9923e42a4c0

build:
number: 0
skip: true # [osx]
script:
- mkdir -p ${PREFIX}/bin
- cp vg ${PREFIX}/bin/
- chmod +x ${PREFIX}/bin/vg

test:
commands:
- vg help

about:
home: https://github.com/vgteam/vg
license: MIT
summary: Variation graph data structures, interchange formats, alignment, genotyping, and variant calling methods

extra:
skip-lints:
- should_be_noarch_generic