Skip to content

Commit

Permalink
fastq bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cheny19 committed Nov 19, 2020
1 parent 55d12d0 commit 699d412
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 @@ -865,7 +865,7 @@ def simulation_aligned_metagenome(min_l, max_l, median_l, sd_l, out_reads, out_e
seg_mutated, seg_base_quals = mutate_homo(seg_mutated, seg_base_quals, kmer_bias, basecaller,
None)
new_read_name += new_seg_name + ';'
read_mutated += new_seg
read_mutated += seg_mutated
base_quals.extend(seg_base_quals)
if seg_idx < len(gap_list):
read_mutated += gap_list[seg_idx]
Expand Down

0 comments on commit 699d412

Please sign in to comment.