Results for "KAT"

Users

Bookmarks

Bio-Scripts

  • Install kat using conda !

    ...added / updated specs: - kat The following packages w...6.2 MB bioconda kat-2.0.8 |...linux-64::jemalloc-4.5.0-0 kat bioconda/linux...#################### | 100% kat-2.0.8 | 7.5 MB...

    1037 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

    785 days ago

Tags

  • KAT: a K-mer analysis toolkit to quality control NGS datasets and genome assemblies

    KAT is a suite of tools that analyse jellyfish hashes or sequence files (fasta or fastq) using kmer counts. The following tools are currently available in KAT: hist: Create an histogram of k-mer occurrences from a sequence file. Adds metadata in output for easy plotting. gcp: K-mer GC Pr...

    Tags: KAT, K-mer, analysis, toolkit, quality, control, NGS, datasets, genome, assemblies

    1972 days ago

Comments