Example #1
0
def install_data_raw(config_source=CONFIG_FILE):
    """Installing useful biological data building from scratch. Useful for debugging.
    """
    setup_environment()
    genomes.install_data(config_source, approaches=["raw"])
Example #2
0
def install_data_raw(config_source=CONFIG_FILE):
    """Installing useful biological data building from scratch. Useful for debugging.
    """
    setup_environment()
    genomes.install_data(config_source, approaches=["raw"])
Example #3
0
def install_data(config_source=CONFIG_FILE):
    """Main entry point for installing useful biological data.
    """
    setup_environment()
    genomes.install_data(config_source)
Example #4
0
def install_data(config_source=CONFIG_FILE):
    """Main entry point for installing useful biological data.
    """
    setup_environment()
    genomes.install_data(config_source)