Skip to content

Memory exceeds above 100G for WGS gVCF (pgscatalog-match) #368

Closed Answered by smlmbrt
kpalanikannan asked this question in Q&A
Discussion options

You must be logged in to vote

I would suggest splitting the data by chromosome if you haven't already (some relevant docs: https://pgsc-calc.readthedocs.io/en/latest/how-to/prepare.html). For instance by running a similar command per-chromosome:

plink2 --vcf <full_path_to_vcf.vcf.gz> \
    --allow-extra-chr \
    --chr 1 \
    -make-pgen --out <short name>_1

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@kpalanikannan
Comment options

@smlmbrt
Comment options

@smlmbrt
Comment options

Answer selected by smlmbrt
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants