diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2018-03-31 21:16:05 +0800 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2018-03-31 21:16:05 +0800 |
commit | 56d5a1146ff6fd435092314bc591fe070997ea79 (patch) | |
tree | 603154866b5c6162281c68380cfbfe60e15868c0 /biology/Makefile | |
parent | 1050f7a8e925734ef9aedece3735422a82ac5609 (diff) | |
download | freebsd-ports-gnome-56d5a1146ff6fd435092314bc591fe070997ea79.tar.gz freebsd-ports-gnome-56d5a1146ff6fd435092314bc591fe070997ea79.tar.zst freebsd-ports-gnome-56d5a1146ff6fd435092314bc591fe070997ea79.zip |
biology/stacks: Software pipeline for building loci from short-read sequences
Reviewed by: mat
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D14885
Diffstat (limited to 'biology/Makefile')
-rw-r--r-- | biology/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile index 53733c94937b..0189fabea514 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -109,6 +109,7 @@ SUBDIR += sim4 SUBDIR += slclust SUBDIR += ssaha + SUBDIR += stacks SUBDIR += tRNAscan-SE SUBDIR += t_coffee SUBDIR += tinker |