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
When requesting genotype values, the user is able to enter a list of sample names, e.g. by copy / paste into a text area.
The request is implemented by bcftools, which does not accept duplicate sample names.
The solution is to filter out duplicate sample names entered by the user before sending the request to bcftools.
Details
There's a message in the server log indicating this has occurred :
childProcess vcfGenotypeLookup.bash errors : [E::bcf_hdr_subset] Duplicate sample name "AGG..."
At the same time or closely related there was also a segmentation fault in bcftools :
Introduction
When requesting genotype values, the user is able to enter a list of sample names, e.g. by copy / paste into a text area.
The request is implemented by bcftools, which does not accept duplicate sample names.
The solution is to filter out duplicate sample names entered by the user before sending the request to bcftools.
Details
There's a message in the server log indicating this has occurred :
At the same time or closely related there was also a segmentation fault in bcftools :
The text was updated successfully, but these errors were encountered: