Results for "Counting"

Bio-Scripts

  • Genetic Algorithms demonstration with word DNA in Perl

    ....html # (the CPAN Sample module) sub sample { # get the reference to the weights array my $weights = shift @_ or return undef; # internal counting variables my ($count, $samp...

    2354 days ago

  • BloomFilter

    ...r.git Cloning into 'bloomfilter'... remote: Counting objects: 867, done. remote:...OPYING ntHashIterator.hpp autogen.sh CountingBloomFilter.hpp pythonInterfa...G ntHashIterator.hpp BloomFilterUtil.h CountingBloomFilter.hpp pythonInterfa...

    2134 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), reused 0 (del...

    2089 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), reused 0 (delta...

    2081 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 392 (delta 214)...

    2057 days ago

  • Test bp-assembly !

    ...-examples.git Initialized empty Git repository in /home/users/j/n/jnarayan/FALCON-examples/.git/ remote: Enumerating objects: 6, done. remote: Counting objects: 100% (6/6), done. r...

    2017 days ago

  • Install Zef for Raku !

    ...t-HP-Pro-3335-MT:~/Downloads$ git clone https://github.com/ugexe/zef.git Cloning into 'zef'... remote: Enumerating objects: 218, done. remote: Counting objects: 100% (218/218), done...

    1534 days ago

  • Tadpole is 250x faster than SPADes assembler !

    ...p parameters (for overlapping paired-end reads only): merge=f Attempt to merge overlapping reads prior to kmer-counting, and again prior to correctio...

    959 days ago

  • Plot kmer stats in bash !

    #!/bin/bash #Counting k-mers for different k echo "k,unique,distinct,total" for k in {1..15}; do kat hist -o phiX_$k.hist -m $k phiX.fasta >/dev/null 2>&1 egrep -v '^#' phiX_$k.hist|awk '{if ($1==1) u=$2; d+=$2; t+=$2*$1;}\ END{print "'$k',"u","d","t}' done

    777 days ago