소스 검색

alter count

master
YaqingLiu 4 년 전
부모
커밋
e02e9b8f9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tasks/Count.wdl

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

@@ -8,7 +8,7 @@ task Count {
String disk_size

command <<<
python count.py -s ${sample_id} -i ${readcount} -c ${bed} -o ${sample_id}.coverage
python /count.py -s ${sample_id} -i ${readcount} -c ${bed} -o ${sample_id}.coverage
>>>

runtime {

Loading…
취소
저장