Skip to content

Commit

Permalink
Added hmmrank symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrikarddaniel committed Sep 8, 2021
1 parent 1667507 commit b302d4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

[ ! -d $PREFIX/bin ] && mkdir -p $PREFIX/bin
cp $SRC_DIR/src/R/*.r $PREFIX/bin
cp --no-dereference $SRC_DIR/src/R/*.r $PREFIX/bin
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.4.1" %}
{% set version = "1.4.2" %}

package:
name: hmmrank
Expand Down
1 change: 1 addition & 0 deletions src/R/hmmrank

0 comments on commit b302d4b

Please sign in to comment.