input_files.map{ file -> file.text.trim() } .set { input_values }
--
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+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/nextflow.
For more options, visit https://groups.google.com/d/optout.
Could u post your pipeline code?
p
--
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
best_kmer_results.map{ id, file -> [id, file.text.trim()] }.set { input_values }
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+unsubscribe@googlegroups.com.