Skip to content

Commit

Permalink
fix the call arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Oct 9, 2023
1 parent 14fc85c commit f15c4c4
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 @@ -664,7 +664,7 @@ def get_chunk(self, trans, dataset: HasFileName, offset: int = 0, ck_size: Optio
break

offset = bamfile.tell()
bamline = alignment.to_string(bamfile)
bamline = alignment.to_string()
# With multiple tags, Galaxy would display each as a separate column
# because the 'to_string()' function uses tabs also between tags.
# Below code will turn these extra tabs into spaces.
Expand Down

0 comments on commit f15c4c4

Please sign in to comment.