Mercurial > repos > iuc > interval2maf
comparison interval2maf.py @ 2:1080e07a2233 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/interval2maf/ commit 9f522562ca2048b8bafa3404abf3f930f72f7f05
author | iuc |
---|---|
date | Wed, 09 Nov 2022 12:34:55 +0000 |
parents | cfea1d6354db |
children |
comparison
equal
deleted
inserted
replaced
1:b79f6002b176 | 2:1080e07a2233 |
---|---|
29 from __future__ import print_function | 29 from __future__ import print_function |
30 | 30 |
31 import bx.align.maf | 31 import bx.align.maf |
32 import bx.intervals.io | 32 import bx.intervals.io |
33 from bx.cookbook import doc_optparse | 33 from bx.cookbook import doc_optparse |
34 from galaxy.tools.util import maf_utilities | 34 from galaxy.datatypes.util import maf_utilities |
35 | 35 |
36 | 36 |
37 def __main__(): | 37 def __main__(): |
38 index = index_filename = None | 38 index = index_filename = None |
39 | 39 |