Skip to content

Instantly share code, notes, and snippets.

@danielepolencic
Last active April 24, 2022 18:13
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielepolencic/ef16bbc770129a60296503315a3b268f to your computer and use it in GitHub Desktop.
Save danielepolencic/ef16bbc770129a60296503315a3b268f to your computer and use it in GitHub Desktop.
Existing Workflow systems

See also: https://github.com/pditommaso/awesome-pipeline

@jsmedmar
Copy link

We need to add toil to this list! https://github.com/DataBiosphere/toil

@jsmedmar
Copy link

For anyone landing here, check another list of workflow tools: https://github.com/pditommaso/awesome-pipeline

@Celso0408
Copy link

There is another tool to add to your list!
https://simstack.readthedocs.io/en/latest/

The SimStack workflow framework is based on a client-server concept connected via the secure shell (SSH) protocol. The end-user designs and sets up the workflow within the SimStack client on a local machine. The workflow and all required input are transferred to the HPC resource via SSH upon submission. The SimStack server process on the HPC resource subsequently generates a single job for each step of the workflow and manages the execution of these jobs through the local scheduling software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment