master
chaopower 2024-01-09 15:52:27 +08:00
parent 2bc4136bb0
commit 39ba3fdaab
1 changed files with 3 additions and 3 deletions

View File

@ -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,
}
}
}