Welcome to the Genome Toolbox! I am glad you navigated to the blog and hope you find the contents useful and insightful for your genomic needs. If you find any of the entries particularly helpful, be sure to click the +1 button on the bottom of the post and share with your colleagues. Your input is encouraged, so if you have comments or are aware of more efficient tools not included in a post, I would love to hear from you. Enjoy your time browsing through the Toolbox.

Tuesday, May 28, 2013

Import List of Filenames from a Directory into Python

The python glob module is useful for importing a list of all files of a desired type from a UNIX directory.  For example, if I wanted to get a list of all .txt files in my usr/home/projects directory, I would use the following code in python.

No comments:

Post a Comment