So this has been discussed on gitter, but I didn't see a formal feature request for this yet, so:
Currently, splitting of FastQ files has two limitations I can see:
- output is uncompressed (wasteful)
- method only works on single FastQ files
The main issue to me is the second point - while this can be worked around with tuples and merging, it would be much neater if splitting would work for PE reads natively.
I guess having each chunk compressed with gzip at the same time won't work since this would create too much load on the node running the NF process?
So this has been discussed on gitter, but I didn't see a formal feature request for this yet, so:
Currently, splitting of FastQ files has two limitations I can see:
The main issue to me is the second point - while this can be worked around with tuples and merging, it would be much neater if splitting would work for PE reads natively.
I guess having each chunk compressed with gzip at the same time won't work since this would create too much load on the node running the NF process?