Results for "BED files"

Bio-Scripts

  • Install htop on ubuntu

    jit@jit-HP-Pro-3335-MT:~/Downloads/annotated$ sudo apt install htop [sudo] passwo...s) Selecting previously unselected package htop. (Reading database ... 193509 files and directories currently ins...

    1521 days ago

  • Uninstall a perl module !

    # uninstall_perl_module.pl from PerlTricks.com use 5.14.2; use ExtUtils::Instal...te every file associated with the module foreach my $file ($installed_modules->files($module)) { print "remov...

    1509 days ago

  • Installing docker for Bioinformatics on Ubuntu !

    jit@jit-HP-Pro-3335-MT:~/Downloads$ sudo apt-get remove...--config string Location of client config files (default "/home/jit/.docker")...mage from a container's changes cp Copy files/folders between a container a...

    1508 days ago

  • Pack a perl program with their dependencies on Ubuntu !

    #Follow steps to create your own executabl...le-perl. (Reading database ... 193749 files and directories currently ins...sDiscussionMoreBioScriptsBlogsBookmarksFilesFunGroupsPollsThe WireTrystVid...Jit@jit.aber Explore taxdump files !By Jit 37 days ago...

    1506 days ago

  • Commands to install conda in Ubuntu !

    ...utable, run-time, shared -library files from the Intel(TM) Math Ker..... installing: libsodium-1.0.16-h1bed415_0 ... installing: libtool...5 ... installing: libuuid-1.0.3-h1bed415_2 ... installing: libxcb-1....py37_0 ... installing: pytest-openfiles-0.3.2-py37_0 ... installing:...

    1506 days ago

  • Commands to install Statistics::R module in Ubuntu !

    $ sudo apt-get install libstatistics-r-perl Reading package lists... Done Buildin...Selecting previously unselected package r-base. (Reading database ... 209534 files and directories currently ins...

    1506 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 --...

    1437 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 CREATED STATUS PORTS NAMES 72ca2488b353 my...

    1435 days ago

  • Onliner to split the multifasta to singlefasta files !

    #Split the multifasta to singlefasta # Multi fasta #Single fasta awk '$0 ~ "^>" { match($1, /^>([^:]+)/, id); filename=id[1]} {print >> filename".fa"}' sequence.fasta

    1396 days ago

  • Extract the sequence by IDs !

    #This method can be applied directly to FASTA or a FASTQ file, compressed or uncompressed files. Seqtk is a fast and lightwei...

    1397 days ago