Browse Source

fix(MSIsensor): missing sample

master
YaqingLiu 2 years ago
parent
commit
36f5b05109
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      tasks/MSIsensor.wdl
  2. +1
    -0
      workflow.wdl

+ 1
- 0
tasks/MSIsensor.wdl View File

@@ -1,5 +1,6 @@
task MSIsensor {
String sample
File ref_dir
String fasta
File tumor_bam

+ 1
- 0
workflow.wdl View File

@@ -294,6 +294,7 @@ workflow {{ project_name }} {
call MSIsensor.MSIsensor as MSIsensor {
input:
sample=sample_id,
fasta=fasta,
ref_dir=ref_dir,
normal_bam=normal_BQSR.recaled_bam,

Loading…
Cancel
Save