Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevc committed Jul 16, 2024
1 parent 106b48a commit 1afccbb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/further.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ The remaining options are described [above](https://snakemake.github.io/snakemak

## Write the Snakefile

The snakefile below will do stuff

```Snakefile
```

## Run the jobs on Azure Batch nodes!

Here I pass the required values via CLI flags as described above, but they can also be detected from their respective environment variables. The example shown below are dummy values:
Expand All @@ -55,5 +50,5 @@ snakemake -j1 --executor azure-batch \
--azure-batch-subscription-id d2c845cd-4903-40da-b34c-a6fec7115e21 \
--azure-batch-resource-group-name rg-batch-test
--default-storage-provider azure
--default-storage-prefix 'az://'
--default-storage-prefix 'az://account/container/path/'
```

0 comments on commit 1afccbb

Please sign in to comment.