Andrew Stewart
09/08/2025, 10:52 PMkedro run --from-nodes
and --from-outputs
is super helpful for iterative development
⢠Kedro-Viz: Publishing the static Kedro-Viz build via GitHub Actions ā GitHub Pages is a great way to share and present workflows (like this: https://biolm.github.io/biolm-kedro/)
The workflow processes multiple protein targets (EGFR, PDL1, MBP, IL-7Rα) through BioLM's AI models, generating variant analysis and visualizations. Really showcases how Kedro's modular approach works well for bioinformatics pipelines that involve external API calls and long-running analyses.
Would love to hear if others in the community are using Kedro for similar scientific workflows! If anyone is interested in the intersection of biology and AI/ML, we'd love to invite you to our own Slack community at https://biolm.ai/community/ - it's a great space for sharing projects, getting help, and staying updated on bio AI developments!Deepyaman Datta
09/09/2025, 7:43 PMWould love to hear if others in the community are using Kedro for similar scientific workflows!@Andrew Stewart Feels like it could be a great SciPy talk in the future! Always very cool to see real-world applications of Kedro in spaces like this.
Andrew Stewart
09/10/2025, 3:49 PMAndrew Stewart
09/10/2025, 3:51 PMAndrew Stewart
09/10/2025, 3:51 PMDeepyaman Datta
09/10/2025, 5:17 PMI'm always surprised more of the bioinformatics community isn't (yet!) familiar with Kedro.. it's pretty ideal for managing bioinformatics workflows. Checkpointing is especially useful due to long compute steps.
Same! I went to SciPy for the first time this year, and a lot of people in the community talk about issues that Kedro has done a great job solving, but lot of people trying to reinvent solutions. Awareness takes time, but great to see things like this!