mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
690da7ea38
biology/phrab biology/phred biology/consed Although these programs are licensed freely for academic and nonprofit purposes, users have to contact the authors to obtain the tarballs. PR: 191336 Submitted by: mzaki@m.u-tokyo.ac.jp (maintainer)
19 lines
513 B
C
19 lines
513 B
C
--- ./tig_node.c.orig 2007-11-06 23:02:49.000000000 +0100
|
|
+++ ./tig_node.c 2014-08-02 12:39:30.000000000 +0200
|
|
@@ -138,6 +138,7 @@
|
|
tig_node->best_stack_length[0] = tig_node->best_stack_length[1] = 0;
|
|
}
|
|
|
|
+void
|
|
alloc_edge(contig, orientation, pair, reverse)
|
|
Contig *contig;
|
|
int orientation, reverse;
|
|
@@ -176,6 +177,7 @@
|
|
tig_node->edges[orientation] = edge;
|
|
}
|
|
|
|
+void
|
|
find_best_paths(gap_cutoff, LLR_reject_cutoff, LLR_join_cutoff)
|
|
int gap_cutoff, LLR_reject_cutoff, LLR_join_cutoff;
|
|
{
|