소스 검색

更新 'tasks/count.wdl'

tags/v0.1.0
lizhihui 4 년 전
부모
커밋
2403d273d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tasks/count.wdl

+ 1
- 1
tasks/count.wdl 파일 보기

@@ -7,7 +7,7 @@ task count {
String disk_size

command <<<
mkdir -p /cromwell_root/tmp/${sample_id}
mkdir -p /cromwell_root/tmp/ballgown/${sample_id}
cp -r ${sep=" " ballgown} /cromwell_root/tmp/ballgown/${sample_id}
count -g ${sample_id}_gene_count_matrix.csv -t ${sample_id}_transcript_count_matrix.csv
>>>

Loading…
취소
저장