是有兩年多經驗的 Data Engineer
VCF / Fastq
Fastq / VCF
VCF
Phasing / Imputation
Script
Script
Script
Script
Script
process custom_resources_task {
    cpus 8
    memory '40 GB'
    disk '200 GB'
    """
    <Your script here>
    plink1.9 ...
    """
}
process predefined_resources_task {
    machineType 'n1-highmem-8'
    """
    <Your script here>
    varscan ...
    """
}