You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: docs/PARAMETERS.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,21 @@ Choose an output directory
21
21
Specify a project number ID on a UPPMAX cluster.
22
22
(optional if not on such a cluster)
23
23
24
+
## --publishDirMode
25
+
26
+
Specify wich mode `publishDir` directive need to follow, in Sarek link is the default mode.
27
+
28
+
From [Nextflow documentation](https://www.nextflow.io/docs/latest/process.html#publishdir):
29
+
30
+
| Mode | Description |
31
+
|--------------|-------------|
32
+
| copy | Copies the output files into the published directory |
33
+
| copyNoFollow | Copies the output files into the published directory without following symlinks ie. copies the links themselves |
34
+
| link | Creates a hard link in the published directory for each process output file (default) |
35
+
| move | Moves the output files into the published directory. Note: this is only supposed to be used for a terminating process i.e. a process whose output is not consumed by any other downstream process |
36
+
| rellink | Creates a relative symbolic link in the published directory for each process output file |
37
+
| symlink | Creates an absolute symbolic link in the published directory for each process output file |
38
+
24
39
### --sample `file.tsv`
25
40
26
41
Use the given TSV file as sample (cf [TSV documentation](TSV.md)).
0 commit comments