Results for "runs of homozygosity"

Bio-Scripts

  • 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 EXECUT...parameters and it will automatically resume where it left off. Completed runs can be...

    2682 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 m...

    2129 days ago

  • Downloading GATK !

    jitendra@jitendra-UNLOCK-INSTALL[SNP] wget https://github.com/broadinstitute/gatk/rel...tMultipleMetricsSpark (BETA Tool) Runs multiple metrics collection m...(BETA Tool) Takes name-sorted file and runs BWA and...

    2064 days ago

  • Perl IPC::Open2 module

    syntax: $output = open2(\*CHLD_OUT, \*CHLD_IN, 'command arg1 arg2'); It runs a process for both reading and writing and creates a pipe to both STDIN and STDOUT. It can be used in both ways:...

    1152 days ago