diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-28 02:46:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-28 02:46:51 +0000 |
commit | 384048cae5f466e49a9208e8cc1c025638c3306e (patch) | |
tree | 49d343ea69be67f5ceed08406ac840875565da29 /biology/genpak/pkg-descr | |
parent | d87d30e4840ace9dfdb95e53251a1a2b30407b24 (diff) |
Notes
Diffstat (limited to 'biology/genpak/pkg-descr')
-rw-r--r-- | biology/genpak/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/biology/genpak/pkg-descr b/biology/genpak/pkg-descr new file mode 100644 index 000000000000..a8f362329a99 --- /dev/null +++ b/biology/genpak/pkg-descr @@ -0,0 +1,9 @@ +GP is a set of small utilities written in ANSI C to manipulate DNA +sequences in a Unix fashion, fit for combining within shell and cgi +scripts. + +The sequences are usually in fasta format, that means the first line +is the sequence name starting with ">", and the sequence comes in the +next lines. The programs accept also gzipped sequence files. + +WWW: http://www.bioinformatics.org/genpak/#gp |