Skip to content
Discussion options

You must be logged in to vote

Okay, this was solved by not including the path as an input parameter. For those that might encounter a similar problem.

In other words, i had this:

  input:
  tuple val(sample_id), path(consensus_gisaid_fa) from consensus_ch_gisaid.collect()
  val (params.pipeline_version)
  path (params.path_to_file)

Changed to this:

  input:
  tuple val(sample_id), path(consensus_gisaid_fa) from consensus_ch_gisaid.collect()
  val (params.pipeline_version)

This results in a symlink not being created at all. So...problem avoided!

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by tjdurant
Comment options

You must be logged in to vote
1 reply
@kingarjun93
Comment options

Comment options

You must be logged in to vote
1 reply
@mribeirodantas
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mribeirodantas
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
5 participants