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

Add motivation/design principles to documentation #97

Open jvdzwaan opened 6 years ago

jvdzwaan commented 6 years ago

scriptcwl was created with transparency and readability in mind. Scripts to generate cwl workflow specifications are transparent (e.g, workflow inputs and outputs have to be added explicitly) and readable (if you look at a script to generate a workflow 6 months after you created it, you should still understand what you did). This should be emphasized in the documentation.