Created
December 16, 2015 18:59
-
-
Save tbrittoborges/10818040e481214423e7 to your computer and use it in GitHub Desktop.
print a pandas column in the fasta format.
This file contains 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
print '>\n' + '\n> \n'.join(list(df.query(...).sequence_column)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment