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 bd929bb commit 4cd615dCopy full SHA for 4cd615d
lib/BioX/Workflow/Command/run/Utils/Rules.pm
@@ -736,6 +736,8 @@ sub walk_indir_outdir {
736
my $dummy_iter = $self->dummy_iterable;
737
$attr->$elem($dummy_iter);
738
739
+ ##BUG FIX - If outdirs have iterables this will be bad
740
+
741
foreach my $chunk ( $self->local_attr->$all ) {
742
my $new_text = $text;
743
$new_text =~ s/$dummy_iter/$chunk/g;
0 commit comments