소스 검색

revise-reference

master
stead99 5 년 전
부모
커밋
90a0cc61f0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      tasks/tophat2.wdl

+ 2
- 2
tasks/tophat2.wdl 파일 보기

@@ -9,10 +9,10 @@ task tophat2 {
String cluster

command <<<
tophat -p 8 -G ${gtf} -o baseout ${genome_directory}/${idx_prefix} ${read1} ${read2}
tophat2 -p 8 -G ${gtf} -o ${baseout} ${genome_directory}/${idx_prefix} ${read1} ${read2}
>>>
runtime {
runtime {
docker: docker
cluster: cluster
systemDisk: "cloud_ssd 40"

Loading…
취소
저장