Created
September 3, 2019 11:50
-
-
Save dansondergaard/85b2e220752aaa28c2a66898cd27cd41 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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