diff options
author | jwb <jwb@FreeBSD.org> | 2017-12-03 04:44:28 +0800 |
---|---|---|
committer | jwb <jwb@FreeBSD.org> | 2017-12-03 04:44:28 +0800 |
commit | cde8558697d03763e0fdcc3eca3805bd1a7fb267 (patch) | |
tree | 928bc3d51181f89d41ff0c1b89ad74c47ac9a2d4 /biology/Makefile | |
parent | 7ebae9a923eada4faf6f9b0e731628193890c663 (diff) | |
download | freebsd-ports-gnome-cde8558697d03763e0fdcc3eca3805bd1a7fb267.tar.gz freebsd-ports-gnome-cde8558697d03763e0fdcc3eca3805bd1a7fb267.tar.zst freebsd-ports-gnome-cde8558697d03763e0fdcc3eca3805bd1a7fb267.zip |
[new port] biology/kallisto: Quantify abundances of transcripts from RNA-Seq data
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D13328
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 53fc571d414f..bfcf12b297d1 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -41,6 +41,7 @@ SUBDIR += iqtree SUBDIR += jalview SUBDIR += jellyfish + SUBDIR += kallisto SUBDIR += lagan SUBDIR += lamarc SUBDIR += libgtextutils |