X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=encode_submission%2Ftrackhub.py;fp=encode_submission%2Ftrackhub.py;h=4fea5cc827eca6ef7aa08c39642e6bd4aa1dac0b;hp=41f76d14f6d552f5a25eb0ee1bc74f9db32e18c6;hb=51e86a29e203304a36f0aca00ab535c93800cbaa;hpb=beb3cd40fd1446357399f755f6188968b55fb2df diff --git a/encode_submission/trackhub.py b/encode_submission/trackhub.py index 41f76d1..4fea5cc 100644 --- a/encode_submission/trackhub.py +++ b/encode_submission/trackhub.py @@ -27,7 +27,6 @@ import RDF if not 'DJANGO_SETTINGS_MODULE' in os.environ: os.environ['DJANGO_SETTINGS_MODULE'] = 'htsworkflow.settings' - from htsworkflow.util import api from htsworkflow.util.rdfhelp import \ dafTermOntology, \ @@ -78,10 +77,10 @@ def main(cmdline=None): logger.warn("File %s doesn't exist.", a) if opts.make_link_tree_from is not None: - results.make_tree_from(opts.make_tree_from, link=True) + results.make_tree_from(opts.make_link_tree_from, link=True) if opts.copy_tree_from is not None: - results.make_tree_from(opts.make_tree_from, link=False) + results.make_tree_from(opts.copy_tree_from, link=False) if opts.fastq: logger.info("Building fastq extraction scripts")