Results for "Immune System"

Bio-Scripts

  • Install Perl Locally !

    # To follow these instructions, we'll assume your system admins have already installed t...se essentials: # Debian/Ubuntu system admins should run: sudo apt-...-dev libxml2-dev # RHEL/CentOS system admins should run: sudo yum...to use this Perl instead of the system Perl: export PERL5LIB="$PERL...

    2125 days ago

  • DotPlot with Perl GD

    #!/usr/local/bin/perl -w # NOTE: YOU MUST CHANGE THE LINE ABOVE TO POINT TO # THE FULL PATH OF THE PERL EXECUTABLE ON YOUR SYSTEM. # System requirements: requires perl a...

    2674 days ago

  • BASH script for SelfBLAST a genome

    #!/bin/bash #self BLAST a genome -- Expecting you have blast and samtools installed in your system #Author: Jitendra Narayan #...

    2633 days ago

  • Loop over with perl

    my @ids =qw (scaffold_4 scaffold_4 scaffold_15 scaffold_40 scaffold_44 sc...; foreach my $i (@ids) { print "Working on $i\n"; mkdir $i; system ("./actor.sh $i"); system ("cp *.* $i"); }

    2447 days ago

  • Perl script to find missing and move to desire folder

    #!/usr/bin/perl -w use strict; use warnings; open(my $ids, "

    2220 days ago

  • BloomFilter

    ➜ Tools git:(master) ✗ git clone git:...nfigure && make checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu...TALL' [nyae]? n checking build system type... x86_64-pc-linux-gnu...s: --with-boost checking build system type... x86_64-pc-linux-gnu...

    2132 days ago

  • Perl script to find the distance beetween all the contigs and scaffolds

    #!/usr/bin/perl use strict; use warnings; use Bio::SeqIO; $| = 1; #Script to...}\n"; close $ofh or die "Could not close file '$tmpFile' $!"; $cnt++; system ("mafft --retree 1 --maxitera...

    2121 days ago

  • Perl script to run SATSUMA in loop !

    #!/usr/bin/perl -w use strict; use File::Temp qw(tempfile); # Usage perl 1by1.pl for SATSUMA analysis # User need to set the reference multifasta file name here...

    2121 days ago

  • Install Parrot Virtual Machine !

    #Parrot is a virtual machine designed to efficiently compi...llo, I'm Configure. My job is to poke and prod your system to figure out how to build P...tenv.........both. auto::timespec - Does your system has timespec....................

    1518 days ago

  • Installing NextSV on Ubuntu !

    ➜ Tools git:(master) ✗ git clone https://github.com/Nexto....cpp:219:22: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result] system(move.c_str());...

    2079 days ago