Library for creating wrapper applications for Nextflow apps compatible with any Seven Bridges powered platform.
wrabbit
needs Python 3.7 or later
pip install wrabbit
pip install git+https://github.com/rabix/wrabbit.git
from wrabbit.parser.nextflow import NextflowParser
workflow_path = '/path/to/app-directory'
parsed_nextflow = NextflowParser(workflow_path)