bcftools extract information
# Example usage:
bcftools query --format '%CHROM\t%POS\t%INFO/END\t[%GT]\n' input_file.vcf
# Where:
# - Fixed columns like CHROM and POS are referred to as %COLUMN
# - Info fields need to be specified as %INFO/TAG
# - Format fields need to be enclosed in brackets
# - The tab \t and new line \n characters are used to format the output
Also in C++:
- wsl convert to wsl2
- how to add font in ubuntu
- open jpg command line linuc
- how to check windows powershell version
- centos selinux set permissive
- linux enable scroll lock
- bash add text to the beginning or end of every line
- kill proccess using serial port
- bash print specific range of rows from a file
- generate 6 digit random number ruby
- replace characters command
- deploying to heroku from git
- opposite of diff unix
- Please install paramiko on your system. (sudo pip3 install paramiko)
- gitignore is not working
- install ruby environment on ubuntu 20.04
- how to edit old commit message in git
- check postgres version in ubuntu
- copy directory in linux
- install graphene federation
- linux install sass
- how download google drive file with wget
- git delete all tags local and remote
- updating vscode on ubuntu