소스 검색

revised-bedtools-task

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

+ 0
- 3
tasks/bedtools.wdl 파일 보기

@@ -10,9 +10,6 @@ task bedtools {

command <<<
set -e -o pipefail
mkdir -p /cromwell_root/tmp/bedtools
mv ${sep=' ' bai} /cromwell_root/tmp/bedtools
cd /cromwell_root/tmp/bedtools
bedtools multicov -bams ${sep=' ' bam} -bed ${bed_file} > revread_count.txt

>>>

Loading…
취소
저장