Great Python tool(s) for simulating fake/dummy VCF files?
2
1
Entering edit mode
3.6 years ago
BioBing ▴ 150

Hi all,

I need to generate a large number of simulated VCF files to test (and stress test) a system. For legal reasons, the files need to be fake.

Can any of you recommend a great Python tool for generating dummy VCF files?

Thanks!

SNP python • 1.9k views
ADD COMMENT
2
Entering edit mode
3.6 years ago
gb ★ 2.2k

Maybe it is better to simulate fastq files, and create VCF files yourself. This may give a bit more control.

paired-end reads in BBMap randomreads.sh

ADD COMMENT
0
Entering edit mode

Thanks, that is a good way to approach the task!

ADD REPLY
1
Entering edit mode
3.6 years ago
GenoMax 141k

Actually another tool from BBMap suite called mutate.sh will introduce mutations in a reference you provide. You get control over mutation creation. The tool will also create a corresponding VCF file for the mutations it creates. See the inline help for more information.

ADD COMMENT
0
Entering edit mode

Great recommendation, thanks!

ADD REPLY

Login before adding your answer.

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