Results for "Documentation"

Bio-Scripts

  • Genetic Algorithms demonstration with word DNA in Perl

    ...} return $fitness; } # end of fitness() } # Function to sample from an array of weighted elements # originally written by Abigail # Documentation for the algorithm is at # ht...

    2423 days ago

  • Create genome scaffolding with Perl

    #!/usr/bin/perl use warnings; use strict; use English; use Pod::Usage; ## uses pod documentation in usage code use Getopt::Long qw(:config auto_version auto_help pass_through);...

    2360 days ago

  • Running Transrate !

    ...uence based (if --assembly is given) 2. read mapping based (if --left and --right are given) 3. reference based (if --reference is given) Documentation at http://hibberdlab.com/tran...

    2175 days ago

  • Commands to install conda in Ubuntu !

    .... * Redistributions in binary form must reproduce the above copyright notice, th is list of conditions and the following disclaimer in the documentation and/or o ther materials prov...

    1563 days ago

  • Perl IPC::Open2 module

    ...rg1 arg2'); OR without using the shell $output = open2(my $out, my $in, 'command', 'arg1', 'arg2'); You can read about it more in the documentation: IPC::Open2.

    1215 days ago