File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ params.N_LINES_TO_READ = 5
2525
2626process read_random {
2727 publishDir = [
28- path : { " ${ params.outdir} /rand' }
28+ path : { " ${ params.outdir} /rand" }
2929 ]
3030
3131 input:
@@ -41,7 +41,7 @@ process read_random {
4141
4242process base64_random {
4343 publishDir = [
44- path: { "${ params.outdir} /b64' }
44+ path : { " ${ params.outdir} /b64" }
4545 ]
4646
4747 input:
@@ -58,7 +58,7 @@ process base64_random {
5858
5959process gzip_b64 {
6060 publishDir = [
61- path: { "${ params.outdir} /randgz' }
61+ path : { " ${ params.outdir} /randgz" }
6262 ]
6363
6464 input:
@@ -74,7 +74,7 @@ process gzip_b64 {
7474
7575process concat_gzip {
7676 publishDir = [
77- path: { "${ params.outdir} ' }
77+ path : { " ${ params.outdir} " }
7878 ]
7979
8080 input:
You can’t perform that action at this time.
0 commit comments