diff options
author | edwin <edwin@FreeBSD.org> | 2008-05-24 15:00:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-05-24 15:00:37 +0800 |
commit | 45429759bb681ec1d4adc52e73d375531bf855ea (patch) | |
tree | 8f6c306069dee574b5ba0f4bb5653a05b39735ca /biology/Makefile | |
parent | c0c863766ded3bf5b6dd5d4fa25d181d9ac56581 (diff) | |
download | freebsd-ports-graphics-45429759bb681ec1d4adc52e73d375531bf855ea.tar.gz freebsd-ports-graphics-45429759bb681ec1d4adc52e73d375531bf855ea.tar.zst freebsd-ports-graphics-45429759bb681ec1d4adc52e73d375531bf855ea.zip |
New port: biology/consed viewing and editing workbench for sequence
assembly
Consed is a tool for viewing, editing, and finishing sequence assemblies.
The port is constituted of 4 parts:
biology/phred: base caller with quality evaluation
biology/phrap: sequence assembler for shotgun sequencing
biology/consed: workbench
biology/phd2fasta: small utility
All these can be used separately; however, most function
of consed depends on the others.
Although these programs are licensed freely for academic
and nonprofit purposes, users have to contact the authors
to get the softwares.
Phred (including phd2fasta) and phrap are emailed,
and consed can be downloaded to a restricted IP address.
For commercial users, the licensing fee is ca. $10,000 at
the time of writing.
PR: ports/118548
Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
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 a9e3ab465a6..3c4484cea3a 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -17,6 +17,7 @@ SUBDIR += boinc-simap SUBDIR += chemeq SUBDIR += clustalw + SUBDIR += consed SUBDIR += crimap SUBDIR += distribfold SUBDIR += dna-qc |