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

Uploaded
author m-zytnicki
date Mon, 29 Apr 2013 03:20:15 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18
94ab73e8a190 Uploaded
m-zytnicki
parents:
diff changeset
1 #!/bin/bash
94ab73e8a190 Uploaded
m-zytnicki
parents:
diff changeset
2 awk '{print $3}' $1 | grep "[[:alpha:]]" | sort -n | uniq -c
94ab73e8a190 Uploaded
m-zytnicki
parents:
diff changeset
3