Skip to content

Instantly share code, notes, and snippets.

View JohnAh's full-sized avatar

John JohnAh

  • USA
View GitHub Profile
@JohnAh
JohnAh / a
Created April 20, 2014 13:56
fh=open('reg.fa','r')
c=fh.readlines()
fh.close()
s=''
for i in range(0,(len(c))):
s=s+c[i]
lines=s.split('\n')
for line in s:
s=s.replace('\n','')
s=s.replace('\n','')