Skip to content

Commit 9731ae2

Browse files
Update docs/cache-and-resume.md [ci fast]
Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io> Signed-off-by: Ben Sherman <bentshermann@gmail.com>
1 parent ded2c52 commit 9731ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cache-and-resume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Modifying inputs that are used in the task hash invalidates the cache. Common ca
114114

115115
Nextflow calculates a hash for an input file using its full path, last modified timestamp, and file size. If any of these attributes change, Nextflow re-executes the task.
116116

117-
:::{warn}
117+
:::{warning}
118118
If a process modifies its input files, it cannot be resumed. Avoid processes that modify their own input files as this is considered an anti-pattern.
119119
:::
120120

0 commit comments

Comments
 (0)