Skip to content

Commit

Permalink
Fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
cheny19 committed Jun 8, 2020
1 parent d2570b6 commit f5865dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ def simulation_aligned_transcriptome(model_ir, out_reads, out_error, kmer_bias,

new_read_name = str(ref_trx) + "_" + str(ref_start_pos) + "_aligned_" + str(sequence_index)
if len(ir_list) > 0:
new_read_name += "Retained intron_"
new_read_name += "_RetainedIntron_"
for ir_tuple in ir_list:
new_read_name += '-'.join(str(x) for x in ir_tuple) + ';'

Expand Down

0 comments on commit f5865dc

Please sign in to comment.