Mercurial > repos > john-mccallum > ssr_marker_design
view 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 |
line wrap: on
line source
#!/bin/sh ## clean_fasta_header.sh ##Remove descriptions from header sed 's/\(>\w*\)\s*.*/\1/'