Browse Source

更新 'tasks/CNVkit.wdl'

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

+ 2
- 1
tasks/CNVkit.wdl View File

File ref_dir File ref_dir
String? fasta String? fasta
File ref_flat File ref_flat
File bed_file
File tumor_bam File tumor_bam
File tumor_bam_index File tumor_bam_index
File? normal_bam File? normal_bam
--method wgs \ --method wgs \
--fasta ${ref_dir} \ --fasta ${ref_dir} \
--annotate ${ref_flat} -p $nt \ --annotate ${ref_flat} -p $nt \
--targets targets.bed \
--targets ${bed_file} \
--drop-low-coverage \ --drop-low-coverage \
--output-dir ${sample_id}.reference.cnn --output-dir ${sample_id}.reference.cnn

Loading…
Cancel
Save