Mercurial > repos > devteam > fasta_concatenate_by_species
comparison utils/maf_utilities.py @ 1:717aee069681
Add bx-python dependency.
author | Nate Coraor <nate@bx.psu.edu> |
---|---|
date | Mon, 17 Nov 2014 10:15:05 -0500 |
parents | 2126e1b833a2 |
children | 16df616b39e5 |
comparison
equal
deleted
inserted
replaced
0:2126e1b833a2 | 1:717aee069681 |
---|---|
1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
2 """ | 2 """ |
3 Provides wrappers and utilities for working with MAF files and alignments. | 3 Provides wrappers and utilities for working with MAF files and alignments. |
4 """ | 4 """ |
5 #Dan Blankenberg | 5 #Dan Blankenberg |
6 import pkg_resources; pkg_resources.require( "bx-python" ) | |
7 import bx.align.maf | 6 import bx.align.maf |
8 import bx.intervals | 7 import bx.intervals |
9 import bx.interval_index_file | 8 import bx.interval_index_file |
10 import sys, os, string, tempfile | 9 import sys, os, string, tempfile |
11 import logging | 10 import logging |