diff --git a/lib/galaxy/datatypes/binary.py b/lib/galaxy/datatypes/binary.py index 6ff176063f4a..46f4385cd5e3 100644 --- a/lib/galaxy/datatypes/binary.py +++ b/lib/galaxy/datatypes/binary.py @@ -666,7 +666,7 @@ def get_chunk(self, trans, dataset: HasFileName, offset: int = 0, ck_size: Optio offset = bamfile.tell() bamline = alignment.to_string(bamfile) # With multiple tags, Galaxy would display each as a separate column - # because the 'tostring()' function uses tabs also between tags. + # because the 'to_string()' function uses tabs also between tags. # Below code will turn these extra tabs into spaces. n_tabs = bamline.count("\t") if n_tabs > 11: