Recommended way to do multiple shell commands with shell()

Viewed 10495

In snakemake, what is the recommended way to use the shell() function to execute multiple commands?

2 Answers
Related