Sfoglia il codice sorgente

revised-bedtools-task

master
stead99 5 anni fa
parent
commit
e9fcbbd84e
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      workflow.wdl

+ 3
- 3
workflow.wdl Vedi File

input: input:
bam=sample[0] bam=sample[0]
} }
}


call bedtools.bedtools as bedtools {
call bedtools.bedtools as bedtools {
input: input:
tmp_bam=cp_bam.tmp_bam, tmp_bam=cp_bam.tmp_bam,
bed_file=bed_file bed_file=bed_file

}
} }
} }



Loading…
Annulla
Salva