Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unblacklist trinotate recipe #10206

Merged
merged 8 commits into from
Aug 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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