A "Hello, World!" example of the Snakemake workflow manager.
Get the workflow from source:
git clone https://github.com/nathanhaigh/snakemake-hello-world
cd snakemake-hello-world
Run the workflow
snakemake
Look at the output:
cat */world.txt
A "Hello, World!" example of the Snakemake workflow manager.
Get the workflow from source:
git clone https://github.com/nathanhaigh/snakemake-hello-world
cd snakemake-hello-world
Run the workflow
snakemake
Look at the output:
cat */world.txt