bash sort bed file by chrom start end
# Basic syntax:
sort -V -k1,1 -k2,2 input_file.bed > sorted_file.bed
# This sorts alphanumerically by chromosome and then byvstart position
# and then by end position, producing a file order like:
chr1 1 10
chr1 2 5
chr2 1 10
. . .
. . .
. . .
chr10 1 10
. . .
. . .
. . .
chrX 1 10
chrY 1 10
Also in C++:
- which gpu do i have linux
- git stash
- git bash in cmd
- firewall allow port ubuntu
- github deploy server
- specific branch clone git
- init step way to create repository git
- wsl2 access folder from windows
- can linux terminal crash
- run vue project by npm
- yarn install package from github
- bash if call function
- git revert file to master
- If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function 'cvDestroyAllWindows'
- ubuntu 20.10 how to open zip file
- how to cd unc
- install vagrant in ubuntu 18.04
- how to install whatsapp on manjaro linux
- check th binggest file in linux
- disable hiberfil.sys
- ubuntu kill process on a port
- how to install idle on ubuntu 20.04
- install vuetif
- stop nginx server