Skip to content

Commit

Permalink
nim-falcon
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunn2001 committed Aug 8, 2018
1 parent 5b1493c commit 1c44341
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
15 changes: 15 additions & 0 deletions recipes/nim-falcon/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash
set -eu -o pipefail

# Build script based off of mosdepth/hts-nim-tools build.

echo $PATH

set -vx

echo $(pwd)
ls -larth

#mkdir -p $PREFIX
rsync -av bin/ ${PREFIX}/
chmod -R a+x ${PREFIX}/bin
32 changes: 32 additions & 0 deletions recipes/nim-falcon/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{% set name = "nim-falcon" %}
{% set version = "0.0.0" %}
{% set revision = "f568072618e9899097bc3d4cc3efbe3a46c428bb" %}

package:
name: {{ name|lower }}
version: {{ version }}

extra:
recipe-maintainers:
- pb-cdunn

source:
url: https://github.com/bio-nim/{{ name }}/releases/download/{{ version }}/{{ name }}-osx-64.tar.gz # [osx]
url: https://github.com/bio-nim/{{ name }}/releases/download/{{ version }}/{{ name }}-osx-64.tar.gz # [linux and x86_64]
sha256: 7d7e25ce05aee198273a6816dad52a893a7b07f778fba926b7428c9ec92b6662 # [osx]
sha256: 7831fb9a10d90b67c507d1b57b8d9dfe5ffb701bb8901252cc93c79ffc8d5aa4 # [linux and x86_64]

build:
number: 0
name: prebuilt

test:
commands:
- fc_rr_hctg_track2.exe -h
- fc_rr_hctg_track.exe -h
- fc_consensus.exe -h

about:
home: https://github.com/bio-nim/nim-falcon
license: MIT
summary: Nim-based executables used by Falcon assembly workflow

0 comments on commit 1c44341

Please sign in to comment.