obi uniq: Added line breaks when printing informations to cut progress
bar properly
This commit is contained in:
@ -361,7 +361,8 @@ cdef uniq_sequences(View_NUC_SEQS view, View_NUC_SEQS o_view, ProgressBar pb, li
|
|||||||
o_taxid_dist_col = o_view[b"taxid_dist"]
|
o_taxid_dist_col = o_view[b"taxid_dist"]
|
||||||
if b"merged" in o_view:
|
if b"merged" in o_view:
|
||||||
o_merged_col = o_view[b"merged"]
|
o_merged_col = o_view[b"merged"]
|
||||||
|
|
||||||
|
print("\n") # TODO because in the middle of progress bar. Better solution?
|
||||||
logger("info", "Second browsing through the input")
|
logger("info", "Second browsing through the input")
|
||||||
# Initialize the progress bar
|
# Initialize the progress bar
|
||||||
pb = ProgressBar(len(uniques), seconde=5)
|
pb = ProgressBar(len(uniques), seconde=5)
|
||||||
@ -470,6 +471,7 @@ cdef uniq_sequences(View_NUC_SEQS view, View_NUC_SEQS o_view, ProgressBar pb, li
|
|||||||
o_view.delete_column(QUALITY_COLUMN)
|
o_view.delete_column(QUALITY_COLUMN)
|
||||||
|
|
||||||
if taxonomy is not None:
|
if taxonomy is not None:
|
||||||
|
print("\n") # TODO because in the middle of progress bar. Better solution?
|
||||||
logger("info", "Merging taxonomy classification")
|
logger("info", "Merging taxonomy classification")
|
||||||
merge_taxonomy_classification(o_view, taxonomy)
|
merge_taxonomy_classification(o_view, taxonomy)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user