Results for "gawk"

Blogs

  • Install ImageMagick from Unix Source

    ...install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(M...

    2157 days ago

  • Installing Trinity !

    ...es checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $...es checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether mak...

    2145 days ago

Top-level pages

Bio-Scripts

  • BloomFilter

    ...-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $...-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether mak...-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether mak...

    2163 days ago

  • Script to Plot the Coverage

    #!/bin/bash Plot the coverage script chr=$1 start=$2 end=$3 samtools depth deduped_MA605.bam > deduped_MA605.coverage awk '$1 == $chr {print $0}' deduped_M...

    2015 days ago

  • +2 more Bio-Scripts

Tags

  • Awk

    Awk

    Awk is widely used these days for extraction and manipulation of large scale biological data in Unix/Linux.Most of the awk code is single liner. Useful Weblinks: http://www.grymoire.com/Unix/Awk.html http://www.hcs.harvard.edu/~dholland/computers/awk.html http://www.pement.org/awk/awk1line.tx...

    Tags: awk, gawk, nawk, sed, data, sequencing, one liner

    3931 days ago