Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevc authored Jul 27, 2024
1 parent 48137b6 commit 038f893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ poetry run coverage run -m pytest tests/tests.py

# Example

The below example Snakefile and command will stream a file, test.txt, containing the text "Hello, World" to the azure blob: https://account.blob.core.windows.net/container/test.txt
The below example Snakefile and command will stream a file, test.txt, containing the text "Hello, World" to the azure blob: https://accountname.blob.core.windows.net/container/test.txt

```Snakefile
rule touch:
Expand All @@ -35,6 +35,6 @@ The storage account and container that the output file is streamed to is specifi
snakemake -j1 \
--default-storage-provider azure \
--default-storage-prefix "az://container"
--storage-azure-endpoint-url https://account.blob.core.windows.net \
--storage-azure-account-name accountname \
--verbose
```
4 changes: 2 additions & 2 deletions docs/further.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The below example Snakefile and command will stream a file, test.txt, containing the text "Hello, World" to the azure blob: https://account.blob.core.windows.net/container/test.txt.
The below example Snakefile and command will stream a file, test.txt, containing the text "Hello, World" to the azure blob: https://accountname.blob.core.windows.net/container/test.txt.

```Snakefile
rule touch:
Expand All @@ -13,6 +13,6 @@ rule touch:
snakemake -j1 \
--default-storage-provider azure \
--default-storage-prefix "az://container"
--storage-azure-endpoint-url https://account.blob.core.windows.net \
--storage-azure-account-name accountname \
--verbose
```

0 comments on commit 038f893

Please sign in to comment.