#!/usr/bin/python
# -*- coding: utf-8 -*-


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


"""
load_data.py

Find source data files using the information provided in the input file.
Copy these source data files over into the src_data directory

Load the data into Galaxy using the script provided by Anthony Bretaudeau (setup_data_libraries)
Also create/update the species history (TODO: Updating history)


"""