Exemplo n.º 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"])
Exemplo n.º 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"])
Exemplo n.º 3
0
def install_data(config_source=CONFIG_FILE):
    """Main entry point for installing useful biological data.
    """
    setup_environment()
    genomes.install_data(config_source)
Exemplo n.º 4
0
def install_data(config_source=CONFIG_FILE):
    """Main entry point for installing useful biological data.
    """
    setup_environment()
    genomes.install_data(config_source)