diff MISA/clean_fasta_header.sh @ 0:3006582bfc76

Uploaded V1.0 MISA tools and helper scripts
author john-mccallum
date Wed, 14 Sep 2011 23:57:57 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MISA/clean_fasta_header.sh	Wed Sep 14 23:57:57 2011 -0400
@@ -0,0 +1,5 @@
+#!/bin/sh
+## clean_fasta_header.sh 
+##Remove descriptions from header
+
+sed 's/\(>\w*\)\s*.*/\1/' 
\ No newline at end of file