[Seqinr-commits] r2044 - pkg/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jul 3 19:35:05 CEST 2017
Author: jeanlobry
Date: 2017-07-03 19:35:05 +0200 (Mon, 03 Jul 2017)
New Revision: 2044
Modified:
pkg/src/packagename_init.c
Log:
adding the new argument rmgap to kaks
Modified: pkg/src/packagename_init.c
===================================================================
--- pkg/src/packagename_init.c 2017-07-03 13:24:10 UTC (rev 2043)
+++ pkg/src/packagename_init.c 2017-07-03 17:35:05 UTC (rev 2044)
@@ -25,7 +25,7 @@
{"fastacc", (DL_FUNC) &fastacc, 5},
{"getzlibsock", (DL_FUNC) &getzlibsock, 3},
{"is_a_protein_seq", (DL_FUNC) &is_a_protein_seq, 1},
- {"kaks", (DL_FUNC) &kaks, 3},
+ {"kaks", (DL_FUNC) &kaks, 4},
{"read_clustal_align", (DL_FUNC) &read_clustal_align, 1},
{"read_fasta_align", (DL_FUNC) &read_fasta_align, 1},
{"read_mase", (DL_FUNC) &read_mase, 1},
More information about the Seqinr-commits
mailing list