Beispiel #1
0
def ami(
    target_dir: Pathlike,
    annotations: Pathlike,
    mic: str,
    url: str,
    force_download: bool,
):
    """AMI download."""
    download_ami(
        target_dir,
        annotations_dir=annotations,
        mic=mic,
        url=url,
        force_download=force_download,
    )
Beispiel #2
0
def ami(target_dir: Pathlike, mic: str, url: str, force_download: bool):
    """AMI download."""
    download_ami(target_dir, mic=mic, url=url, force_download=force_download)