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

task MSIsensor { task MSIsensor {
String sample
File ref_dir File ref_dir
String fasta String fasta
File tumor_bam File tumor_bam

+ 1
- 0
workflow.wdl View File

call MSIsensor.MSIsensor as MSIsensor { call MSIsensor.MSIsensor as MSIsensor {
input: input:
sample=sample_id,
fasta=fasta, fasta=fasta,
ref_dir=ref_dir, ref_dir=ref_dir,
normal_bam=normal_BQSR.recaled_bam, normal_bam=normal_BQSR.recaled_bam,

Loading…
Cancel
Save