Results for "A"

Pages

  • Reverse Complement Problem Solved with Perl

    Question at http://rosalind.info/problems/1b/ #Find the reverse complement of a DNA string.#Given: A DNA string Pattern.#Return: Pattern, the reverse...ngs;my $string="AAAACCCGGT";my $finalString="";my %hash = ( &...; $aa++) {    my $char=substr $string, $aa, 1; ...

    3281 days ago

  • Frequent words problem solution by Perl

    Solved with perl http://rosalind.info/problems/1a/ #Find the most frequent k-mers in a string.#Given: A DNA string T...t frequent k-mers in Text (in any order).use strict;use warni...){    print "$name " if $myHash{$name} == $max...

    3281 days ago

  • Pattern Matching Problem Solution with Perl

    Problem at http://rosalind.info/problems/1c/ #Find all occurrences of a pattern in a string.#Given: Strings Patter...ng positions in Genome where Pattern appears as a substring....ing, $subStr, $kmer);sub kmerMatch { #Check the exact matchin...bsp;    print $aa;    }}}

    3281 days ago

  • Clump Finding Problem Solved with Perl

    The question at http://rosalind.info/problems/1d/ Script are moved to http://bioinformaticsonline.com/snippets/view/34633/clump-finding-problem-solved-with-perl

    2362 days ago

  • Genome Assembly Tools and Software - PART2 !!

    The genome assemblers generally take a file of short sequence reads and a file of quality-value as the input. Since the quality-value file for the high t...urce, freely available tool that automatically downloads, ass...eed for all three datasets on a single CPU. XGenovo –...

    2714 days ago

  • Awesome perl frameworks, libraries and software - PART 2

    ...gccfilter - gccfilter is a perl filter to colorize and simplify (or expand) gcc diagnostic messages. gccfilter is particularly...erl - The Modern::Perl CPAN Distribution cho45/Text-Xat...ada/PerlDocJp - This Web application let perldoc.jp Japa...

    2523 days ago

  • Awesome perl frameworks, libraries and software - PART 3

    fujiwara/perl-queue-q4pg-lite - simple message queue using PostgreSQL. fo.../p5-Devel-PerlySense - CPAN module Devel::PerlySense hv...s channel concept from IRC. Slack.com clone in perl ...to measure and limit CPU time and memory consumption of black...

    2523 days ago

  • Awesome perl frameworks, libraries and software - PART 4

    ...uster performances monitoring and auditing tool cfengine/des...bsp;- RegRipper version 2.8 kazuho/kaztools - shellscri...eburo/Monoceros - PSGI/Plack server with event driven co...en ytoolshed/multipkg - Automation for package builds...

    2523 days ago

  • Awesome perl frameworks, libraries and software - PART 5

    ...sp;- subtitle converter reyjrar/graphite-scripts - A Collect...resmon - resmon motemen/App-htmlcat - redirect std...s-Notify-Simple - Simple and dumb file system watcher m...her repo (e.g. nqp-rx one or Rakudo one) at some point. jaso...

    2523 days ago

  • Hello Python World !

    As I mentioned earlier, I will keep on posting one Python script per day to introduce you to Python programming. Whether you are an experienced...ntended for everyone who wishes to learn the Python programming lang...ctive - it simply prints out a line (and also includes a newline)....

    2211 days ago