Skip to content

Commit

Permalink
corrected header spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
henryjuho committed Mar 22, 2017
1 parent 7e2e46b commit a764931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maf_extract_ref_chr.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main():
# process header
if line.startswith('#'):
if header is True:
print(line)
print(line.replace('\n', ''))
else:
continue

Expand Down

0 comments on commit a764931

Please sign in to comment.