Split VCF file
2
1
Entering edit mode
7.3 years ago
Medhat 9.7k

I downloaded HapMap vcf file for one chromosome the file size is 11 Giga I am trying to use LiftoverVcf from Picard package, but it run out of memory. I am thinking to split the 11 giga file into smaller files each is one giga any tool can do that? or is there a better Idea?

already used -Xmx200g -Djava.io.tmpdir=./mytmp

vcf sequencing • 2.9k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
3
Entering edit mode
7.3 years ago

Using GATK:

This tool takes a VCF file, randomly splits variants into different sets, and writes the results to separate files. By default the tool splits the input into two new sets, but it can be made to output more than two separate call sets.

ADD COMMENT

Login before adding your answer.

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