Skip to content

Commit

Permalink
Add example to uf-map, rename uf-headers to uf-hdrs.
Browse files Browse the repository at this point in the history
  • Loading branch information
zwets committed Jan 24, 2016
1 parent f15e371 commit 99b6a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion uf-headers → uf-hdrs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# uf-headers - Extract the headers from an unfasta stream.
# uf-hdrs - Extract the headers from an unfasta stream.
# Copyright (C) 2016 Marco van Zwetselaar <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
Expand Down
1 change: 1 addition & 0 deletions uf-map
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ usage_exit() {
echo
echo " Example"
echo " \$ uf-map 'tr [:upper:] [:lower:]' # convert all seqs to lower case"
echo " \$ uf-map 'sed -re s,^.{12},,' # drop initial 12 elements from each"
echo
exit ${1:-1}
}
Expand Down

0 comments on commit 99b6a0d

Please sign in to comment.