소스 검색

add-cluster

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

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

@@ -2,14 +2,14 @@ task tophat2 {
File gtf
File genome_directory
String idx_prefix
File read_1P
File read_2P
File read1
File read2
String baseout
String docker
String cluster

command {
tophat2 -p 24 -o ${baseout} -G ${gtf} --library-type fr-unstranded --solexa-quals ${genome_directory}/${idx_prefix} ${read_1P} ${read_2P}
tophat2 -p 24 -o ${baseout} -G ${gtf} --library-type fr-unstranded --solexa-quals ${genome_directory}/${idx_prefix} ${read1} ${read2}
}
runtime {

Loading…
취소
저장