Questions tagged [cwlsignal]
2 questions
2
votes
2 answers
How to put two bash commands in CWL file?
I'm new to CWL tools. I can use any of bash commands in basecommand, i.e.:
basecommand cat
or
basecommand [wc, -w]
How should I modify it to make it do the same as
cat | wc -w
will do?

kainis
- 21
- 2
0
votes
2 answers
Ignore previous values sent by a CwlSignal
I have a continuous parent signal that I derive various other signals from. Most of the subscribers are fine with the “continuous” semantics, meaning they do want to receive the last value upon subscribing. But with some subscribers I just want to…

zoul
- 102,279
- 44
- 260
- 354