Results for "IT"

Bio-Scripts

  • Uninstall a perl module !

    ...use 5.14.2; use ExtUtils::Installed; use ExtUtils::Packlist; # Exit unless a module name was pass...= shift @ARGV; my $installed_modules = ExtUtils::Installed->new; # iterate through and try to delet...

    1578 days ago

  • Installing docker for Bioinformatics on Ubuntu !

    jit@jit-HP-Pro-3335-MT:~/Downloads$ s...cker.com -o get-docker.sh jit@jit-HP-Pro-3335-MT:~/Download...Client: Docker Engine - Community Version: 19.03.8...//docs.docker.com/engine/security/security/#docker-daemon-atta...se Pause all processes within one or more containers...

    1577 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

    1577 days ago

  • Pack a perl program with their dependencies on Ubuntu !

    ...your own executable ./web jit@jit-HP-Pro-3335-MT:~/Downloads/au...his operation, 5,989 kB of additional disk space will be used....Lost password ActivityNewsOpportunityResearchLabsQu...a Importance for Researchers With Benefits to the Strategy !By...

    1575 days ago

  • Commands to install conda in Ubuntu !

    jit@jit-HP-Pro-3335-MT:~/Downloads$ mkdir jittmp jit@jit-HP-Pro-3335-MT:~/Downloads$ c...to use the cuDNN binarie s with your installation of Anacond...b8bf9_0 ... installing: libedit-3.1.20181209-hc058e9b_0 ......0-py37_0 ... installing: scikit-image-0.14.2-py37he6710b0_0 ....

    1575 days ago

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

    ...pendency tree Reading state information... Done The following additional packages will be install...ed. Need to get 87.4 kB of archives. After this operation, 706 kB of additional disk space will be used....

    1575 days ago

  • Basic docker commands !

    jit@jit-HP-Pro-3335-MT:~/Downloads/tes...0B 0B jit@jit-HP-Pro-3335-MT:~/Download...tal reclaimed space: 2.049GB jit@jit-HP-Pro-3335-MT:~/Download...3da3 Step 4/12 : MAINTAINER "Jitendra Narayan" ---> Using c...pl --install/-i --conf/-c jit@jit-HP-Pro-3335-MT:~/Download...

    1573 days ago

  • Install kraken on linux

    ...-all-0.10.6_eaf8fb68-0 perl-threaded bioconda/linux-64::perl-threaded-5.26.0-0 The following packages will be SUPERSEDED by a higher-priority channel: kraken...

    1526 days ago

  • Setting up autoConTAMPR !

    (base) jit@jit-HP-Pro-3335-MT:~/Downloads/testDock$ docker build -...-deps ---> e890cc223da3 Step 4/16 : MAINTAINER "Jitendra Narayan" ---> Using c...apt-get update --yes && apt-get install --yes git && apt-get install -y wge...

    1506 days ago

  • Extract the sequence by IDs !

    ...TA/FASTQ). if you have a list of identifiers that you would like to extract from a file, you can run this command as follows: #Extract sequences with names in file name.list, one...

    1466 days ago