From b4d8842f31ee0d49baf440f00ff0ad371fba6099 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 24 Jun 2009 08:12:50 +0000 Subject: [PATCH] Add minus -R option to localize aplicon over one of the sequence database. This option add two column on the right of the output table with the primers location and the barcode sequence (small patch) git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPrimers/trunk@220 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/ecoprimer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ecoprimer.c b/src/ecoprimer.c index e8d7ff3..3c135fb 100644 --- a/src/ecoprimer.c +++ b/src/ecoprimer.c @@ -239,6 +239,8 @@ void printapair(int32_t index,ppair_t pair, poptions_t options) } + else + printf("\t\t"); printf("\n");