From b252938124fc53637ad7bade5b210b67210b5c70 Mon Sep 17 00:00:00 2001 From: Athitheya Gobinathan Date: Tue, 3 Sep 2024 10:43:37 -0400 Subject: [PATCH] docs: add trailing slash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f768a5..e394fba 100644 --- a/README.md +++ b/README.md @@ -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. workflow-diagram