Skip to content

Commit

Permalink
Unblacklist trinotate recipe (bioconda#10206)
Browse files Browse the repository at this point in the history
* unblacklist trinotate

* this module needs to be rebuilt

* fix broken recipe

* fix find command

* rebuild

* permission problem

* Update build.sh
  • Loading branch information
abretaud authored Aug 3, 2018
1 parent f674132 commit 6b6bcc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -1547,9 +1547,6 @@ recipes/kat/2.3.1
# oh no TPP is failing, it was a nightmare to get it to compile in the first place :(
recipes/tpp

# missing perl module
recipes/trinotate

# compilation error
recipes/hts-nim-tools

Expand Down
4 changes: 3 additions & 1 deletion recipes/trinotate/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mv util/auto_Trinotate.txt util/auto_Trinotate.sh
cp -rf PerlLib perl-build/lib
cp -rf sample_data ${PREFIX}/trinotate-sample-data

find -name "*.pl" | grep -v sample_data | xargs -I {} cp -rf {} perl-build/scripts/
find . -name "*.pl" | grep -v sample_data | xargs -I {} cp -rf {} perl-build/scripts/
cp Trinotate perl-build/scripts

cd perl-build
Expand All @@ -18,3 +18,5 @@ cp ${RECIPE_DIR}/Build.PL ./
perl ./Build.PL
perl ./Build manifest
perl ./Build install --installdirs site

chmod u+rwx $PREFIX/bin/*
2 changes: 1 addition & 1 deletion recipes/trinotate/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ about:
transcriptomes, from model or non-model organisms'

build:
number: 3
number: 4

package:
name: trinotate
Expand Down

0 comments on commit 6b6bcc0

Please sign in to comment.