NLeSC / scriptcwl

Create cwl workflows by writing a simple Python script
https://scriptcwl.readthedocs.io/
Apache License 2.0
40 stars 9 forks source link

Saving workflow with inline steps fails when shebang is missing from stepfile #83

Closed jvdzwaan closed 6 years ago

jvdzwaan commented 6 years ago

The code that removes the shebang produces an error if there is a step without a shebang.

LourensVeen commented 6 years ago

Ouch! I should have thought of that...