Created
April 23, 2016 19:37
-
-
Save avishekrk/6026f8ce2b96b0015d00916c78c0307f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def get_seq(ATOMS): | |
from dfi.fafsaseq import mapres | |
return ''.join([mapres[i.res_name] for i in ATOMS]) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment