diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 16:06:46 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:41 +0700 |
commit | 500e887f4b729875b23ae8c49ca7f4ce5cb8d059 (patch) | |
tree | 3612e61aedc2543cd384ab81304379a07c1ec574 /academic/cap3 | |
parent | 647442cec1d5bb5ed9601acb1cf064276685149a (diff) |
academic/cap3: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/cap3')
-rw-r--r-- | academic/cap3/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/academic/cap3/README b/academic/cap3/README index 62792bb4c74e..bd6e1fb491c7 100644 --- a/academic/cap3/README +++ b/academic/cap3/README @@ -1,11 +1,12 @@ CAP3: A DNA sequence assembly program. CAP3 if the third generation of the CAP sequence assembly program. The -program has a capability to clip 5' and 3' low-quality regions of reads. -It uses base quality values in computation of overlaps between reads, -construction of multiple sequence alignments of reads, and generation -of consensus sequences. The program also uses forward-reverse constraints -to correct assembly errors and link contigs. +program has a capability to clip 5' and 3' low-quality regions +of reads. It uses base quality values in computation of overlaps +between reads, construction of multiple sequence alignments of +reads, and generation of consensus sequences. The program also uses +forward-reverse constraints to correct assembly errors and link +contigs. This just repackages the binaries provided from upstream. |