Open
Description
Hi,
I am running the shapeit5 phase_common_static command on dsub and this is what I run:
aou_dsub \
--min-ram 100 \
--disk-size 300 \
--min-cores 8 \
--timeout "14d" \
--name "${JOB_NAME}" \
--input-recursive MAP="${WORKSPACE_BUCKET}/genetic_map" \
--input IN="${WORKSPACE_BUCKET}/data/hail_filtered.vcf.bgz" \
--input INDEX="${WORKSPACE_BUCKET}/data/hail_filtered.vcf.bgz.tbi" \
--output-recursive OUT="${WORKSPACE_BUCKET}/data" \
--command 'set -o errexit && \
set -o xtrace && \
phase_common_static --input "${IN}" --region chr6 --map "${MAP}/plink.chr6.GRCh38.map" --output "${OUT}/filtered_phased.bcf" --thread 8'
after running about 10 hours, the dstat status shows:
stopped running "user-command"
and gives me the the following error in the log file:
ERROR: Haploid underflow impossible to recover for [sample id]
I suspect it is because I have some missing value (marked as ./. ) in my vcf file for the GT calls, but not sure about it because right now all of my sample ids have the missing values less than 10% across all the SNPs. Can you please let me know what might be the cause of this haploid underflow issue?
Metadata
Metadata
Assignees
Labels
No labels