diff options
-rw-r--r-- | sci-biology/proovread/proovread-9999.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-biology/proovread/proovread-9999.ebuild b/sci-biology/proovread/proovread-9999.ebuild index 11a78d2f8..5165ae6dd 100644 --- a/sci-biology/proovread/proovread-9999.ebuild +++ b/sci-biology/proovread/proovread-9999.ebuild @@ -5,6 +5,8 @@ EAPI=6 [ "$PV" == "9999" ] && inherit git-r3 +inherit perl-functions toolchain-funcs + DESCRIPTION="Error correct PacBio subreads using Illumina reads" HOMEPAGE="https://github.com/BioInf-Wuerzburg/proovread" if [ "$PV" == "9999" ]; then @@ -39,6 +41,8 @@ src_install(){ dobin bin/SeqFilter cd ../../util/SeqChunker || die dobin bin/* + cd ../../lib || die + perl_domodule -r -C ${PN} * # cd ../util/blasr-1.3.1 || die # dobin blasr # dodoc LICENSE.txt |