Skip to content

Instantly share code, notes, and snippets.

@cfljam
Created October 22, 2013 17:48
Show Gist options
  • Save cfljam/7104939 to your computer and use it in GitHub Desktop.
Save cfljam/7104939 to your computer and use it in GitHub Desktop.
Remove descriptions from fasta headers
sed 's/\(>\w*\)\s*.*/\1/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment