Procházet zdrojové kódy

更新 'tasks/CNVkit.wdl'

master
meng před 2 roky
rodič
revize
79c91d6ac3
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      tasks/CNVkit.wdl

+ 2
- 1
tasks/CNVkit.wdl Zobrazit soubor

@@ -4,6 +4,7 @@ task cnvkit{
File ref_dir
String? fasta
File ref_flat
File bed_file
File tumor_bam
File tumor_bam_index
File? normal_bam
@@ -26,7 +27,7 @@ task cnvkit{
--method wgs \
--fasta ${ref_dir} \
--annotate ${ref_flat} -p $nt \
--targets targets.bed \
--targets ${bed_file} \
--drop-low-coverage \
--output-dir ${sample_id}.reference.cnn

Načítá se…
Zrušit
Uložit