Skip to content

Instantly share code, notes, and snippets.

@gtrak
Created July 1, 2013 03:23
Show Gist options
  • Save gtrak/5898171 to your computer and use it in GitHub Desktop.
Save gtrak/5898171 to your computer and use it in GitHub Desktop.
(defn score
"Score site with pssm"
[pssm site]
(reduce (fn [acc [col-hash c]]
(+ acc (col-hash c)))
0
(zip pssm site)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment