Results for "add"

Bio-Scripts

  • CUDA Toolkit 10.2 Download

    ...-1_amd64.deb’ saved [1896270068/1896270068] $ sudo dpkg -i cuda-repo-ubuntu1804-10-2-local-10.2.89-440.33.01_1.0-1_amd64.deb $ sudo apt-key add /var/cuda-repo-10-2-local-10....

    1568 days ago

  • Installing docker for Bioinformatics on Ubuntu !

    ...h -c curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | apt-key add -qq - >/dev/null Warning: ap...ou would like to use Docker as a non-root user, you should now consider adding your user to the "docker"...

    1528 days ago

  • Bash script to handle Multifasta files

    ...D {printf("\n");}' input.fasta |\ >awk -F '\t' '{printf("%d\t%s\n",length($2),$0;)}' |\ >sort -k1,1n | cut -f 2- |tr "\t" "\n" > output.fasta #Add ‘>’ at the beginning of heade...

    1372 days ago

  • Install Nexflow on Linux !

    # Make sure that Java v8+ is installed: java -version # Install Nextflow curl -fsSL get.nextflow.io | bash # Add Nextflow binary to your PATH: mv nextflow ~/bin/ # OR system-wide installation: # sudo mv nextflow /usr/local/bin

    978 days ago

  • R script for Circos plot !

    #!/usr/bin/env Rscript library(RCircos) # usage: Rscript make_circos.r # parse args args = commandArgs(trailingOnly=TRUE) sv.file

    315 days ago