Closed ghost closed 5 years ago
Hey @kaushik-work , can you place here some simple code example that demonstrates this issue? I assume you are creating a tool from bash code.
EDIT:
My code completes successfully on Windows 10 (run tested using cwltool
):
from sbg import cwl
t = cwl.from_bash(
'echo "$(get_metadata in_file sample_id)"',
docker='demo'
)
t.dump('tool.cwl')
Hey @kaushik-work should I close this issue?
@filiptubic yes please just close it - if I can replicate, I'll reopen. Thanks!
On windows platforms the
get_metadata()
function seems to insert\r
characters, this makes CWL created on windows unusable.Thanks!