bug
parent
2bc4136bb0
commit
39ba3fdaab
|
|
@ -170,7 +170,7 @@ workflow alignment {
|
||||||
name=normal,
|
name=normal,
|
||||||
ref=ref,
|
ref=ref,
|
||||||
output_dir=output_dir,
|
output_dir=output_dir,
|
||||||
sorted_bam=bwa_tumor_control.sorted_bam,
|
sorted_bam=bwa_normal_control.sorted_bam,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (umi) {
|
if (umi) {
|
||||||
|
|
@ -179,7 +179,7 @@ workflow alignment {
|
||||||
name=tumor,
|
name=tumor,
|
||||||
ref=ref,
|
ref=ref,
|
||||||
output_dir=output_dir,
|
output_dir=output_dir,
|
||||||
sorted_bam=bwa_normal_control.sorted_bam,
|
sorted_bam=bwa_tumor_control.sorted_bam,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -189,7 +189,7 @@ workflow alignment {
|
||||||
name=tumor,
|
name=tumor,
|
||||||
ref=ref,
|
ref=ref,
|
||||||
output_dir=output_dir,
|
output_dir=output_dir,
|
||||||
sorted_bam=bwa_normal_control.sorted_bam,
|
sorted_bam=bwa_tumor_control.sorted_bam,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue