Results for "PA"

Bio-Scripts

  • Circos with circosJS

    ...: { display: true, color: 'grey', spacing: 10000000, labels: true, labelSpacing: 10, labelSu...

    1577 days ago

  • Install conda on remote server !

    Please take a look at the Anaconda repo archive page https://repo.continuum.io/archive/ and select an a..._64.sh -b -p ~/anaconda rm Anaconda3-4.2.0-Linux-x86_64.sh echo 'export PATH="~/anaconda/bin:$PATH"' >>...

    1573 days ago

  • Exit Bash Script When Any Command Fails

    ...mmand}\" command failed with exit code ${exit_code}." exit $exit_code fi } # enable !! command completion set -o history -o histexpand

    1572 days ago

  • Uninstall a perl module !

    ...s.com use 5.14.2; use ExtUtils::Installed; use ExtUtils::Packlist; # Exit unless a module name was passed die ("Error: no Module::...arn "could not remove $file: $!\n"; } # delete the module packfile my $packfile = $instal...

    1566 days ago

  • Installing docker for Bioinformatics on Ubuntu !

    ...ot installed, so not removed Package 'docker.io' is not insta...apt-key output should not be parsed (stdout is not a terminal...) --tlscert string Path to TLS certificate file (de...ch the logs of a container pause Pause all processes...

    1565 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

    1565 days ago

  • Pack a perl program with their dependencies on Ubuntu !

    ...AMPR/bin$ sudo apt install libpar-packer-perl Reading package lis...lecting previously unselected package libpar-perl. Preparing...o BETDBTQuestionPaperBINCAnswer DBT-BET...ak@rahul GeneMates: an R package for Detecting Horizontal...

    1563 days ago

  • Commands to install conda in Ubuntu !

    ...F MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIME...F SUCH DAMAGE. Notice of Third Party Software Licenses =======...rgoed co untries. The following packages are included in this di...th-1.1.0-py37_0 ... installing: msgpack-python-0.6.1-py37hfd86e86_1...

    1563 days ago

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

    ...one The following additional packages will be installed: r-base r-base-html Suggested packages: ess r-doc-info | r-...n, 706 kB of additional disk space will be used. Do you want...ies currently installed.) Preparing to unpack .../r-base_3.4....

    1563 days ago

  • Basic docker commands !

    ...90bcd010b626604895fa8f20dcec Total reclaimed space: 2.049GB jit@jit-HP-Pro-33...Step 8/12 : RUN apt-get install -y curl && cpan install App::cpanminus ---...alse Server: Containers: 1 Running: 0 Paused: 0 Stopped: 1 Images...

    1561 days ago