Triggering nextflow pipeline using API call

Hi all, I’m new to Nextflow. I’d like to explore how to host a Nextflow pipeline, trigger it using API calls, retrieve the results, and display them on a frontend.

Hi @Fury_Gaming,

There are many ways to do this, but the obvious one is to use Seqera Platform. The entire platform can be used via its API, which in turn can control and report on your Nextflow runs:

If you have any more specifics about your setup or how you’d like it to work, I’d be happy to offer some suggestions.

Phil

I’m concerned that sharing a Git link to my pipeline could expose my code and potentially lead to security risks. I’d like to understand the implications of this and how to safeguard my pipeline appropriately.