소스 검색

revised-bedtools-task

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

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

@@ -9,7 +9,7 @@ task bedtools {

command <<<
set -e -o pipefail
bedtools multicov ${sep='' input_samples} -bed ${bed_file} > revread_count.txt
bedtools multicov ${sep=' ' input_samples} -bed ${bed_file} > revread_count.txt

>>>


Loading…
취소
저장