diff --git a/main.path.nf b/main.path.nf index 4cbc6608..aa1f5894 100644 --- a/main.path.nf +++ b/main.path.nf @@ -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/ """ }