You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pytabix is very useful, thanks for developing it. However I have one issue:
Is there a way to access the header line of the input data file? I am working with tsv-files with may columns and it would be very useful to see the orignal header line.
For example, something like:
import tabix
tb = tabix.open("infile.tsv.gz")
chunk = tb.query("Chr1",10000,20000)
print tb.header
or:
print chunk.header
Thanks,
Hannes
The text was updated successfully, but these errors were encountered:
Hi,
pytabix is very useful, thanks for developing it. However I have one issue:
Is there a way to access the header line of the input data file? I am working with tsv-files with may columns and it would be very useful to see the orignal header line.
For example, something like:
import tabix
tb = tabix.open("infile.tsv.gz")
chunk = tb.query("Chr1",10000,20000)
print tb.header
or:
print chunk.header
Thanks,
Hannes
The text was updated successfully, but these errors were encountered: