Results for "Perl"

Tags

  • Store all files in a array using perl: my @filesbwa = <$base_name/reads/$base_name.$library.bwa.*fa> #Store #Keep #Array #Perl

    Tags: Store, Keep, Array, Perl

    2352 days ago

  • Building Web UIs With Mojolicious Perl

    Mojolicious is one of 3 leading web frameworks available in the perl ecosystem (along with Dancer and Catalyst) and by far my favorite. Mojolicious aims to provide a complete web development experience. It thus has no hard dependencies, comes with a built-in development and production server and...

    Tags: Building, Web, UIs, Mojolicious, Perl

    2331 days ago

  • Bioinformatics Web Application Development with Perl

    Perl's second wave of adoption came from the growth of the world wide web. Dynamic web pages—the precursor to modern web applications—were easy to create with Perl and CGI. Thanks to Perl's ubiquity as a language for system administrators and its power to manipulate text, it was the...

    Tags: Bioinformatics, Web, Application, Development, Modern, Perl

    2331 days ago

  • Installing Perl environment on Linux

    By using plenv, you can easily install and switch among different version of Perl. This will be installed under your home directory in~/.plenv. Install latest Perl (with supporting multithreading) and CPANMinus. $ cd $ git clone git://github.com/tokuhirom/plenv.git ~/.plenv $ git clon...

    Tags: Install, Perl, environment, Linux, plenv, CPAN, CPANMinus

    2331 days ago

  • Frontend: Perl Web framework documentation - Andrej Sali Lab

    The frontend is a set of Perl classes that displays the web interface, allowing a user to upload their input files, start a job, display a list of all jobs in the system, and get back job results. The main saliwebfrontend class must be subclassed for each web service. This class is then...

    Tags: Frontend, Perl, Web, framework, documentation, Andrej Sali, Lab

    2318 days ago

  • mojolicious: a next generation web framework for the Perl programming language.

    Back in the early days of the web, many people learned Perl because of a wonderful Perl library called CGI. It was simple enough to get started without knowing much about the language and powerful enough to keep you going, learning by doing was much fun. While most of the techniques used are...

    Tags: mojolicious, next generation, web, framework, Perl, programming, language

    2314 days ago

  • Glob multiple files in Linux with Perl. my @soundfiles = grep {/\.(wav|mid|mp3|rm|ogg)$/i} glob("*"); #Perl #Linux #Glob

    Tags: Perl, Linux, Glob

    2238 days ago

  • Installing Bio::SCF perl module

    Most Perl modules are written in Perl, some use XS (they are written in C) so require a C compiler (it's easy to get this setup - don't panic), see your OS of choice below to find out how to get the right compiler. Modules may have dependencies on other modules (almost al...

    Tags: Perl, SCF, Bio::SCF, Install, Module, Bio-Lib, autoConTAMPR

    2228 days ago

  • Finding coding regions in DNA sequences http://genome.crg.es/courses/Lisbon04/exercises/day2/Perl_programming/index.html #Perl #Genes #Script

    Tags: Perl, Genes, Script

    2165 days ago

  • RestrictionDigest: A powerful Perl module for simulating genomic restriction digests

    RestrictionDigest can simulate the reference genome digestion and generate comprehensive information of the simulation. It can simulate single-enzyme digestion, double-enzyme digestion and size selection process. It can also analyze multiple genomes at one run and generates concise comparison of ...

    Tags: RestrictionDigest, powerful, Perl, module, simulating, genomic, restriction, digests

    2164 days ago