コード例 #1
0
def get_shell(params):
    cli_interface = build_cli_interface()
    shell_params, _ = split_params(params)
    return cli_interface.get_shell_plugin(shell_params)
コード例 #2
0
def get_shell(params):
    cli_interface = CliInterface(code_dir=code_dir)
    shell_params, _ = split_params(params)
    return cli_interface.get_shell_plugin(shell_params)
コード例 #3
0
ファイル: factory.py プロジェクト: AAFC-MBB/galaxy-1
def get_shell(params):
    cli_interface = build_cli_interface()
    shell_params, _ = split_params(params)
    return cli_interface.get_shell_plugin(shell_params)
コード例 #4
0
ファイル: factory.py プロジェクト: BinglanLi/galaxy
def get_shell(params):
    cli_interface = CliInterface(code_dir=code_dir)
    shell_params, _ = split_params(params)
    return cli_interface.get_shell_plugin(shell_params)