[ANN] Nextflow 0.17.0

28 views
Skip to first unread message

Paolo Di Tommaso

unread,
Jan 7, 2016, 10:35:23 AM1/7/16
to Nextflow
Hi, 

I've just uploaded a Nextflow version 0.17.0. 

The main changes in this release is the ability to define multiple channels in the `into` output clause.  For example: 

process foo {
  output: 
  file 'your-file' into A, B, C 

  '''
  your-script
  '''
}   

This creates three output channels having the name "A", "B" and "C" emitting the "your-file" file produced by the process.  

In this way it is easier to forward the process' output to different processes, without having to repeat the same declaration multiple times or use a separate `into` operator (credits to Marc Logghe for suggesting this enhancement). 


You can read about other enhancements and issues fixed at the following link: 




You can upgrade nextflow with the command:

nextflow self-upgrade 

Or install it entering the following command in your shell terminal: 

curl -fsSL get.nextflow.io | bash 



  

A special thanks to Jessica Kirkpatrick, Chris Fields, Emilio Palumbo and Sascha Steinbiss for their contributions. 


Cheers,
Paolo 
Reply all
Reply to author
Forward
0 new messages