Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
add bedtools build
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Jun 28, 2013
1 parent f324077 commit abaf57b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bedtools/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

set -x
echo $(pwd)
make

BIN=$PREFIX/bin
mkdir -p $BIN
cp bin/bedtools $BIN
11 changes: 11 additions & 0 deletions bedtools/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package:
name: bedtools
version: 2.17

#test:
# commands:
# - test/test.sh

source:
git_url: [email protected]:arq5x/bedtools.git
git_tag: v2.17.0

0 comments on commit abaf57b

Please sign in to comment.