Results for "AI"

Bio-Scripts

  • Exit Bash Script When Any Command Fails

    ...---------------------- # exit when any command fails #Putting this at the top o...rack of each command # exit when any command fails set -e # keep track of...>&2 echo "\"${last_command}\" command failed with exit code ${exit_code...

    1534 days ago

  • Installing docker for Bioinformatics on Ubuntu !

    ...so not removed Package 'containerd' is not installed, so not...Experimental: false containerd: Version: 1.2...ability to run containers which can be used to obta...Kill one or more running containers load Load an im...

    1527 days ago

  • Pack a perl program with their dependencies on Ubuntu !

    ...BOL Log in Username or email Password...Log in Username or email Password...ak 61 days ago UnderstandSocialMediaImportanceResearchersBenefitsSt...

    1525 days ago

  • Commands to install conda in Ubuntu !

    ...itions and the following disclaimer. * Redistributions in b...Anaconda Distribution contains open source software packag...l(TM) Math Kernel Library contained in Anaconda, Inc.'s softwa..._0 ... installing: sortedcontainers-2.1.0-py37_0 ... install...

    1525 days ago

  • Basic docker commands !

    ...3.177GB (85%) Containers 121...remove: - all stopped containers - all networks not use...604895fa8f20dcec Total reclaimed space: 2.049GB jit@jit-HP...Mode: false Server: Containers: 1 Running: 0 Pause...

    1523 days ago

  • Install kraken on linux

    ...h bioconda/linux-64::jellyfish-1.1.12-h6bb024c_1 kraken bioconda/linux-64::kraken-1.1-h470a237_2 perl pkgs/main/linux-64::perl-5.26.2-h14c39...

    1476 days ago

  • Setting up autoConTAMPR !

    ....04 ---> 6e4f1fe62ff1 Step 2/16 : FROM perl:latest ---> de6996f7ef50 Step 3/16 : FROM bioperl/bioperl-deps ---> e890cc223da3 Step 4/16 : MAINTAINER "Jitendra Narayan" --->...

    1456 days ago

  • Copy files from/to Docker

    #Find out a container’s name or ID using the docker ps command: $ docker ps CONTAINER ID IMAGE COMMAND CREA...hours ago Up X hours my_container #Copy a file from host...o.txt #Copy a file from Docker container to host: $ docker cp 72...

    1454 days ago

  • Script to extract the cluster detail !

    $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic $ cat /proc/cpuinfo | grep -i 'model name' | head -n 1 model name : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz

    1392 days ago

  • Bash script to extract intronic fragments !

    #To obtain introns, we simply need the gene and exonic coordinates; #by subtracting the exonic regions from the genic region, we have the intronic region. gunzip -c...

    1379 days ago