Skip to content

Commit

Permalink
[FIX] PhyloCSFpp add libcblas
Browse files Browse the repository at this point in the history
  • Loading branch information
cpockrandt committed Feb 10, 2022
1 parent c65bfef commit 1bb27e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions recipes/phylocsfpp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ cd build
cmake .. -DCMAKE_INSTALL_PREFIX="${PREFIX}" -DCMAKE_BUILD_TYPE=Release -DPHYLOCSFPP_BUILD_LIBBIGWIG=OFF
make
make install

mkdir -p results/build-tracks
gunzip ../example/galGal6_chr22_25_28_each_30k_bases.maf.gz
phylocsf++ build-tracks --genome-length 1065365434 --coding-exons ../example/galGal6_coding_exons.txt --output-phylo 1 --output-raw-phylo 1 --threads 4 --output ./results/build-tracks ../test/53birds ../example/galGal6_chr22_25_28_each_30k_bases.maf
2 changes: 1 addition & 1 deletion recipes/phylocsfpp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
git_rev: {{ commit_id }}

build:
number: 1
number: 2

requirements:
build:
Expand Down

0 comments on commit 1bb27e2

Please sign in to comment.