X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/ec300c76b5a3f927c3cd5035669b70847ade3854..814e2840b16acbe0e52e6fb3095a87b33269dc50:/WGS-processing/cwl/wgs-processing-wf.cwl diff --git a/WGS-processing/cwl/wgs-processing-wf.cwl b/WGS-processing/cwl/wgs-processing-wf.cwl index 8cbcf5e..8499b92 100644 --- a/WGS-processing/cwl/wgs-processing-wf.cwl +++ b/WGS-processing/cwl/wgs-processing-wf.cwl @@ -24,12 +24,18 @@ inputs: - ^.dict fullintervallist: type: File - knownsites: + knownsites1: type: File format: edam:format_3016 # VCF - label: VCF of known polymorphic sites for BQSR + label: VCF of known SNPS sites for BQSR secondaryFiles: - - .tbi + - .idx + knownsites2: + type: File + format: edam:format_3016 # VCF + label: VCF of known indel sites for BQSR + secondaryFiles: + - .tbi scattercount: type: string label: Desired split for variant calling @@ -78,7 +84,8 @@ steps: reference: reference fullintervallist: fullintervallist sample: getfastq/sample - knownsites: knownsites + knownsites1: knownsites1 + knownsites2: knownsites2 scattercount: scattercount clinvarvcf: clinvarvcf reportfunc: reportfunc