소스 검색

chromosome breaks

master
LUYAO REN 5 년 전
부모
커밋
9e992fcea2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      tasks/Freebayes.wdl
  2. +1
    -1
      tasks/breakChromo.wdl

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

@@ -15,7 +15,7 @@ task freebayes {
set -o pipefail
set -e
nt=$(nproc)
freebayes -f ${ref_dir}/${fasta} --genotype-qualities --max-complex-gap ${half_read_length} ${chr_bam} > ${sample_name}_${chromosome}_fb.vcf
/opt/freebayes/bin/freebayes -f ${ref_dir}/${fasta} --genotype-qualities --max-complex-gap ${half_read_length} ${chr_bam} > ${sample_name}_${chromosome}_fb.vcf
>>>

runtime {

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

@@ -23,6 +23,6 @@ task breakChromo {
}
output {
File chr_bam = "${sample_name}_${chromosome}.bam"
File chr_bam_bai = "samtools index ${sample_name}_${chromosome}.bam.bai"
File chr_bam_bai = "${sample_name}_${chromosome}.bam.bai"
}
}

Loading…
취소
저장