You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started a phasing project using 482 genomes and dividing the bcf by chromosomes using phase_common_static from shapeit 5 (Version : 5.1.1 / commit = 990ed0d / release = 2023-05-08) on a Ubuntu 22.04 server. The project stopped after about 15 minutes with the following message:
phase_common_static: src/utils/xcf.h:430: int32_t xcf_reader::readRecord(uint32_t, char**): Assertion `rdp == (ind_number[file]*2)' failed.
Abandon (core dumped)
I don't understand the meaning of the message and what I should modify to avoid it. Any clues?
Thanks
Thierry
The command I used was
END=19
for ((i=1;i<=END;i++)); do
BCF=Input_chr$i.bcf
OUT=Out_phased_chr$i.bcf
MAP=MySpecies_Chr$i.gmap.gz
phase_common_static --input ${BCF} --region $i --map ${MAP} --output ${OUT} --thread 8 --log Mylog_phased_chr$i.log
done
The full log info of one of the chromosome was:
[SHAPEIT5] phase_common (jointly phase multiple common markers)
Dear colleague
I have started a phasing project using 482 genomes and dividing the bcf by chromosomes using phase_common_static from shapeit 5 (Version : 5.1.1 / commit = 990ed0d / release = 2023-05-08) on a Ubuntu 22.04 server. The project stopped after about 15 minutes with the following message:
phase_common_static: src/utils/xcf.h:430: int32_t xcf_reader::readRecord(uint32_t, char**): Assertion `rdp == (ind_number[file]*2)' failed.
Abandon (core dumped)
I don't understand the meaning of the message and what I should modify to avoid it. Any clues?
Thanks
Thierry
The command I used was$i --map $ {MAP} --output ${OUT} --thread 8 --log Mylog_phased_chr$i.log
END=19
for ((i=1;i<=END;i++)); do
BCF=Input_chr$i.bcf
OUT=Out_phased_chr$i.bcf
MAP=MySpecies_Chr$i.gmap.gz
phase_common_static --input ${BCF} --region
done
The full log info of one of the chromosome was:
[SHAPEIT5] phase_common (jointly phase multiple common markers)
Files:
Parameters:
Reading genotype data:
phase_common_static: src/utils/xcf.h:430: int32_t xcf_reader::readRecord(uint32_t, char**): Assertion `rdp == (ind_number[file]*2)' failed.
Abandon (core dumped)
The text was updated successfully, but these errors were encountered: