Results for "AP"

Bio-Scripts

  • Update conda version !

    Lenovo-ideapad-320-15ISK:~/VANSH$ conda update -n base conda Collecting package metadata (current_repodata.json): done Solving environment: done ## Package Plan ##...

    920 days ago

  • Update the Linux OS !

    #To update the linux OS -- run the following sudo -- sh -c 'apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y' #OR sudo apt-get update && sudo apt-get upgrade

    918 days ago

  • Compile CPP to exe

    ...-o NewFileName TrojanCockroach.cpp g++ -o NewFileName Infect.cpp Change "NewFileName" to w/e you want to name each exe file. The exe files will appear in the same folder.

    908 days ago

  • Installing SEVA environment in Conda !

    ...############################################################# | 100% r-rappdirs-0.3.3 | 51 KB |...########################################################## | 100% r-reshape2-1.4.4 | 135 KB | ###...

    896 days ago

  • Extract all fasta sequences except ids !

    ...bseq kmercollection.fasta ../omi_single_id.txt > omi_kmer19.fa #reformat to 19mer reformat.sh in=omi_kmer19.fa out=omi_kmer19_formated.fa fastawrap=19 #Extract and number the...

    886 days ago

  • Install mgsc on Ubuntu !

    ...ded / updated specs: - graphviz - numpy - pytho...f587b_1 1.7 MB graphviz-2.40.1 |...::glib-2.69.1-h4ff587b_1 graphite2 pkgs/main/linux...################## | 100% graphviz-2.40.1 | 6.5 MB |...

    883 days ago

  • BBmap the reads with all alignments !

    bbmap.sh in=../reference/reference.numbered.fa ambig=all vslow perfectmode maxsites=100000 out=fetch_Ids_for_barcode.sam

    876 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

    873 days ago

  • Command line to print disk usage on Linux terminal !

    #Print disk usage - perl du -h |perl -e'%h=map{/.\s/;99**(ord$&&7)-$`,$_}`du -h`;die@h{sort%h}' #Bash du -k * | sort -nr | cut -f2 | xargs -d '\n' du -sh #Base du -scBM | sort -n #More du -s * | sort -rn | cut -f2- | xargs -d "\n" du -sh

    872 days ago

  • Bash online to update Linux OS

    sudo bash -c 'for i in update {,full-,dist-}upgrade auto{remove,clean}; do apt-get $i -y; done'

    749 days ago