소스 검색

上传文件至 ''

master
lizhihui 5 년 전
부모
커밋
90f5a9539f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl 파일 보기

@@ -12,7 +12,7 @@ workflow {{ project_name }} {
call hisat2.hisat2 as hisat2 {
input: idx=idx, idx_prefix=idx_prefix, read_1P=read1, read_2P=read2
input: idx=idx, idx_prefix=idx_prefix, read1=read1, read2=read2
}

call samtools.samtools as samtools {

Loading…
취소
저장