view SMART/bacteriaRegulatoryRegion_Detection/listGff.sh @ 18:94ab73e8a190

Uploaded
author m-zytnicki
date Mon, 29 Apr 2013 03:20:15 -0400
parents
children
line wrap: on
line source

#!/bin/bash
awk '{print $3}' $1 | grep "[[:alpha:]]" | sort -n | uniq -c