Skip to content

Instantly share code, notes, and snippets.

Created October 28, 2012 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3967253 to your computer and use it in GitHub Desktop.
Save anonymous/3967253 to your computer and use it in GitHub Desktop.
line = 'ENSMUSG00000062497 chr1 Olfr1411 olfactory receptor 1411 protein_coding 972 0 0 0 0 0 0 0 #DIV/0! 0.293586586 1' #this line is just in case you want to run it yourself, although
line = line.split('\t')
print(str(line))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment