Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phase_common failing at PBWT step #96

Open
nmshahir opened this issue Apr 9, 2024 · 2 comments
Open

phase_common failing at PBWT step #96

nmshahir opened this issue Apr 9, 2024 · 2 comments

Comments

@nmshahir
Copy link

nmshahir commented Apr 9, 2024

I'm using SHAPEIT5 to phase a large panel (300K+) using phase_common and it keeps stopping at the PBWT step?
This is the relevant error:

WARNING: No PBWT states found [1000042 / w=76] / Using 100 random states

WARNING: No PBWT states found [1000042 / w=77] / Using 100 random states

ERROR: Haploid underflow impossible to recover for [1000039]

The parameters used are below:

Parameters:

  • Seed : 15052011
  • Threads : 8 threads
  • MCMC : 15 iterations [5b + 1p + 1b + 1p + 1b + 1p + 5m]
  • PBWT : [window = 4cM / depth = auto / modulo = auto / mac = 5 / missing = 0.1]
  • HMM : [window = 4cM / Ne = 15000 / Recombination rates given by genetic map]

Please advise?

@Thecover
Copy link

Thecover commented Jul 2, 2024

Hi,
I encountered the same issue as you. Did you manage to resolve it? If so, could you please share how you did it? Thank you!

@LouisLeNezet
Copy link

I've ran into the same issue but it appeared only when adding the genetic map.

wget https://raw.githubusercontent.com/nf-core/test-datasets/phaseimpute/hum_data/panel/chr21/1000GP.chr21.s.norel.vcf.gz
wget https://raw.githubusercontent.com/nf-core/test-datasets/phaseimpute/hum_data/panel/chr21/1000GP.chr21.s.norel.vcf.gz.csi
wget https://raw.githubusercontent.com/nf-core/test-datasets/phaseimpute/hum_data/reference_genome/GRCh38_21.map
SHAPEIT5_phase_common \
        --input 1000GP.chr21.s.norel.vcf.gz \
        --map GRCh38_21.map \
        --region chr21:16570070-16609998 \
        --thread 2 \
        --output 1000GP_chr21_16570070-16609998_chunks.vcf.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants