Results for "ML"

Bio-Scripts

  • Install mgsc on Ubuntu !

    ...pkgs/main/linux-64::libwebp-base-1.2.0-h27cfd23_0 libxcb pkgs/main/linux-64::libxcb-1.14-h7b6447c_0 libxml2 pkgs/main/linux-64::libxml2-2.9.12-h03d6c58_0 lz4-c...

    840 days ago

  • Install Install Gffcompare on Ubuntu / Linux

    ...ith the linux we’re using so we will just download, extract, and make a symlink. # download and extract...x86_64.tar.gz tar -xzvf gffcompare-0.9.8.Linux_x86_64.tar.gz # make symlink ln -s ~/workspace/bin/gff...

    838 days ago

  • Install R in Ubuntu / Linux !

    ...ild the software and copy the files to their proper location and create symlinks for the executables. Fina...x=/home/ubuntu/workspace/bin --with-x=no make make install ## make symlinks ln -s ~/workspace/bin/R-...

    838 days ago

  • Install StringTie on ubuntu / Linux !

    ...istribution and extract it. Like with our other programs we also make a symlink to make it easier to find...._x86_64.tar.gz tar -xzvf stringtie-1.3.0.Linux_x86_64.tar.gz # make symlink ln -s ~/workspace/bin/str...

    838 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

    830 days ago

  • Install GATK 4 using conda !

    ...te a virtual environment for GATK by using the yaml file included within GATK as...ironment should be stored. We will also make a symlink so the executable download...gatk-4.0.2.1/ conda env create -f gatkcondaenv.yml -p ~/workspace/bin/conda/gatk...

    826 days ago

  • Update conda !

    ...| h7f8727e_5 51 KB xmltodict-0.12.0 |...The following packages will be DOWNGRADED: xmltodict...###################################### | 100% xmltodict-0.12.0 | 13 KB...

    800 days ago

  • Install Read Simulator

    ...ed: libgsl23 libgslcblas0 Suggested packages: art-nextgen-simulation-tools-profiles gsl-ref-psdoc | gsl-doc-pdf | gsl-doc-info | gsl-ref-html The following NEW packages w...

    679 days ago

  • R script to covert and export html page to png

    # Library library(streamgraph) # Create data: data

    433 days ago