Skip to content

Support PE Fastq file splitting  #436

@marchoeppner

Description

@marchoeppner

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions