From 64f037d91e0c9296dcaef9a0ff3eb33b19a2ed34 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:38 -0800 Subject: Import Upstream version 3a5 --- ncbi-dna.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ncbi-dna.scm') diff --git a/ncbi-dna.scm b/ncbi-dna.scm index 03fff65..d5fc5ca 100644 --- a/ncbi-dna.scm +++ b/ncbi-dna.scm @@ -24,6 +24,9 @@ (require 'array-for-each) (require-if 'compiling 'printf) ;used by cDNA:report-base-count +;;@code{(require 'ncbi-dma)} +;;@ftindex ncbi-dma + (define (ncbi:read-DNA-line port) (define lst (scanf-read-list " %d %[acgt] %[acgt] %[acgt] %[acgt] %[acgt] %[acgt]" port)) -- cgit v1.2.3