Results for "Bioinformatics and Computational Biology"

Bio-Scripts

  • Genetic Algorithms demonstration with word DNA in Perl

    #!/usr/bin/perl -w # GA demonstration with word DNA (512 bits)...ual do { # select a random individual $individual = $population->[int(rand($pop_size))]; # individua...hts->[$i]; $sample = $i if rand $count [$...DATA__ about algorithm and biology by century come computer...

    2371 days ago

  • Installing docker for Bioinformatics on Ubuntu !

    jit@jit-HP-Pro-3335-MT:~/Downloads$ sudo apt-get remove docker doc..., 0 newly installed, 0 to remove and 0 not upgraded. jit@jit-HP...er that you will have to log out and back in for this to take effe...n (overrides DOCKER_HOST env var and default c...ir exit codes Run 'docker COMMAND --h...

    1512 days ago

  • Pack a perl program with their dependencies on Ubuntu !

    #Follow steps to create your own executable ./web jit@jit-HP-Pro-3335-M...g to unpack .../1-libmodule-scandeps-perl_1.24-1_all.deb ... U...test script web.pl at https://bioinformaticsonline.com/snippets...toConTAMPR/bin$ ./web https://bioinformaticsonline.com #It...SvABA: Structural variation and ind...

    1510 days ago

  • Install and set up i-adhore for synteny and wgd analysis ! -- step by step --

    #Need to download i-adhore-3.0.01.tar.gz from https://wdiceryfd4rjn74bjhhtz2k5di--bioinformatics-psb-ugent-be.trans...rc/bmp/CMakeFiles/bmp.dir/pnghandling.cpp.o [ 9%] Building CX...to a region of size between 0 and 6 [-Wformat-overflow=] stri...sprintf_chk’ output between 8 and 26 bytes...

    1202 days ago

  • Bash script to check installed bioinformatics program !

    allTools=(bwa mummer trimomatic) decFlag=0; for name in ${allTools[@]}; do #echo "enter your package name" # read name dpkg -s $name &> /dev/null...

    1045 days ago

  • Install R in Ubuntu / Linux !

    #R is a feature rich interpretive programming language originally...1995. It is heavily used in the bioinformatics community largely...we first would need to download and extract the source code. Next...d later. From there we’d do make and make inst...llation location. ## download and ext...

    822 days ago