scriptcwl
scriptcwl copied to clipboard
Create cwl workflows by writing a simple Python script
To prevent name clashes when loading lots of steps from lots of directories.
For example nlppln and ochre.
1. Implement a bioinformatics workflow in CWL to execute several structural variant (SV) callers on human DNA samples. A simplified conceptual view of this workflow can be found [here]. A...
The `to_script` method is not completely finished. Also, it should return a string instead of printing it. Also, it should deal with requirements and hints.