LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
bioflow_insight.egg-info/PKG-INFO
bioflow_insight.egg-info/SOURCES.txt
bioflow_insight.egg-info/dependency_links.txt
bioflow_insight.egg-info/entry_points.txt
bioflow_insight.egg-info/requires.txt
bioflow_insight.egg-info/top_level.txt
bioflow_insight_cli/__init__.py
bioflow_insight_cli/main.py
src/DBfile.py
src/__init__.py
src/abstraction.py
src/bioflowinsighterror.py
src/bioflowinsightwarning.py
src/block.py
src/call.py
src/channel.py
src/cloud.py
src/code_.py
src/condition.py
src/constant.py
src/emitted.py
src/executor.py
src/function.py
src/graph.py
src/include.py
src/main.py
src/nextflow_building_blocks.py
src/nextflow_file.py
src/operation.py
src/outils.py
src/outils_annotate.py
src/outils_graph.py
src/process.py
src/ro_crate.py
src/root.py
src/subworkflow.py
src/tree.py
src/workflow.py
tests/test_cli.py
tests/test_conditions_extraction.py
tests/test_outils.py