From dc6e7bba692ffa532e88fea54b65f36152f0f95f Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 20 Jun 2007 07:37:52 +0000 Subject: [PATCH] git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@72 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/ecopcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ecopcr.c b/src/ecopcr.c index f2790db..794fbd9 100644 --- a/src/ecopcr.c +++ b/src/ecopcr.c @@ -425,7 +425,7 @@ int main(int argc, char **argv) printf("# output in superkingdom mode\n"); printf("#\n"); - taxonomy = read_taxonomy(prefix); + taxonomy = read_taxonomy(prefix,0); seq = ecoseq_iterator(prefix);