Skip to content

Instantly share code, notes, and snippets.

@jayunit100
Created August 18, 2011 03:08
Show Gist options
  • Save jayunit100/1153204 to your computer and use it in GitHub Desktop.
Save jayunit100/1153204 to your computer and use it in GitHub Desktop.
(defn demo[]
(let [random_motif (str (rand-motif-str (rand-int 30)))
      random_aa (rand-aa-str (rand-int 10))
      translated_aa (str (aa-to-3-letter "ASADD" ))])
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment