Results for "OS"

Bio-Scripts

  • R script to plot VCF file

    library(vcfR) vcf_file

    1540 days ago

  • Circos with circosJS

    ...h", width) .attr("height", height) let instance = new Circos({ container: '#chart...// in radian labels: { display: true, position: 'center',...

    1539 days ago

  • Installing docker for Bioinformatics on Ubuntu !

    ...Built: Wed Mar 11 01:25:46 2020 OS/Arch: linux/amd64...Built: Wed Mar 11 01:24:19 2020 OS/Arch: linux/amd64...containers pull Pull an image or a repository from a registry push...

    1528 days ago

  • Pack a perl program with their dependencies on Ubuntu !

    ...word Remember me Register Lost password ActivityNewsOpportunityResearchLabsQuestionsPagesDiscussionMoreBioScriptsBlogsBookmarksFilesFunGr...

    1526 days ago

  • Commands to install conda in Ubuntu !

    ...TY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVEN...T OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR...o Code software binaries from Mi crosoft Corporation ("VS Code"). Y...le-2.5.0-py37_0 ... installing: pycosat-0.6.3-py37h14c3975_0 ... i...

    1526 days ago

  • Basic docker commands !

    ...Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay...ernel Version: 4.15.0-88-generic Operating System: Ubuntu 18.04.4 LTS OSType: linux Architecture: x8...

    1524 days ago

  • Check os version in Linux !

    The procedure to find os name and version on Linux: #Open the terminal application (ba...user@server-name #Type any one of the following command to find os name and version in Linux: cat /etc/os-release lsb_release -a...

    1522 days ago

  • Setting up autoConTAMPR !

    (base) jit@jit-HP-Pro-3335-MT:~/Downloads/testDock$ docker build -t autocontampr . Sending build context to Docker daemon 9.024MB Step 1/16 : FROM ubuntu:14.04 -...

    1457 days ago

  • Copy files from/to Docker

    ...X hours ago Up X hours my_container #Copy a file from host to container: $ docker cp foo.txt 72ca2488b353:/foo.txt #Copy a file from Docker container to host: $ docker cp 72ca2488b353...

    1455 days ago

  • get GC across the entire CDS !

    #look at GC across the entire CDS. gffread -x - -g | \ seqtk comp - | \ awk -v OFS="\t" '{ print $1, "0", $2, ($4 + $5) / $2 }'

    1408 days ago