コード例 #1
0
ファイル: __main__.py プロジェクト: hillhillll/C-PAC
def new_pipeline_template():
    from CPAC.utils.build_data_config import util_copy_template
    util_copy_template('pipeline_config')
コード例 #2
0
ファイル: __main__.py プロジェクト: hillhillll/C-PAC
def new_group_template():
    from CPAC.utils.build_data_config import util_copy_template
    util_copy_template('group_config')
コード例 #3
0
ファイル: __main__.py プロジェクト: hillhillll/C-PAC
def new_settings_template():
    from CPAC.utils.build_data_config import util_copy_template
    util_copy_template('data_settings')