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
Hello, I want to change the sample name of .g.vcf.gz files, and it threw seg fault. bcftools reheader -s <(echo "old_name" "new_name") -o folder/output.g,vcf.gz input.g.vcf.gz
But i found the problem is permission denied by 'folder', i also tested it with no existing folder path, it threw seg fault too.
The bcftools version is :
bcftools 1.21
Using htslib 1.21
Copyright (C) 2024 Genome Research Ltd.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
The text was updated successfully, but these errors were encountered:
Hello, I want to change the sample name of .g.vcf.gz files, and it threw seg fault.
bcftools reheader -s <(echo "old_name" "new_name") -o folder/output.g,vcf.gz input.g.vcf.gz
But i found the problem is permission denied by 'folder', i also tested it with no existing folder path, it threw seg fault too.
The bcftools version is :
bcftools 1.21
Using htslib 1.21
Copyright (C) 2024 Genome Research Ltd.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
The text was updated successfully, but these errors were encountered: