diff options
Diffstat (limited to 'biology/phrap/files/patch-names.c')
-rw-r--r-- | biology/phrap/files/patch-names.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/biology/phrap/files/patch-names.c b/biology/phrap/files/patch-names.c new file mode 100644 index 000000000000..4b6ef3dd9526 --- /dev/null +++ b/biology/phrap/files/patch-names.c @@ -0,0 +1,19 @@ +--- ./names.c.orig 2007-11-06 23:03:53.000000000 +0100 ++++ ./names.c 2014-08-02 12:39:30.000000000 +0200 +@@ -30,6 +30,8 @@ + + #define MAX_SUBCLONE_HIST 101 + ++void print_contig_chains(); ++ + set_delims() + { + subclone_delim = parameters->subclone_delim; +@@ -1014,6 +1016,7 @@ + + /* greedy algorithm for finding chains of contigs */ + /* NEED TO LOOK SYSTEMATICALLY FOR CIRCULAR CHAINS, AND BREAK THEM */ ++void + print_contig_chains() + { + Link *link; |