Results for "pe"

Bio-Scripts

  • R script to plot VCF file

    library(vcfR) vcf_file

    1586 days ago

  • Circos with circosJS

    ...let width = $(window).width() - 20, height = $(window).height() - 20 let svg = d3.select("body") .append("svg") .attr('id',...

    1585 days ago

  • Uninstall a perl module !

    # uninstall_perl_module.pl from PerlTricks.com use 5.14.2; use ExtUtils::Insta...no Module::Name passed as an argument. E.G.\n\t perl $0 Module::Name\n") unless...arn "could not remove $dir: $!\n"; } #Run #perl uninstall_perl_module.pl Bi...

    1575 days ago

  • Installing docker for Bioinformatics on Ubuntu !

    ...g package lists... Done Building dependency tree Reading st...OS/Arch: linux/amd64 Experimental: false Server...OS/Arch: linux/amd64 Experimental: false containe...an existing stack diff Inspect changes to files or directo...

    1574 days ago

  • Perl script to reads and extract webpage contents !

    use 5.010; use strict; use warnings; use WWW::Mechanize; my ($url) = @ARGV; die "Usage: $0 URL\n" if not $url; my $w = WWW::Mechanize->new; $w->get($url); say $w->content; #Run #jit@jit-HP-Pro-3335-MT:~/Downloads/testDock$ perl web.pl https://bioinformaticsonline.com

    1574 days ago

  • Pack a perl program with their dependencies on Ubuntu !

    ...udo apt install libpar-packer-perl Reading package lists... Done Building dependency tree Reading st...kB of archives. After this operation, 5,989 kB of additional...etting up libmodule-signature-perl (0.81-1) ... Setting up li...T Exam is both the question paper & answer key is released...

    1572 days ago

  • Commands to install conda in Ubuntu !

    ...ECT, INDIRECT, INCIDENTAL , SPECIAL, EXEMPLARY, OR CONSEQUENT...("cuDNN binaries"). You are specifically authorized to use th...-he6710b0_1 ... installing: openssl-1.1.1b-h7b6447c_1 ... in....1-py37_0 ... installing: pyopenssl-19.0.0-py37_0 ... instal...

    1572 days ago

  • Commands to install Statistics::R module in Ubuntu !

    ...t-get install libstatistics-r-perl Reading package lists... Done Building dependency tree Reading st...installed: libstatistics-r-perl r-base r-base-html 0 upgra...kB of archives. After this operation, 706 kB of additional d...ected package libstatistics-r-perl. Preparing to unpack .../l...

    1571 days ago

  • Basic docker commands !

    ...his will remove: - all stopped containers - all networks...ock$ sudo docker system df TYPE TOTAL...ld-essential gcc-multilib perl ---> Using cache ---> 9...Version: 4.15.0-88-generic Operating System: Ubuntu 18.04.4...

    1569 days ago

  • Check os version in Linux !

    ...edure to find os name and version on Linux: #Open the terminal application (ba...er login using the ssh: ssh user@server-name #Type any one of the following comm...release lsb_release -a hostnamectl #Type the following command to find...

    1567 days ago