Results for "Perl"

Tags

  • Awesome perl frameworks, libraries and software - PART 1

    A curated list of awesome Perl frameworks, libraries and software. major/MySQLTuner-perl - MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. kraih/mojo - Mojolicious - Perl...

    Tags: Awesome, perl, frameworks, libraries, software

    2502 days ago

  • Awesome perl frameworks, libraries and software - PART 2

    licheng/gccfilter - gccfilter is a perl filter to colorize and simplify (or expand) gcc diagnostic messages. gccfilter is particularly aimed at g++ (i.e. dealinging with C++) messages which can contain lot of template-related errors or warnings difficult to sort out. klenin/cats-main ...

    Tags: Awesome, perl, frameworks, libraries, software

    2507 days ago

  • Awesome perl frameworks, libraries and software - PART 4

    tjstein/php5-fpm-munin-plugins - A set of Munin plugins for PHP5-FPM perusio/nginx-munin - A set of plugins for monitoring nginx with Munin openresty/lua-resty-memcached - Lua memcached client driver for the ngx_lua based on the cosocket API jayjanssen/myq_gadgets - Vario...

    Tags: Awesome, perl, frameworks, libraries, software

    2507 days ago

  • Awesome perl frameworks, libraries and software - PART 5

    robelix/sub2srt - subtitle converter reyjrar/graphite-scripts - A Collections of Scripts for Working with Graphite regilero/check_nginx_status - Nagios check for nginx status report omniti-labs/resmon - resmon motemen/App-htmlcat - redirect stdin to web browser moo...

    Tags: Awesome, perl, frameworks, libraries, software

    2507 days ago

  • Perlbrew: admin-free perl installation management tool.

    perlbrew is an admin-free perl installation management tool. The latest version is 0.79, read the release note: Release 0.79.  Copy & Paste this line into your terminal: \curl -L https://install.perlbrew.pl | bash Or, if your system does not have curl but something else: # Lin...

    Tags: admin-free, perl, installation, management, tool

    2502 days ago

  • PerlOneLiner for Bioinformatician

    FILE SPACING------------ # Double space a fileperl -pe '$\="\n"'perl -pe 'BEGIN { $\="\n" }'perl -pe '$_ .= "\n"'perl -pe 's/$/\n/'perl -nE 'say' # Double space a file, except the blank linesperl -pe '$_ .= "\n" unless /^$/'perl -pe '$_ .= "\n" if /\S/' # Triple space a fileperl -pe '$\="\n\n"...

    Tags: perl, perloneliner, onelioner

    2315 days ago

  • “One code to find them all”: a perl tool to conveniently parse RepeatMasker output files

    One code to find them all is a set of perl scripts to extract useful information from RepeatMasker about transposable elements, retrieve their sequences and get some quantitative information. Assemble RepeatMasker hits into complete TE copies, including LTR-retrotransposon Retrieve correspond...

    Tags: perl, tool, conveniently, parse, RepeatMasker, output, files

    2175 days ago

  • getopts.pl file

    SSPACE_longread complain for getopts.pl file. To resolve this, download and have in SSPACED-Longreads folder. Cheers :)

    Tags: SSAPCE, LongREads, SSPACE-Longreads, Scaffolding, error, getopts, perl, genome

    2164 days ago

  • TwinBLAST: When Two Is Better than One

    TwinBLAST is a web-based tool for viewing 2 BLAST reports simultaneouslyside-by-side. It uses ExtJS (www.sencha.com/products/extjs/) to provide 2independently scrollable panels. BioPerl (www.bioperl.org) is used to indexraw BLAST reports and Bio::Graphics is used to draw pictograms of the BLASThi...

    Tags: TwinBLAST, blast, perl, HGT, LGT

    1715 days ago

  • Perl one-liner for beginners !

    I often use the following arguments to perl: -e Makes the line of code be executed instead of a script -n Forces your line to be called in a loop. Allows you to take lines from the diamond operator (or stdin) -p Forces your line to be called in a loop. Prints $_ at the end   This ...

    Tags: perl, oneliner, linux, handy, script, codes

    1394 days ago