Providing links to publishDir outputs #2426
Unanswered
vpresnyakLM
asked this question in
Q&A
Replies: 1 comment
-
Hi @vpresnyakLM , answering for posterity here even though it's been a while. Since publishing is handled by the head job separately from the tasks, the only way to do what you want currently is to output the publish paths to a channel and build the table in a downstream process. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I'm looking to understand if there is a way to get paths to output files created by
publishDir
. I have a pipeline doing a number of operations on files and publishing some intermediates. I am looking to create a table with links to the published files to insert into our tracking database for easy access when doing meta analyses.My process looks something like the code below. What would be the best way to get the full published file paths?
Beta Was this translation helpful? Give feedback.
All reactions