Browse Source

scatter sample

master
LUYAO REN 5 years ago
parent
commit
bdc88f9296
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      workflow.wdl

+ 3
- 3
workflow.wdl View File

@@ -13,11 +13,11 @@ workflow {{ project_name }} {
String disk_size
String cluster_config
scatter (sample in inputSamples){
scatter (quartet in inputSamples){
call CallableLoci.CallableLoci as CallableLoci {
input:
bam=sample[0],
bam_index=sample[1],
bam=quartet[0],
bam_index=quartet[1],
ref_dir=ref_dir,
fasta=fasta,
sample=sample,

Loading…
Cancel
Save