Skip to content

Commit

Permalink
docs: add trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
athith-g committed Sep 3, 2024
1 parent 83b8ebc commit b252938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ executors are altered to `/vol/crypt/{filename}`.
### Decryption
The functionality of the decryption executor lies in [`decrypt.py`][decrypt]. This script moves all input files to a
specified output directory (in this case, `/vol/crypt/`). If a Crypt4GH file is detected and the secret key used to
encrypt it is provided, the executor decrypts the contents of the Crypt4GH file and places it in `/vol/crypt`.
encrypt it is provided, the executor decrypts the contents of the Crypt4GH file and places it in `/vol/crypt/`.
Subsequent executors then refer to the files in `/vol/crypt/`, not their original locations.

<img alt="workflow-diagram" src="images/workflow.png" height="400">
Expand Down

0 comments on commit b252938

Please sign in to comment.