annotate MISA/clean_fasta_header.sh @ 1:e9f5d1afba70

Uploaded misa2gff tool
author john-mccallum
date Tue, 22 Nov 2011 14:46:23 -0500
parents 3006582bfc76
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3006582bfc76 Uploaded V1.0 MISA tools and helper scripts
john-mccallum
parents:
diff changeset
1 #!/bin/sh
3006582bfc76 Uploaded V1.0 MISA tools and helper scripts
john-mccallum
parents:
diff changeset
2 ## clean_fasta_header.sh
3006582bfc76 Uploaded V1.0 MISA tools and helper scripts
john-mccallum
parents:
diff changeset
3 ##Remove descriptions from header
3006582bfc76 Uploaded V1.0 MISA tools and helper scripts
john-mccallum
parents:
diff changeset
4
3006582bfc76 Uploaded V1.0 MISA tools and helper scripts
john-mccallum
parents:
diff changeset
5 sed 's/\(>\w*\)\s*.*/\1/'