소스 검색

add --no-rebuild and --faidx

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

+ 2
- 2
tasks/batch.wdl 파일 보기

@@ -22,8 +22,8 @@ task batch {
cd /cromwell_root/tmp/cnvkit
mkdir results
cnvkit.py batch ${sep=' ' tumor_bam} --normal ${sep=' ' normal_bam} \
--targets ${bed} --faidx --no-rebuild --annotate ${ref_flat} \
cnvkit.py batch faidx --no-rebuild${sep=' ' tumor_bam} --normal ${sep=' ' normal_bam} \
--targets ${bed} --annotate ${ref_flat} \
--fasta ${ref_dir}/${fasta} --access ${access_bed} \
--output-reference ${sample_id}.reference.cnn --output-dir /cromwell_root/tmp/cnvkit/results/ \
--diagram --scatter

Loading…
취소
저장