Update Makefile to remove compilation of some software programs easily installable using package managers

Former-commit-id: 4d9f33c71f5e85c4cdea0303c20efb266685015f
Former-commit-id: d2e8c10c31065889ae35715e69869c42a38e8d41
This commit is contained in:
2023-06-12 09:18:45 +02:00
parent bf27de1528
commit bee9fd0a0d

View File

@ -18,11 +18,8 @@
include ../config/auto.conf include ../config/auto.conf
DIRS = aragorn \ DIRS = aragorn \
clustalo \
exonerate \ exonerate \
hmmer3 \
kimono \ kimono \
muscle \
ncbiblast \ ncbiblast \
prokov \ prokov \
repseek \ repseek \
@ -30,8 +27,11 @@ DIRS = aragorn \
sumaclust \ sumaclust \
sumatra \ sumatra \
getopt \ getopt \
cd-hit \
ITSx ITSx
# muscle \
# clustalo \
# cd-hit \
# hmmer3 \
include ../config/targets/propagate.targ include ../config/targets/propagate.targ