Organization of the package
Tree for the current organization of the package
├── CHANGES.md
├── LICENSE
├── README.md
├── \*.cwl
├── docs
│
├── workflow
│ ├── __init__.py
│ ├── _version.py
│ ├── data
│ └── util.py
└── setup.py
Overview of directories
- tests: contains wrapper scripts written in python for testing workflows
- *.cwl: contains cwl scripts in YAML format.
- docs: contains documentation and web-hosting using Gitbook