Results for "Bio-Lib"

Bio-Scripts

  • Install Parrot Virtual Machine !

    #Parrot is a virtual machine designed to efficiently compile and execute bytecode for dynamic languages jit@jit-HP-Pro-3335-MT:~/Downloads/parrot-8.1.0$ wget ftp://f...

    1579 days ago

  • Installing Porechop on Ubuntu !

    ➜ Tools git:(master) ✗ git clone https://github.com/rrwick/Porechop.git Cloning into 'Porechop'... remote: Counting objects: 1579, done. remote: Total 1579 (delta 0...

    2148 days ago

  • Installing NextSV on Ubuntu !

    ➜ Tools git:(master) ✗ git clone https://github.com/Nextomics/nextsv.git Cloning into 'nextsv'... remote: Counting objects: 369, done. remote: Total 369 (delta 0),...

    2141 days ago

  • Update zsh on Ubuntu !

    ➜ upgrade_oh_my_zsh Updating Oh My Zsh remote: Counting objects: 484, done. remote: Compressing objects: 100% (243/243), done. remote: Total 484 (delta 290), reused...

    2117 days ago

  • Perl script to break the contigs by 'N'

    #!/usr/bin/perl -w use Bio::SeqIO; use strict; my $fasta = Bio::SeqIO->new( -file => "$ARGV[0].parts.fasta",-format=>'fasta'); open(SCAFF,">$ARGV[0].parts.scaff...

    2105 days ago

  • Installing nupack3.0.6

    #http://www.nupack.org/downloads/source ➜ tools git:(master) ✗ cd nupack3.0.6 ➜ nupack3.0.6 git:(master) ✗ make make -C src/ make[1]: Entering directory '/home/ur...

    2068 days ago

  • Installing Platypus on Ubuntu !

    (py27) ➜ Tools git:(master) ✗ git clone https://github.com/andyrimmer/Platypus.git Cloning into 'Platypus'... remote: Enumerating objects: 1394,...

    2061 days ago

  • Perl script to run in parellel !

    #!/usr/bin/perl use strict; use warnings; use Parallel::ForkManager; use Bio::SeqIO; my ($sequence_data_ref) = parse_genome_files($ARGV[0]); my %genome=%{$seq...

    1728 days ago

  • Bash commandline to install Anaconda !

    #The line begins with $ are the commands $ mkdir tmp $ cd tmp/ $ curl -O https://repo.anaconda.com/archive/Anaconda3-2019.03-Linux-x86_64.sh % Total % R...

    1597 days ago

  • Bash command to install Miniconda !

    (base) [wsu29@bladeamd-2 tmp]$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh --2020-02-01 13:25:25-- https://repo.anaconda.com/miniconda/...

    1597 days ago