Results for "X"

Pages

  • Frequent words problem solution by Perl

    ...he most frequent k-mers in a string.#Given: A DNA string Text and an integer k.#Return: All most frequent k-mers in Text (in any order).use strict;us...$string, $myStr, $kmer);    if ($km > $max) { $max = $km;}   &...

    3267 days ago

  • Pattern Matching Problem Solution with Perl

    ...positions in Genome where Pattern appears as a substring. Use 0-based indexing.use strict;use warnings;my...($subStr);kmerMatch ($string, $subStr, $kmer);sub kmerMatch { #Check the exact matching kmers with slidin...

    3267 days ago

  • Genome Assembly Tools and Software - PART2 !!

    ...s computation program for Linux and Windows. The algorithm ca...n be easily inserted into an existing assembly pipeline. This...Pre-Assembled Contigs after Extension) is a stand-alone prog...ing technologies, such as Solexa or 454.Velvet currently take...

    2700 days ago

  • Awesome perl frameworks, libraries and software - PART 2

    ...rently in use by the Lab, so expect full support. This materi...-based coding style. Farow/hexchat-scripts - Perl scrip...in FIT binary files mbarbon/extutils-xspp - Perl XS for...Store files (even on non-MacOSX), based on https://wiki....

    2509 days ago

  • Awesome perl frameworks, libraries and software - PART 3

    ...in 2001. dominikschulz/Zabbix-Sender - A pure-perl implementation of zabbix-sender. derf/Travel-Status-D...d. Passook can be run in a unix shell or as a cgi script. le...e language implemented in Linux/AMD64 machine code and self-m...titude programe on Debian linux, for you to search , download...

    2509 days ago

  • Awesome perl frameworks, libraries and software - PART 4

    ...ins for PHP5-FPM perusio/nginx-munin - A set of plugins for monitoring nginx with Munin openresty/lua-res...ayer to invoke and serve CGI executables. CityGenerator/City...toenv - Autoenv for zsh xme/hoover - Wireless Prob...Data-BR - OpenData-BR skx/slaughter - The Slaughte...

    2509 days ago

  • Awesome perl frameworks, libraries and software - PART 5

    robelix/sub2srt - subtitle converter...with Graphite regilero/check_nginx_status - Nagios check for nginx status report omniti-labs/re...y) miyagawa/fastpass - Tiny, XS free, standalone and prefork...make it to another repo (e.g. nqp-rx one or Rakudo one) at some po...

    2509 days ago

  • Hello Python World !

    ...cript per day to introduce you to Python programming. Whether you are an experienced programmer or not, t...e. Python is a very simple language, and has a very straightforward syntax. The simplest directive in Py...

    2197 days ago

  • Python Numeric Variables and Types !

    ...to declare variables before using them, or declare their type. Every variable in Python is an object. To define an integer, use the following syntax in Script1:  Numbers Sc...

    2197 days ago

  • Bioinformatics in Africa: Part2 - Kenya

    ...er, the Web is not well suited for tasks beyond  single­sequence annotation. Researchers need to become productive in a server­based Unix  environment with its we...

    1198 days ago