Colin

Results 3 comments of Colin

I see. One of the sys admins must have helpfully aliased ruby to jruby. The problem appears to be restricted to jruby. I guess this is not a ticket for...

I think having a BFO for non-philosophers would be nice. Altering the names and descriptions can only go so far. The abstractions are the same and will have the same...

I ran into the same issue when I wanted to use some groovy to munge some collected data from a channel. ```nextflow Channel .fromList(['a','ba','cab','done','elbow','fibers','ghastly', '']) .into {ch1} process exec_to_file {...