Skip to content

Commit

Permalink
style: update header
Browse files Browse the repository at this point in the history
  • Loading branch information
JenniferShelton authored Nov 17, 2020
1 parent b2cb9ab commit 133fb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/telomeasure.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def main():

assert ((os.path.isdir(out)) or (os.path.isdir(out) == '')), 'Failed to find output directory'

sys.stdout.write('subject, aligned_length, gc_cov, dup_percent, telo_count, telomere_length_non_dedup, tumor_telomere_length_46, telomere_length\n')
sys.stdout.write('subject,aligned_length,gc_cov,dup_percenttelo_count,telomere_length_non_dedup,tumor_telomere_length_46,telomere_length\n')
try:
metrics = sample_metrics(out_dir=out,
sample=sample_id)
Expand Down

0 comments on commit 133fb38

Please sign in to comment.