소스 검색

更新 'workflow.wdl'

master
chenqingwang 4 년 전
부모
커밋
cbe50ecb33
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +4
    -3
      workflow.wdl

+ 4
- 3
workflow.wdl 파일 보기

@@ -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
}
}

Loading…
취소
저장