Results for "Making good friends"

Bio-Scripts

  • Install Perl Locally !

    # To follow these instructions, we'll assume your system admins have already installed thes.../5.0/perl-5.24.1.tar.gz cd src tar -zxf perl-5.24.1.tar.gz # Configure and build, making...

    2137 days ago

  • Genetic Algorithms demonstration with word DNA in Perl

    #!/usr/bin/perl -w # GA demonstration with word DNA (512 bits) use strict; use Data::Dumper; # individuals in the population my $popsize = 1024; # a good st...

    2364 days ago

  • Create genome scaffolding with Perl

    #!/usr/bin/perl use warnings; use strict; use English; use Pod::Usage; ## uses pod documentation in usage...rim = min($sLen - $sEnd, $lLen - $lEnd); ## Only continue on if there's a good li...

    2301 days ago

  • BloomFilter

    ➜ Tools git:(master) ✗ git clone git://github.com/bcgsc/bloomfilter.git Clon...directory '/home/urbe/Tools/bloomfilter' Making all in Tests/AdHoc make[2]:...home/urbe/Tools/bloomfilter/Tests/AdHoc' Maki...NING: unrecognized options: --with-boost Making...

    2144 days ago

  • Installing Porechop on Ubuntu !

    ➜ Tools git:(master) ✗ git clone https://github.com/rrwick/Porechop.git Cloning...RESHOLD] [--extra_middle_trim_good_side EXTRA_MIDDLE_TRIM_GOOD_SIDE] [--ext...(default: 85.0) --extra_middle_trim_good_si...

    2099 days ago

  • Install gffread using Conda !

    #GffRead: GFF/GTF utility providing format conversions, filtering, FASTA sequence extraction and more. https://g....fasta gene_structures_post_PASA_updates.19157.gff3 #There are also another good op...

    1196 days ago

  • Tadpole is 250x faster than SPADes assembler !

    lege@jit-Lenovo-ideapad-320-15ISK:~/Downloads/MyTools/Vir$ tadpole.sh Written by Brian Bushnell Last modifie...ts quality reduced. markdeltaonly=t (mdo) Only mark bad bases adjacent to good ba...

    969 days ago