Skip to content

Commit

Permalink
[ci skip] Merge PR 19394
Browse files Browse the repository at this point in the history
Merge PR bioconda#19394, commits were: 
 * increment build
 * Additionally install bwa.1 manpage
 * Merge branch 'master' of github.com:jamesabbott/bioconda-recipes into bwa
 * Merge branch 'master' of github.com:jamesabbott/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of github.com:jamesabbott/bioconda-recipes
 * Merge pull request #1 from bioconda/master

update master to bioconda:master
  • Loading branch information
jamesabbott authored and BiocondaBot committed Dec 25, 2019
1 parent efa06aa commit 14d1998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions recipes/bwa/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export LIBRARY_PATH=${PREFIX}/lib

make
mkdir -p $PREFIX/bin
mkdir -p $PREFIX/share/man/man1
cp bwa $PREFIX/bin
cp xa2multi.pl $PREFIX/bin
cp qualfa2fq.pl $PREFIX/bin
cp bwa.1 $PREFIX/share/man/man1
2 changes: 1 addition & 1 deletion recipes/bwa/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
- Makefile.patch

build:
number: 6
number: 7

requirements:
build:
Expand Down

0 comments on commit 14d1998

Please sign in to comment.