Overlapping paired end read simulator
1
0
Entering edit mode
8.4 years ago
eheizer31 • 0

I am trying to create some synthetic datasets. The reads in the datasets need to be 150bp and paired end. I want the read pairs to overlap to some extent. I have been using MetaSim but it does not seem to be able to make overlapping reads. Does anyone have any suggestions? NeSSM appears to allow for a gap but not an overlap.

Illumina simulator NGS paired-end MetaSim • 1.9k views
ADD COMMENT
2
Entering edit mode
8.4 years ago

BBMap's RandomReads tool [randomreads.sh] will do that. For example:

randomreads.sh ref=ecoli.fasta out=synth.fq.gz paired interleaved reads=100k length=150 mininsert=200 maxinsert=400 adderrors gaussian

That will result in insert sizes from 200bp to 400bp, with a Gaussian distribution, so about 50% of the reads will overlap.

ADD COMMENT

Login before adding your answer.

Traffic: 2934 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6