Explorar el Código

更新 'workflow.wdl'

master
chenqingwang hace 4 años
padre
commit
cbe50ecb33
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. +4
    -3
      workflow.wdl

+ 4
- 3
workflow.wdl Ver fichero

@@ -2,21 +2,22 @@ import "./tasks/BAMReadCount.wdl" as BAMReadCount

workflow {{ project_name }} {
File reference
File bedfile
File bamfile
String sample_id
String docker
String cluster_config
String disk_size
Int number

call BAMReadCount.BAMReadCount as BAMReadCount {
input:
reference = reference,
bedfile = bedfile,
bamfile = bamfile,
docker = docker,
disk_size = disk_size,
cluster_config=cluster_config,
sample_id=sample_id,
number=number
sample_id=sample_id
}
}

Cargando…
Cancelar
Guardar