Skip to content

Commit 01eb970

Browse files
committed
fix: control only run with align_only
1 parent c4420fd commit 01eb970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chip.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ workflow chip {
742742

743743
Boolean has_all_input_of_choose_ctl = length(select_all(ta_))==num_rep
744744
&& length(select_all(ctl_ta_))==num_ctl && num_ctl > 0
745-
if ( has_all_input_of_choose_ctl ) {
745+
if ( has_all_input_of_choose_ctl && !align_only ) {
746746
# choose appropriate control for each exp IP replicate
747747
# outputs:
748748
# choose_ctl.idx : control replicate index for each exp replicate

0 commit comments

Comments
 (0)