pfaucon / PBSIM-PacBio-Simulator

This is an updated mirror of the original PacBio Read Simulator
GNU General Public License v2.0
36 stars 14 forks source link

Reference sequence with newlines #18

Open laurenfitch opened 5 years ago

laurenfitch commented 5 years ago

I have a reference sequence (FASTA) that looks like this:

>reference_sequence
ACTGACTGACTGACTGACTGACTGACTG
ACTGACTGACTGACTGACTGACTGACTG
ACTGACTGACTGACTGACTGACTGACTG

PBSIM included the newlines in the simulated reads.

@S1_1
GAAAGCTAAAGATGTTCAGCCAACCATTATTATTAATAAAAATGGCCTTATCTCTTTGGAAGATATCTATGACATTG
CGATAAAACAAAAAAAAGTAGAAATATCAACGGAGATCACTGAACTTTTGACGCATGGTCGTGAAAAATTAGAGGAAAAA

I can take the newlines out of the reference but I was surprised by this behavior so I wanted to point it out.