Skip to content

Commit 2e4837a

Browse files
committed
progrse
1 parent ab59c01 commit 2e4837a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offsetbasedgraph/graphcreators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def connect_without_flanks(graph, alt_loci_fn, name_translation,
101101
n_alt_loci = len(alt_loci.alt_loci)
102102
for i, alt_locus in enumerate(alt_loci.alt_loci):
103103
sys.stdout.write('\r Merging %s: ' % alt_locus.name +
104-
str(round(100 * i / max(1, n_alt_loci))) +
104+
str(round(100 * i*i / max(1, n_alt_loci)**2)) +
105105
' % finished ' + ' ' * 20)
106106
sys.stdout.flush()
107107

0 commit comments

Comments
 (0)