From 702442245e1f94ff8803d64a83edbab7f0eb04e8 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 12 Jun 2023 17:43:11 +0200 Subject: [PATCH] Re-add local version of hmmer for being able to process large sequences Former-commit-id: a2a87733f9bc4b09be7a3f055691d4c6071187a4 Former-commit-id: 2fa34ba03a91702785b63bcd03c6be79c80c9f54 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index fc9aec9..e170f86 100755 --- a/src/Makefile +++ b/src/Makefile @@ -18,6 +18,7 @@ include ../config/auto.conf DIRS = aragorn \ + hmmer3 \ exonerate \ kimono \ ncbiblast \ @@ -31,7 +32,6 @@ DIRS = aragorn \ # muscle \ # clustalo \ # cd-hit \ -# hmmer3 \ include ../config/targets/propagate.targ