Results for "Linux Filesystem"

Bio-Scripts

  • Get the Linux system information !

    #!/bin/bash # while-menu-dialog: a menu driven system information program DIALOG_CANCEL=1 DIALOG_ESC=255 HEIGHT=0 WIDTH=0 display_result() { dialog --title...

    963 days ago

  • Download desire version of Blast software !

    #Create a directory and wget it wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.6.0/ncbi-blast-2.6.0+-x64-linux.tar.gz #unpacking blast tar -zxvf ncbi-blast-2.6.0+-x64-linux.tar....

    957 days ago

  • Install hhsuite using conda !

    (base) [abhi@hn1 bin]$ conda install -c conda-forge -c bioconda hhsuite Collecting pa...ll be INSTALLED: _openmp_mutex pkgs/main/linux-64::_openmp_mutex-4.5-1_gnu hhsuite bioconda/linux-64::...

    957 days ago

  • Installing Covid19 Environment !

    (base) vikas@vikas-Lenovo-ideapad-320-15ISK:~/vinodLab/Genepi$ co...########### | 100% gxx_impl_linux-64-9. | 10.6 MB | #########...############ | 100% ld_impl_linux-64-2.3 | 667 KB | ########...############ | 100% sysroot_linux-64-2.1 | 34.3 MB | ########...hing BUSCO genes) -- works in Linux only...

    938 days ago

  • Remove Apache2 from Linux !

    #Purge it sudo apt-get purge apache2 #Auto remove sudo apt-get autoremove #Remove sudo rm -rf /etc/apache2 #Try this sudo apt remove apache2.*

    931 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

    875 days ago

  • Install Ruby using Conda !

    [abhi@hn1 MetaCarvel]$ conda install -c conda-forge ruby Collecting package metadata...be INSTALLED: gdbm conda-forge/linux-64::gdbm-1.18-h0a1914f_2 ruby conda-forge/linux-64::...

    840 days ago

  • Install mgsc on Ubuntu !

    (abhiENV) [abhi@hn1 output_OM824]$ conda create -n mgsc python=3.6 graphv...ED: _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main _openmp_mutex pkgs/main/linux-64::_openmp_mutex-4.5-1_gnu...c58_0 lz4-c pkgs/main/linux-64::...

    840 days ago

  • Install Install Gffcompare on Ubuntu / Linux

    #Gffcompare is a program that is used to perform operations on general feature format.... It has a binary distribution compatible with the linux we’re using so we will just d...ccb.jhu.edu/software/stringtie/dl/gffcompare-0.9.8.Linux_x86_...

    838 days ago

  • Install R in Ubuntu / Linux !

    #R is a feature rich interpretive programming language originally released in 1995. It is heavily used in the bioinformatics community largely due to numerous R libraries...

    838 days ago