Open xinkaitong opened 3 years ago
This command consumed about 60G RAM. But it phased only 10Mb area. I still left about 2500Mb area to phase. how can I reduce the RAM when phasing a large cohort (~1200) of whole-genome sequencing data?
${shapeit4} --input chr18.vcf.gz \ --region 18:1-10000000 \ --thread 10 \ --sequencing \ --scaffold chr18_1-10000000-scaffold.vcf.gz \ --use-PS 0.0001 \ --log phased.log \ --output chr18_1-10000000.phased.vcf
Multiple advice:
Hope this helps,
Olivier
This command consumed about 60G RAM. But it phased only 10Mb area. I still left about 2500Mb area to phase. how can I reduce the RAM when phasing a large cohort (~1200) of whole-genome sequencing data?
${shapeit4} --input chr18.vcf.gz \ --region 18:1-10000000 \ --thread 10 \ --sequencing \ --scaffold chr18_1-10000000-scaffold.vcf.gz \ --use-PS 0.0001 \ --log phased.log \ --output chr18_1-10000000.phased.vcf