Results for "host adaptation"

Bio-Scripts

  • BloomFilter

    ➜ Tools git:(master) ✗ git clone git://github.com/bcgsc/bloomfilter.git...type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linu...type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linu...type... x86_64-pc-linux-gnu checking host syste...

    2150 days ago

  • Downloading GATK !

    jitendra@jitendra-UNLOCK-INSTALL[SNP] wget https://github.com/broadinsti...c5ee61d2945414d7e&X-Amz-SignedHeaders=host&actor_id=0&response-content-d...c5ee61d2945414d7e&X-Amz-SignedHeaders=host&actor_id=0&response-content-d...Builds set of host refer...

    2074 days ago

  • Install HTSLIB on Ubuntu !

    ➜ Tools git:(master) ✗ wget https://github.com/samtools/htslib/releases/download/1.9/...980de816d82672db24e2945fa8aaaf1&X-Amz-SignedHeaders=host&actor_id=0&response-content-d...980de816d82672db24e2945fa8aaaf1&X-Amz-SignedHeaders=host&actor...

    2018 days ago

  • Installing docker for Bioinformatics on Ubuntu !

    jit@jit-HP-Pro-3335-MT:~/Downloads$ sudo apt-get remove docker docker-engine docker.io...d to obtain root privileges on the docker host. Refer to https://d...t to use to connect to the daemon (overrides DOCKER_HOST env v...

    1512 days ago

  • Basic docker commands !

    jit@jit-HP-Pro-3335-MT:~/Downloads/testDock$ sudo docker system df TYPE TOTAL ACTIV...-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvla...

    1507 days ago

  • Copy files from/to Docker

    #Find out a container’s name or ID using the docker ps command: $ docker ps CONTAI...p X hours my_container #Copy a file from host to container: $ docker cp...3:/foo.txt #Copy a file from Docker container to host: $...

    1438 days ago

  • Commands to transfer files and folder in docker !

    #To copy files between host machine and container (execute the commands on host, not inside container): $ docker cp FILE_OR_FOLDER_ON_HOST CONTAINER_ID:/CONTAINER_DIRECTORY #or $ docker cp CONTAINER_ID:FILE_OR_FOLDER_IN_CONTAINER HOST_DIRECTORY

    984 days ago