Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Bash script to transfer files to server !

  • Public
By Neelam Jha 797 days ago
# rsync options source destination rsync -azvh --progress PacBio_clean.fa xxx@xxx.xxx.res.in:/home/ # scp source_file_name username@destination_host:destination_folder scp –rpv /datafile xxx@192.168.1.100:/home/me