Skip to content

Commit

Permalink
Add checkIfExists: true
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Jul 13, 2024
1 parent d8441af commit bd2818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-data/workflow/symlinks/workflow.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nextflow_workflow {
"""
// define inputs of the workflow here. Example:
input[0] = Channel.of(
file("${moduleDir}/test-file.txt")
file("${moduleDir}/test-file2.txt", checkIfExists: true)
)
"""
}
Expand Down

0 comments on commit bd2818c

Please sign in to comment.