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

Add EMA #8612

Merged
merged 4 commits into from
Apr 13, 2018
Merged

Add EMA #8612

Show file tree
Hide file tree
Changes from 3 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
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
30 changes: 30 additions & 0 deletions recipes/ema/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add the doi https://doi.org/10.1101/220236 to the extra section please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just added it; merging now.. Thanks for your help!

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