From a058eeb3dee8fdc34c49951329e391879e803a8c Mon Sep 17 00:00:00 2001 From: Marius van den Beek <m.vandenbeek@gmail.com> Date: Fri, 6 Oct 2023 14:06:56 -0400 Subject: [PATCH] Update outdated comment Co-authored-by: Dannon <dannon.baker@gmail.com> --- lib/galaxy/datatypes/binary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: