Skip to content

Commit

Permalink
Update outdated comment
Browse files Browse the repository at this point in the history
Co-authored-by: Dannon <[email protected]>
  • Loading branch information
mvdbeek and dannon authored Oct 6, 2023
1 parent 6281b46 commit a058eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a058eeb

Please sign in to comment.