Results for "TE"

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 complement of Pattern.use strict;use w...

    3251 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 Text and an integer k.#Return: All most frequent k-mers in Text (in an...

    3251 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 Pattern and Genome.#Return: All starting positions in Genome where Pattern appears as a su...

    3251 days ago

  • Genome Assembly Tools and Software - PART2 !!

    ...ds is usually highly memory-intensive, only a few assemblers, best suited for your assembly. For the s...uencing errors by locally clustering reads in small windows of...AMOS represents an important step towards fully automated meta...s produced two types of characteristic reads: CCS (short and l...

    2684 days ago

  • Awesome perl frameworks, libraries and software - PART 2

    licheng/gccfilter - gccfilter is a perl filter to colorize...che-deploy - Manage Website deployments (for PHP, Perl, T...pace-CloudFiles - Perl Interface to Rackspace Cloud Files...erl-Mongers/perl-pro - Site de divulgação d...

    2493 days ago

  • Awesome perl frameworks, libraries and software - PART 3

    ...xer - Perl module to create PDF documents from "simple" t...I and SQL schema dk/Win32-GuiTest - Perl GUI Test Utilit...ith the Asterisk Management Interface. rafl/perlfaq - Hi...bbitMQ using the management interface kazeburo/cloudforecast&...

    2493 days ago

  • Awesome perl frameworks, libraries and software - PART 4

    ...a simple deploy tool mdom/dategrep - print lines matching a date range kazuho/jailing -...ernstsson/Arqua - Architectural quality analysis tool f...bsp;- Example code and target text files for the O'Reilly book...Mac 內建字典 tokuhirom/cpan-outdated - detect outdated CPAN...

    2493 days ago

  • Awesome perl frameworks, libraries and software - PART 5

    ...sub2srt - subtitle converter reyjrar/graphite-scripts - A Collections...-labs/resmon - resmon motemen/App-htmlcat - redirec...bsp;- Simple and dumb file system watcher mhop/fhem-mirror&nb...Nagios plugins and pnp4nagios templates related to Puppetlab's...

    2493 days ago

  • Hello Python World !

    ...ing. Whether you are an experienced programmer or not, this tutorial is intended for everyone who wishes t...rective - it simply prints out a line (and also includes a newline). Create a file Hello.py print("Hel...

    2182 days ago

  • Python Numeric Variables and Types !

    Python is completely object oriented, and not "statically typed". You do not need to declare variables bef...clare their type. Every variable in Python is an object. To define an integer, use the following syntax...

    2182 days ago