Skip to content

Instantly share code, notes, and snippets.

@robsyme
Created July 29, 2009 02:15
Show Gist options
  • Save robsyme/157825 to your computer and use it in GitHub Desktop.
Save robsyme/157825 to your computer and use it in GitHub Desktop.
%-3.fa: %-1.fa
awk '/^>/ { getline s; if ($$3/($$2-$k+1)>=$c) \
{ print $$0 "\n" s } }' $< \
|ABYSS $v -k$k -l$l -e0 -o $@ -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment