From 7f8d1e7196cf39c1471e0823aff73cf207201007 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Sun, 31 Mar 2019 15:42:58 +0200 Subject: [PATCH] C: obi lcs: cleaner progress print --- src/obi_lcs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/obi_lcs.c b/src/obi_lcs.c index 9e65eb1..8174850 100755 --- a/src/obi_lcs.c +++ b/src/obi_lcs.c @@ -646,6 +646,8 @@ int obi_lcs_align_one_column(const char* dms_name, } } + fprintf(stderr,"\rDone : 100 %% \n"); + // Close views if (obi_save_and_close_view(seq_view) < 0) {