Is there any tool to convert a contig to illumina reads?
1
1
Entering edit mode
6.9 years ago
m.koohi.m ▴ 120

Hi all,

I have a weird question! I have some contiges and want to convert them to all possible illumina reads (suppose with length 100). I am wondering if there is any tool to do this?

Actually my problem is vise versa of the assembly problem. In assembly problem we have the reads and want to find the contigs. But here I have the contiges and want to find all possible small reads that can produce this contig.

Thank you,

Assembly contigs illumina • 1.8k views
ADD COMMENT
6
Entering edit mode
6.9 years ago
GenoMax 141k

While there are many tools out there, you can use randomreads.sh from BBMap suite with your contig. See the in-line program help for usage information.

ADD COMMENT
2
Entering edit mode

Additionally, for the specific problem where you want all possible reads, try:

shred.sh in=contigs.fa out=reads.fq length=100 minlength=100 overlap=99
ADD REPLY

Login before adding your answer.

Traffic: 1944 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