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