idmtools_platform_comps.utils.python_requirements_ac.create_asset_collection module

idmtools create asset collection script.

This is part of the RequirementsToAssetCollection tool. This is ran on the SSMT to convert installed files to a AssetCollection.

Copyright 2021, Bill & Melinda Gates Foundation. All rights reserved.

idmtools_platform_comps.utils.python_requirements_ac.create_asset_collection.build_asset_file_list(prefix='L')[source]

Utility function to build all library files.

Parameters:

prefix – used to identify library files

Returns: file paths as a list

idmtools_platform_comps.utils.python_requirements_ac.create_asset_collection.get_first_simulation_of_experiment(exp_id)[source]

Retrieve the first simulation from an experiment.

Parameters:

exp_id – use input (experiment id)

Returns: list of files paths

idmtools_platform_comps.utils.python_requirements_ac.create_asset_collection.main()[source]

Main entry point for our create asset collection script.