import "./tasks/Jaccard_Index.wdl" as Jaccard_Index workflow {{ project_name }} { File merged_gvcf String chromo String docker String cluster_config String disk_size call Jaccard_Index.Jaccard_Index as Jaccard_Index { input: merged_gvcf=merged_gvcf, chromo=chromo, docker=docker, cluster_config=cluster_config, disk_size=disk_size } }