Skip to content

Commit

Permalink
save to work/tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Jan 19, 2024
1 parent 4c43375 commit a907e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.path.nf
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ process CHECK_INPUT {
path input

output:
path 'build/output/README.md' , emit: output
path 'README.md', emit: output

script:
"""
cp $input input.txt
cp $input ../../tmp/
"""
}

Expand Down

0 comments on commit a907e78

Please sign in to comment.