Skip to content

Commit

Permalink
Rename hdrs to proper headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
zwets committed Jan 26, 2016
1 parent 989fc49 commit a95bfa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions uf-dress
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ usage_exit() {
echo " lines are generated for the remaining sequences."
echo
echo " The HDRSFILE could be a file previously written by 'uf-bare', or output from"
echo " the 'uf-hdrs' filter. Tip: use bash process substitution to avoid temp files:"
echo " the 'uf-headers' filter. Tip: use bash process substitution to avoid tmpfiles:"
echo
echo ' $ uf file.fna | uf-bare | ..processing.. | uf-dress -r <(uf file.fna | uf-hdrs)'
echo ' $ uf file.fna | uf-bare | ..processing.. | uf-dress -r <(uf file.fna | uf-headers)'
echo
echo " See also: 'uf-map' which implements this idiom in a single command."
echo
Expand Down
2 changes: 1 addition & 1 deletion uf-hdrs → uf-headers
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# uf-hdrs - Extract the headers from an unfasta stream.
# uf-headers - 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

0 comments on commit a95bfa0

Please sign in to comment.