Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding recipe for lordfast #10255

Merged
merged 2 commits into from
Aug 4, 2018
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions recipes/lordfast/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

export C_INCLUDE_PATH=${PREFIX}/include
export LIBRARY_PATH=${PREFIX}/lib

make
mkdir -p ${PREFIX}/bin
cp -f lordfast ${PREFIX}/bin
31 changes: 31 additions & 0 deletions recipes/lordfast/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{% set version = "0.0.9" %}
{% set sha256 = "dd8b61be6997d25a8a63cb8c3ffb72595f4bdf839f3a945c9409502ac9874f44" %}

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

source:
url: https://github.com/vpc-ccg/lordfast/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- zlib
run:
- zlib
test:
commands:
- lordfast -v

about:
home: https://github.com/vpc-ccg/lordfast
license: GPL-3.0
summary: Sensitive and Fast Alignment Search Tool for Long Read sequencing Data