소스 검색

revise count wdl

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

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

@@ -8,8 +8,7 @@ task count {
command <<<
mkdir -p /cromwell_root/tmp/ballgown/${sample_id}
cp -r ${sep=" " ballgown} /cromwell_root/tmp/ballgown/${sample_id}
cd /cromwell_root/tmp/
count -g ${sample_id}_gene_count_matrix.csv -t ${sample_id}_transcript_count_matrix.csv
count -i /cromwell_root/tmp/ballgown -l 150 -g ${sample_id}_gene_count_matrix.csv -t ${sample_id}_transcript_count_matrix.csv
>>>
runtime {

Loading…
취소
저장