Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These days, complex pipelines may be difficult to write in any single programming language; thus workflow managers are becoming increasingly popular. These tools allow the integrated orchestration of many different workflow components, potentially written in many different languages, managing their dependencies via rules (think make, on steroids), and can also be effectively deployed in cloud environments such as AWS and Google Cloud. Both Nextflow and Snakemake, two of the most popular workflow managers, support rule bodies written in bash (and in as well as other languages).

Bash in the world

bash scripting is much in demand. And while it may not be loved by programmers, developers who know it are well compensated.

...