Results for "Technology news mostly related to human welfare"

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 EXECUTAB...encountered in your sequence. This database is not human-r...

    2685 days ago

  • Plot the density of genes in R

    #column1 = chromosome name and column2 = start position of the gene # check if ggplot2 is installed, if so, load it, # if not, install and load it if("ggplot2" %i...

    2276 days ago

  • BloomFilter

    ➜ Tools git:(master) ✗ git clone git://github.com/bcgsc/bloomfilter...ADME.md BloomMap.hpp Makefile.am swig ChangeLog NEWS...RS config.sub missing autogen.sh configure NEWS a...

    2143 days ago

  • Biological Sequence handling with Perl !

    package Sequence::Generic; # File: Sequence/Generic.pm use strict; use Carp; use...method"; } # Return the type of the sequence as a human readable string sub type {...reverse $self->seq; return $reversed; } # A human-r...

    2173 days ago

  • Install Python locally on shared Linux server !

    #Install python to local directory #Firstly, I create a folder in my home directory, downlo...mandatory for this to work. The value of prefix option is to specify where to put the #related...

    2090 days ago

  • Downloading GATK !

    jitendra@jitendra-UNLOCK-INSTALL[SNP] wget https://github.com/broadinstitute/gatk/releases/do...: Tools that collect sequencing quality relat...(Picard) Collect whole genome sequencing-related...

    2067 days ago

  • Update zsh on Ubuntu !

    ➜ upgrade_oh_my_zsh Updating Oh My Zsh remote: Counting objects: 484, done. remote: Compr...Oh My Zsh has been updated and/or is at the current version. To keep up on the latest news an...

    2066 days ago

  • Install HTSLIB on Ubuntu !

    ➜ Tools git:(master) ✗ wget https://github.com/samtools/htslib/rele...INSTALL htslib-1.9/LICENSE htslib-1.9/Makefile htslib-1.9/NEWS....c multipart.c textutils.c configure hts_internal.h NEWS...

    2011 days ago

  • Pack a perl program with their dependencies on Ubuntu !

    #Follow steps to create your own executable ./web jit@jit-HP-Pro-33...wer key is released... Biotechnology Eligibility Test (BET) Que...atest groups Bioinformatics related companies or companies wher...the fruit fly genome with the human genome reveals that about six...

    1503 days ago

  • Parse the NCBI taxonomy database with Perl !

    use Bio::DB::Taxonomy; use warnings; my $sps="human"; # Get one from a NCBI taxonomy database my $dbh = Bio::DB::Taxonomy->...r($nam); print "$ancestor_taxon->id ****"; #my $tree = $dbh->get_tree('human')...

    1164 days ago