Mercurial > repos > iuc > meme_chip
comparison get_meme_motif_databases.py @ 7:c321ab02c2a0 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
| author | iuc |
|---|---|
| date | Fri, 20 Apr 2018 09:03:24 -0400 |
| parents | 3eee5fd08dac |
| children |
comparison
equal
deleted
inserted
replaced
| 6:444093446b0b | 7:c321ab02c2a0 |
|---|---|
| 7 return options | 7 return options |
| 8 for i, file_name in enumerate(os.listdir(file_path)): | 8 for i, file_name in enumerate(os.listdir(file_path)): |
| 9 full_path = os.path.join(file_path, file_name) | 9 full_path = os.path.join(file_path, file_name) |
| 10 options.append((file_name, full_path, i == 0)) | 10 options.append((file_name, full_path, i == 0)) |
| 11 return options | 11 return options |
| 12 |
