From 207f76143e6d623c4e6ebacab8ade3d1af0375bb Mon Sep 17 00:00:00 2001 From: Ben Sherman Date: Thu, 12 Dec 2024 10:35:31 -0600 Subject: [PATCH] Remove extraneous sentence Signed-off-by: Ben Sherman --- docs/working-with-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/working-with-files.md b/docs/working-with-files.md index b0020e256c..a8fe2482be 100644 --- a/docs/working-with-files.md +++ b/docs/working-with-files.md @@ -257,7 +257,7 @@ Additional configuration may be required to work with cloud object storage. For ### Remote file staging -In general, files do not need to be copied manually (e.g. using the `copyTo()` method). When a remote file is passed as an input to a process, Nextflow stages the file into the work directory using an appropriate Java SDK. +When a remote file is passed as an input to a process, Nextflow stages the file into the work directory using an appropriate Java SDK. Remote files are staged in a subdirectory of the work directory of the form `stage-//`, where `` is determined by the remote file path. If multiple tasks request the same remote file, the file will be downloaded once and reused by each task. These files can be also reused by resumed runs with the same session ID.