-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
Hi, |
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 |
Hi, I found the same issue and I am also using genetic map, did you come up with a solution for this? @LouisLeNezet @Thecover @nmshahir |
I'm afraid not for the moment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The parameters used are below:
Please advise?
The text was updated successfully, but these errors were encountered: