Results for "Perl"

Tags

  • Keep perl in container https://www.ecliptik.com/Containerizing-a-Perl-Script/ #Docker #Container #Perl #Dependencies

    Tags: Docker, Container, Perl, Dependencies

    1527 days ago

  • PAR::Packer to pack your perl program $ sudo apt install libpar-packer-perl #Perl #Pack #PAR

    Tags: Perl, Pack, PAR

    1524 days ago

  • The easy way to build stand-alone Perl apps https://www.perl.com/article/58/2014/1/5/The-easy-way-to-build-stand-alone-Perl-apps/ #Perl #Pack

    Tags: Perl, Pack

    1455 days ago

  • Makefile:820: recipe for target 'test_dynamic' failed

    While installing XML::DOM::XPath I got the following error Makefile:820: recipe for target 'test_dynamic' failed How to fix it ?

    Tags: Perl, Cpan, Install, Module, Test, Dynamic

    1295 days ago

  • $ export PERL5LIB=/usr/share/perl5/:/usr/lib/x86_64-linux-gnu/perl5/5.26/Text/ #Set #Path #Perl #Module

    Tags: Set, Path, Perl, Module

    1185 days ago

  • Run bash script in Perl program !

    BioPerl is a compilation of Perl modules that can be used to build bioinformatics-related Perl scripts. It is used, for example, in the development of source codes, standalone software/tools, and algorithms in bioinformatics programmes. Different modules are easy to instal and include, making it ...

    Tags: Perl, Bash, Script, awk, Module

    650 days ago

  • Steps to find all the repeats in the genome !

    To find repeats in a genome from 2 to 9 length using a Perl script, you can use the RepeatMasker tool with the "--length" option[0]. Here's a step-by-step guide: Install RepeatMasker: First, you need to install RepeatMasker on your system. You can download it from the RepeatMasker website[...

    Tags: Steps, Repeats, Genome, Perl, RepeatMasker

    261 days ago

  • Download mutliple fasta file from NCBI in one GO!!

    if you have less time, then use three ways mentioned in bookmark link to extract/download all fasta sequences in single click given that you already have a list of GIs or accession IDs . Alternatively, use one liner perl script: perl -ne 'if(/^>(\S+)/){$c=$i{$1}}$c?print:chomp;$i{$_}=1 if @A...

    Tags: fasta, multiple fasta, ncbi, entrez, perl

    3923 days ago

  • #Upgrade the #perl in #Ubuntu $ sudo cpan cpan[1]> upgrade

    Tags: Upgrade, perl, Ubuntu

    2859 days ago

  • Update CPAN $ cpan> install CPAN; reload cpan #cpan #perl

    Tags: cpan, perl

    2536 days ago