Replies: 1 comment 1 reply
-
yes, you are right, only the last at nextflow parse the block and execute 2 times the 'template' method who resolve the full path to the template but only the last Path is returning (because default groovy nature) and parsed |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I am trying to run both a bash script and a
expect
script sequentially in a container as part of a process. This what I am trying to achieve:where
my_script_1.sh
:and
my_script_2.exp
:I have seen that given the code above, the container will only execute the second script only. Any help would be greatly appreciated. Any pointer to an example using this pattern would help a lot.
Beta Was this translation helpful? Give feedback.
All reactions