Results for "Huffman Code"

Bio-Scripts

  • Check if your coputer ready to use BioPerl

    #!/usr/bin/perl use strict; use warnings; #bioperl example code use strict; use warnings; #make the bioperl module (class) accessible to your program use Bio::Seq; print"ok - ready to use Bio::Seq";

    2931 days ago

  • A multilayer perceptron (MLP) neural network in Perl

    #!/usr/local/bin/perl -w #################################################### #MLP neural network in Perl Original source code by Phil Brierley #Translated...

    2930 days ago

  • Calculate ATGC percentage in parallel with perl

    #!/usr/bin/perl use strict; use Parallel::ForkManager; use Bio::Seq...llback for when a child finishes up so we can # get it's exit code $pm->run_on_finish ( sub { my ($pid, $exit_code, $ident) = @_; #print...

    2670 days ago

  • Reformat the file names with Perl

    #!/usr/bin/perl use strict; use warnings; use File::Copy...#next if $. == 1; my ($lichenName, $name, $code) = split /\s+/, $line;...henName and defined $name and defined $code; $hash{$name}{sps}= $l...

    2350 days ago

  • Loop over with all files in a directory in bash

    #!/bin/bash FILES=/media/ComparativeGenomics/ncbi-genomes-2017-11-13/* ref=/media/Co.../GCA_000196735.1_ASM19673v1_genomic.fna path=/home/urbe/Tools/SATSUMA/satsuma-code-0 for f in $FILES do if...

    2345 days ago

  • Create genome scaffolding with Perl

    #!/usr/bin/perl use warnings; use strict; use English; use Pod::Usage; ## uses pod documentation in usage code use Getopt::Long qw(:config...

    2322 days ago

  • Compile CPP to exe

    You have to compile the code with a C++ compiler. TDM-GCC MinGW compiler which you can download from this link: https://sourceforge.net/projects/tdm-gcc/ Once you download and...

    864 days ago

  • Perl script to run SATSUMA in loop !

    #!/usr/bin/perl -w use strict; use File::Temp qw(tempfile); # Usage perl 1by1.pl...inetaV2.fa"; #Ur target file my $satsumaLoc="/home/urbe/Tools/SATSUMA/satsuma-code-0"; # Location of ur SATSUMA...

    2154 days ago

  • Downloading GATK !

    jitendra@jitendra-UNLOCK-INSTALL[SNP] wget https://...nalysis directory. ExtractIlluminaBarcodes (Picard) Tool determines the barcode for each read in an Illumina...tween mates and fix if needed. FixMisencodedBaseQualityReads...

    2089 days ago

  • Installing Platypus on Ubuntu !

    (py27) ➜ Tools git:(master) ✗ git clone https://github....cfutils.c gcc -g -Wall -O2 -I. -c -o cram/cram_codecs.o cram/cram_codecs.c gcc -g -Wall -O2 -I. -c...ing: cython/variantcaller.pyx:529:9: Unreachable code building 'variantcaller' ext...

    2033 days ago