Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Merge commit '21aa37ca2742bfcb586c8b5b805fc8ad442e86a8' of ssh://bitb…
Browse files Browse the repository at this point in the history
…ucket.nanofluidics.com:7999/SAT/daligner
  • Loading branch information
Patrick McNamara committed Jul 31, 2019
2 parents 5bc4725 + 21aa37c commit e536b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LA4Falcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ int main(int argc, char *argv[])
diffs -= (aln->path->tlen);
}
acc = 100-(100. * diffs)/ovllen;
printf("%09lld %09lld %lld %0.3f ", (int64) ovl->aread, (int64) ovl->bread, (int64) bbpos - (int64) bepos, acc);
printf("%09lld %09lld %lld %0.2f ", (int64) ovl->aread, (int64) ovl->bread, (int64) bbpos - (int64) bepos, acc);
printf("0 %lld %lld %lld ", (int64) ovl->path.abpos, (int64) ovl->path.aepos, (int64) aln->alen);
printf("%d %lld %lld %lld ", COMP(ovl->flags), bbpos, bepos, (int64) aln->blen);

Expand Down

0 comments on commit e536b7f

Please sign in to comment.