We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4420fd commit 01eb970Copy full SHA for 01eb970
chip.wdl
@@ -742,7 +742,7 @@ workflow chip {
742
743
Boolean has_all_input_of_choose_ctl = length(select_all(ta_))==num_rep
744
&& length(select_all(ctl_ta_))==num_ctl && num_ctl > 0
745
- if ( has_all_input_of_choose_ctl ) {
+ if ( has_all_input_of_choose_ctl && !align_only ) {
746
# choose appropriate control for each exp IP replicate
747
# outputs:
748
# choose_ctl.idx : control replicate index for each exp replicate
0 commit comments