Skip to content

Instantly share code, notes, and snippets.

@jgte
jgte / Snakefile
Created August 13, 2020 15:30
snakemake workflow broken by a rule that produces multiple files
shell.prefix('set -eu pipefail; ')
rule clean:
shell: "rm -fr in out pc *lock process.sh"
rule build_process:
output: "process.sh"
shell: """
echo "#!/bin/bash