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