diff options
author | rm <rm@FreeBSD.org> | 2015-09-26 02:33:18 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-09-26 02:33:18 +0800 |
commit | 8bfafc3030596829380986a07d5193bcdb7133cf (patch) | |
tree | dd49529c4ae722e1619fec4011b0b7d7ab8e5859 /biology/Makefile | |
parent | 05ae2fc69c300cba51ab6ac56eb6b2b60b7908cf (diff) | |
download | freebsd-ports-gnome-8bfafc3030596829380986a07d5193bcdb7133cf.tar.gz freebsd-ports-gnome-8bfafc3030596829380986a07d5193bcdb7133cf.tar.zst freebsd-ports-gnome-8bfafc3030596829380986a07d5193bcdb7133cf.zip |
The FASTX-Toolkit is a collection of command line tools for Short-Reads
FASTA/FASTQ files preprocessing.
WWW: http://hannonlab.cshl.edu/fastx_toolkit/
PR: 203318
Submitted by: Jason Bacon <jwbacon@tds.net>
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 3d9eb0bdbc59..77e6807b8b87 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -20,6 +20,7 @@ SUBDIR += fasta SUBDIR += fasta3 SUBDIR += fastdnaml + SUBDIR += fastx-toolkit SUBDIR += fluctuate SUBDIR += garlic SUBDIR += gff2ps |