process quant {tag "$pair_id"publishDir "${params.outdir}/quant", mode: 'copy'Other steps etc}process summarize{need to specify the above dir "${params.outdir}/quant" as my input
}
--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/7d3d7a65-9bf5-4ca7-b755-4c513ed7f427%40googlegroups.com.
Thanks for your response Paolo. So, how should I go about in this case
- I have the salmon quant process that outputs quant.sf files to different folders under params.outdir/quant.