generate fastq with bed file
1
0
Entering edit mode
8.8 years ago
sacha ★ 2.4k

I want to generate fastq file for testing.. I already check FastQArtificialGenerator, wsgim and Simseq. But it seems I cannot specify a region from a bed file.

For example, from hg19, I only want a fastq where reads map my bed file (exome).

fastq bed • 4.4k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
1
Entering edit mode
8.8 years ago
sacha ★ 2.4k

I solve it ..

I just need to create a new reference containing my bed coordinate!

bedtools getfasta -fi ref.fa -bed target.bed -fo newref.fa
ADD COMMENT
0
Entering edit mode

That generates a fasta, not a fastq :)

ADD REPLY
0
Entering edit mode

fasta to fastq is easy !

ADD REPLY

Login before adding your answer.

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