Browse Source

更新 'tasks/CNVkit.wdl'

master
meng 2 years ago
parent
commit
fbe3778326
1 changed files with 0 additions and 15 deletions
  1. +0
    -15
      tasks/CNVkit.wdl

+ 0
- 15
tasks/CNVkit.wdl View File

String? Ploidy String? Ploidy
File tumor_bam File tumor_bam
File tumor_bam_index File tumor_bam_index
Array[File]? normal_bams
Array[File]? normal_bam_indexs
File? normal_bam File? normal_bam
File? normal_bam_index File? normal_bam_index
String docker String docker
echo ${sample} echo ${sample}
echo ${sep=" " normal_bams}
echo ${Ploidy} echo ${Ploidy}
echo $center echo $center
if [ ${sep=" " normal_bams} ];then
echo ${sep=" " normal_bams}
/usr/local/bin/cnvkit.py target ${bed_file} --annotate ${ref_flat} --split --short-names -o my_baits.bed
/usr/local/bin/cnvkit.py batch ${tumor_bam} \
--normal ${sep=" " normal_bams} \
--targets my_baits.bed \
--fasta ${ref_dir} \
--annotate ${ref_flat} -p $nt \
--drop-low-coverage \
--output-dir ${sample}.reference.cnn
fi
#WES #WES

Loading…
Cancel
Save