Results for "detail"

Bio-Scripts

  • BASH script for SelfBLAST a genome

    ...h all #Common settings FASTAFILE=MergedContigs.fasta MYDB=myDB OUTFILE=seeRES THREAD=20 SEQ="" echo "User $USER provided $# arguments, Detail of the arguments: $@" if [...

    2659 days ago

  • Script to extract the cluster detail !

    $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic $ cat /proc/cpuinfo | grep -i 'model name' | head -n 1 model name : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz

    1386 days ago

  • Command line to download blast database / protein

    ...base location - NCBI where all databases are available ftp://ftp.ncbi.nlm.nih.gov/blast/db/ https://ftp.ncbi.nlm.nih.gov/blast/db/ # Database detail / description nr.*tar.gz |...

    951 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

    823 days ago