Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. def ProfileMotifs(Motif):
  2.     CountedMotifs = CountMotifs(Motif)
  3.     for x in CountedMotifs:
  4.         for y in x:
  5.             y = y*2
  6.     return CountedMotifs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement