Skip to content

Commit

Permalink
Add EMA (#8612)
Browse files Browse the repository at this point in the history
* ema

* Update ema

* Update ema

* Update ema
  • Loading branch information
arshajii authored Apr 13, 2018
1 parent 98a0eec commit a9682d3
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/ema/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
make
mkdir -p $PREFIX/bin
cp ema $PREFIX/bin
34 changes: 34 additions & 0 deletions recipes/ema/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
package:
name: ema
version: 'v0.6.1'

source:
fn: ema-v0.6.1.tar.gz
url: https://github.com/arshajii/ema/files/1905246/ema-v0.6.1.tar.gz
sha256: 1b0512448c82097920422a090982bdc43c5c434d81d95cbc7f88926995d030e1

build:
number: 0
skip: True # [osx]

requirements:
build:
- gcc # [not osx]
- llvm # [osx]
- zlib {{ CONDA_ZLIB }}*
run:
- libgcc # [not osx]
- zlib {{ CONDA_ZLIB }}*

test:
commands:
- ema help

about:
home: http://ema.csail.mit.edu/
license: MIT
summary: Fast & accurate alignment of barcoded short-reads

extra:
identifiers:
- doi:10.1101/220236

0 comments on commit a9682d3

Please sign in to comment.