소스 검색

sentieon

master
LUYAO REN 5 년 전
부모
커밋
835b146f27
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      workflow.wdl

+ 1
- 2
workflow.wdl 파일 보기

@@ -9,7 +9,7 @@ import "./tasks/mergeNum.wdl" as mergeNum
import "./tasks/mergeSentieon.wdl" as mergeSentieon


workflow project_name {
workflow {{ project_name }} {

File inputSamplesFile
Array[Array[File]] inputSamples = read_tsv(inputSamplesFile)
@@ -18,7 +18,6 @@ workflow project_name {
File benchmarking_dir
File ref_dir
String fasta
File sdf

scatter (sample in inputSamples) {
call fastqc.fastqc as fastqc {

Loading…
취소
저장