Results for "useR! Conference"

Bio-Scripts

  • Install MySQL on Ubuntu !

    #Installing MySQL on Ubuntu #To install MySQL on your Ubuntu server follow the steps below: First, update the apt package index by typing: sudo apt update #Then...

    921 days ago

  • Commands to get the detail of disk usage on Linux !

    #A simplistic approach would be du -shc /home/* du -shc /home/jnarayan #To sort it: du -smc /home/* | sort -n #There is also a wellknown Perl script that has the option of mailing disk usage reports per user: durep http://www.ubuntugeek.com/create-disk-usage-reports-with-durep.html

    817 days ago

  • Install GATK 4 using conda !

    #GATK is a toolkit developed by the broad institute focused primarily on variant discovery and genotyping. It is open source, hosted on github, and available under a BSD...

    813 days ago