shmulateSeq() breaks when there's gap in input sequence

Issue #96 resolved
Julian Zhou created an issue

MRE:

sequence <- "...TCTGACGACACGGCCGTGTATTACTGTGCGAGAGATAGTTTA"
shmulateSeq(sequence, mutations=6)

Error in CODON_TABLE[, codons] : subscript out of bounds

Comments (2)

  1. Log in to comment