Skip to content

Commit 4cd615d

Browse files
committed
commiting
1 parent bd929bb commit 4cd615d

File tree

1 file changed

+2
-0
lines changed
  • lib/BioX/Workflow/Command/run/Utils

1 file changed

+2
-0
lines changed

lib/BioX/Workflow/Command/run/Utils/Rules.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,8 @@ sub walk_indir_outdir {
736736
my $dummy_iter = $self->dummy_iterable;
737737
$attr->$elem($dummy_iter);
738738

739+
##BUG FIX - If outdirs have iterables this will be bad
740+
739741
foreach my $chunk ( $self->local_attr->$all ) {
740742
my $new_text = $text;
741743
$new_text =~ s/$dummy_iter/$chunk/g;

0 commit comments

Comments
 (0)