Skip to content
Snippets Groups Projects
load_data.py 299 B
Newer Older
#!/usr/bin/env python3

import bioblend
import bioblend.galaxy.objects
from bioblend import galaxy
import logging
import sys
import deploy_stacks


"""
load_data.py

Load data in a galaxy container.



"""


class LoadData:
    def __init__(self, autoload_instance):
        self.instance = None