Skip to content

Instantly share code, notes, and snippets.

@dansondergaard
Created September 3, 2019 11:50
Show Gist options
  • Save dansondergaard/85b2e220752aaa28c2a66898cd27cd41 to your computer and use it in GitHub Desktop.
Save dansondergaard/85b2e220752aaa28c2a66898cd27cd41 to your computer and use it in GitHub Desktop.
{% set version="1.1.0" %}
{% set revision="d12cf224f7a488b913eabbcf54a215e17238032c" %}
package:
name: svaba
version: {{ version }}
source:
# Needs to do recursive Git clone to get sub modules
git_url: https://github.com/walaj/svaba.git
git_rev: {{ revision }}
md5: unused
build:
number: 0
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- zlib
- bzip2
- xz
- libgcc-ng
- libstdcxx-ng
host:
- zlib
- bzip2
- xz
- libgcc-ng
- libstdcxx-ng
run:
- zlib
- bzip2
- xz
- libgcc-ng
- libstdcxx-ng
test:
commands:
- 'svaba --help 2>&1 | grep "Usage: svaba"'
about:
home: https://github.com/walaj/svaba
license: GPL3
license_file: LICENSE
summary: Structural variation and indel detection by local assembly
extra:
skip-lints:
- uses_vcs_url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment