Results for "server"

Bio-Scripts

  • Extract sequence from UCSC

    ...osition, and size.\n$usage"; } chomp $size; my $start = $pos - ($size/2); my $end = $pos + ($size/2); # Figure out URL for the DAS server. Example: # http://genome.uc...

    2900 days ago

  • Install Python locally on shared Linux server !

    #Install python to local directory #Firstly, I create a folder in my home directory, download the python source and extract it mkdir ~/python cd ~/python wg...

    2088 days ago

  • Downloading GATK !

    ...rite_tribble=false -Dsamjdk.compression_level=1 -jar /media/jitendra/OSDisk/SNP/gatk-4.0.2.1/gatk-package-4.0.2.1-local.jar --help OpenJDK 64-Bit Server VM warning: Insufficient spac...

    2066 days ago

  • Install printer in Ubuntu !

    ...T:~$ java -version openjdk version "11.0.6" 2020-01-14 OpenJDK Runtime Environment (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1) OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Ubun...

    1530 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 appropriate version that you like to install. $ wget -c http...

    1511 days ago

  • Installing docker for Bioinformatics on Ubuntu !

    ...:46 2020 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community...n a container's filesystem events Get real time events from the server exec Run a command...

    1504 days ago

  • Commands to install conda in Ubuntu !

    ...ication protocol designed to provide strong authentication for client/server applications by using secret-...... installing: conda-build-3.17.8-py37_0 ... installing: jupyterlab_server-0.2.0-py37_0 ... installing:...

    1502 days ago

  • Basic docker commands !

    ...loads/testDock$ sudo docker system info Client: Debug Mode: false Server: Containers: 1 Running: 0 Paused: 0 Stopped: 1 Images: 17 Server Version: 19.03.8 Storage Dr...

    1500 days ago

  • Check os version in Linux !

    The procedure to find os name and version on Linux: #Open the terminal application (bash shell) #For remote server login using the ssh: ssh user@server-name #Type any one of the following command...

    1498 days ago

  • Inreractive SCP / File transfer !

    ...f null it will reask user to enter Destination Server while [ x$desthost = "x" ];...iable with name desthost read -p "Destination Server Name : " desthost #next line...e(s) or dir to destination path on destination server scp -r "$filename" "$desthos...

    940 days ago