Browse Source

更新 'tasks/CNVkit.wdl'

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

+ 2
- 3
tasks/CNVkit.wdl View File

@@ -1,6 +1,6 @@

task cnvkit{
String sample
String sample_id
File ref_dir
String? fasta
File ref_flat
@@ -11,8 +11,7 @@ task cnvkit{
String docker
String cluster_config
String disk_size

sample=basename(sample,".bam")
sample=basename(sample_id,".bam")

command <<<


Loading…
Cancel
Save